- add() (in module pyarrow.compute)
- add_checked() (in module pyarrow.compute)
- add_column() (pyarrow.Table method)
- add_metadata() (pyarrow.Field method)
- address (pyarrow.Buffer attribute)
- all() (in module pyarrow.compute)
- allocate_buffer() (in module pyarrow)
- AllocateBitmap (C++ function), [1]
- AllocateBuffer (C++ function)
- AllocateEmptyBitmap (C++ function)
- AllocateResizableBuffer (C++ function)
- allow_not_found (pyarrow.fs.FileSelector attribute)
- and_() (in module pyarrow.compute)
- and_kleene() (in module pyarrow.compute)
- any() (in module pyarrow.compute)
- append() (pyarrow.Schema method)
- append_column() (pyarrow.Table method)
- Array (class in pyarrow)
- array() (in module pyarrow)
- arrow::Array (C++ class)
- arrow::Array::ApproxEquals (C++ function)
- arrow::Array::Diff (C++ function)
- arrow::Array::Equals (C++ function)
- arrow::Array::GetScalar (C++ function)
- arrow::Array::IsNull (C++ function)
- arrow::Array::IsValid (C++ function)
- arrow::Array::length (C++ function)
- arrow::Array::null_bitmap (C++ function)
- arrow::Array::null_bitmap_data (C++ function)
- arrow::Array::null_count (C++ function)
- arrow::Array::offset (C++ function)
- arrow::Array::RangeEquals (C++ function)
- arrow::Array::Slice (C++ function), [1]
- arrow::Array::SliceSafe (C++ function), [1]
- arrow::Array::ToString (C++ function)
- arrow::Array::Validate (C++ function)
- arrow::Array::ValidateFull (C++ function)
- arrow::Array::View (C++ function)
- arrow::ArrayBuilder (C++ class)
- arrow::ArrayBuilder::Advance (C++ function)
- arrow::ArrayBuilder::AppendEmptyValue (C++ function)
- arrow::ArrayBuilder::AppendEmptyValues (C++ function)
- arrow::ArrayBuilder::AppendNull (C++ function)
- arrow::ArrayBuilder::AppendNulls (C++ function)
- arrow::ArrayBuilder::child (C++ function)
- arrow::ArrayBuilder::Finish (C++ function), [1]
- arrow::ArrayBuilder::FinishInternal (C++ function)
- arrow::ArrayBuilder::Reserve (C++ function)
- arrow::ArrayBuilder::Reset (C++ function)
- arrow::ArrayBuilder::Resize (C++ function)
- arrow::ArrayBuilder::type (C++ function)
- arrow::BaseBinaryScalar (C++ struct)
- arrow::BaseBinaryScalar::Scalar (C++ function), [1]
- arrow::BaseBinaryScalar::value (C++ member)
- arrow::BaseBinaryScalar::ValueType (C++ type)
- arrow::BaseListScalar (C++ struct)
- arrow::BaseListScalar::BaseListScalar (C++ function)
- arrow::BaseListScalar::Scalar (C++ function), [1]
- arrow::BaseListScalar::value (C++ member)
- arrow::BaseListScalar::ValueType (C++ type)
- arrow::BinaryArray (C++ class)
- arrow::BinaryBuilder (C++ class)
- arrow::BinaryBuilder::type (C++ function)
- arrow::BinaryScalar (C++ struct)
- arrow::BinaryScalar::BaseBinaryScalar (C++ function)
- arrow::BinaryScalar::BinaryScalar (C++ function), [1], [2]
- arrow::BinaryScalar::TypeClass (C++ type)
- arrow::BinaryType (C++ class)
- arrow::BinaryType::layout (C++ function)
- arrow::BinaryType::name (C++ function)
- arrow::BinaryType::ToString (C++ function)
- arrow::BooleanArray (C++ class)
- arrow::BooleanArray::false_count (C++ function)
- arrow::BooleanArray::true_count (C++ function)
- arrow::BooleanBuilder (C++ class)
- arrow::BooleanBuilder::Append (C++ function)
- arrow::BooleanBuilder::AppendEmptyValue (C++ function)
- arrow::BooleanBuilder::AppendEmptyValues (C++ function)
- arrow::BooleanBuilder::AppendNull (C++ function)
- arrow::BooleanBuilder::AppendNulls (C++ function)
- arrow::BooleanBuilder::AppendValues (C++ function), [1], [2], [3], [4], [5], [6], [7]
- arrow::BooleanBuilder::FinishInternal (C++ function)
- arrow::BooleanBuilder::Reset (C++ function)
- arrow::BooleanBuilder::Resize (C++ function)
- arrow::BooleanBuilder::type (C++ function)
- arrow::BooleanBuilder::UnsafeAppend (C++ function)
- arrow::BooleanScalar (C++ struct)
- arrow::BooleanScalar::Base (C++ type)
- arrow::BooleanScalar::BooleanScalar (C++ function), [1]
- arrow::BooleanType (C++ class)
- arrow::BooleanType::layout (C++ function)
- arrow::Buffer (C++ class)
- arrow::Buffer::address (C++ function)
- arrow::Buffer::Buffer (C++ function), [1], [2]
- arrow::Buffer::capacity (C++ function)
- arrow::Buffer::Copy (C++ function)
- arrow::Buffer::CopySlice (C++ function)
- arrow::Buffer::data (C++ function)
- arrow::Buffer::Equals (C++ function), [1]
- arrow::Buffer::FromString (C++ function)
- arrow::Buffer::GetReader (C++ function)
- arrow::Buffer::GetWriter (C++ function)
- arrow::Buffer::is_cpu (C++ function)
- arrow::Buffer::is_mutable (C++ function)
- arrow::Buffer::mutable_address (C++ function)
- arrow::Buffer::mutable_data (C++ function)
- arrow::Buffer::operator util::bytes_view (C++ function)
- arrow::Buffer::operator util::string_view (C++ function)
- arrow::Buffer::size (C++ function)
- arrow::Buffer::ToHexString (C++ function)
- arrow::Buffer::ToString (C++ function)
- arrow::Buffer::View (C++ function)
- arrow::Buffer::ViewOrCopy (C++ function)
- arrow::Buffer::Wrap (C++ function), [1]
- arrow::Buffer::ZeroPadding (C++ function)
- arrow::BufferBuilder (C++ class)
- arrow::BufferBuilder::Append (C++ function), [1]
- arrow::BufferBuilder::BufferBuilder (C++ function)
- arrow::BufferBuilder::Finish (C++ function)
- arrow::BufferBuilder::GrowByFactor (C++ function)
- arrow::BufferBuilder::Reserve (C++ function)
- arrow::BufferBuilder::Resize (C++ function)
- arrow::BufferBuilder::Rewind (C++ function)
- arrow::BuildInfo (C++ struct)
- arrow::BuildInfo::version (C++ member)
- arrow::BuildInfo::version_major (C++ member)
- arrow::BuildInfo::version_minor (C++ member)
- arrow::BuildInfo::version_patch (C++ member)
- arrow::BuildInfo::version_string (C++ member)
- arrow::ChunkedArray (C++ class)
- arrow::ChunkedArray::chunk (C++ function)
- arrow::ChunkedArray::ChunkedArray (C++ function), [1], [2]
- arrow::ChunkedArray::Equals (C++ function), [1]
- arrow::ChunkedArray::Flatten (C++ function)
- arrow::ChunkedArray::length (C++ function)
- arrow::ChunkedArray::null_count (C++ function)
- arrow::ChunkedArray::Slice (C++ function), [1]
- arrow::ChunkedArray::ToString (C++ function)
- arrow::ChunkedArray::Validate (C++ function)
- arrow::ChunkedArray::ValidateFull (C++ function)
- arrow::ChunkedArray::View (C++ function)
- arrow::Compression::type (C++ enum)
- arrow::Compression::type::BROTLI (C++ enumerator)
- arrow::Compression::type::BZ2 (C++ enumerator)
- arrow::Compression::type::GZIP (C++ enumerator)
- arrow::Compression::type::LZ4 (C++ enumerator)
- arrow::Compression::type::LZ4_FRAME (C++ enumerator)
- arrow::Compression::type::LZ4_HADOOP (C++ enumerator)
- arrow::Compression::type::LZO (C++ enumerator)
- arrow::Compression::type::SNAPPY (C++ enumerator)
- arrow::Compression::type::UNCOMPRESSED (C++ enumerator)
- arrow::Compression::type::ZSTD (C++ enumerator)
- arrow::compute::ArithmeticOptions (C++ struct)
- arrow::compute::ArithmeticOptions::ArithmeticOptions (C++ function)
- arrow::compute::ArithmeticOptions::check_overflow (C++ member)
- arrow::compute::Arity (C++ struct)
- arrow::compute::Arity::Binary (C++ function)
- arrow::compute::Arity::is_varargs (C++ member)
- arrow::compute::Arity::Nullary (C++ function)
- arrow::compute::Arity::num_args (C++ member)
- arrow::compute::Arity::Ternary (C++ function)
- arrow::compute::Arity::Unary (C++ function)
- arrow::compute::Arity::VarArgs (C++ function)
- arrow::compute::ArraySortOptions (C++ struct)
- arrow::compute::ArraySortOptions::ArraySortOptions (C++ function)
- arrow::compute::ArraySortOptions::Defaults (C++ function)
- arrow::compute::ArraySortOptions::order (C++ member)
- arrow::compute::CastOptions (C++ struct)
- arrow::compute::CastOptions::allow_decimal_truncate (C++ member)
- arrow::compute::CastOptions::allow_float_truncate (C++ member)
- arrow::compute::CastOptions::allow_int_overflow (C++ member)
- arrow::compute::CastOptions::allow_invalid_utf8 (C++ member)
- arrow::compute::CastOptions::allow_time_overflow (C++ member)
- arrow::compute::CastOptions::allow_time_truncate (C++ member)
- arrow::compute::CastOptions::CastOptions (C++ function)
- arrow::compute::CastOptions::Safe (C++ function)
- arrow::compute::CastOptions::to_type (C++ member)
- arrow::compute::CastOptions::Unsafe (C++ function)
- arrow::compute::CompareOptions (C++ struct)
- arrow::compute::CompareOptions::CompareOptions (C++ function)
- arrow::compute::CompareOptions::op (C++ member)
- arrow::compute::CountOptions (C++ struct)
- arrow::compute::CountOptions::count_mode (C++ member)
- arrow::compute::CountOptions::CountOptions (C++ function)
- arrow::compute::CountOptions::Defaults (C++ function)
- arrow::compute::CountOptions::Mode (C++ enum)
- arrow::compute::CountOptions::Mode::COUNT_NON_NULL (C++ enumerator)
- arrow::compute::CountOptions::Mode::COUNT_NULL (C++ enumerator)
- arrow::compute::FilterOptions (C++ struct)
- arrow::compute::FilterOptions::Defaults (C++ function)
- arrow::compute::FilterOptions::FilterOptions (C++ function)
- arrow::compute::FilterOptions::null_selection_behavior (C++ member)
- arrow::compute::FilterOptions::NullSelectionBehavior (C++ enum)
- arrow::compute::FilterOptions::NullSelectionBehavior::DROP (C++ enumerator)
- arrow::compute::FilterOptions::NullSelectionBehavior::EMIT_NULL (C++ enumerator)
- arrow::compute::Function (C++ class)
- arrow::compute::Function::arity (C++ function)
- arrow::compute::Function::default_options (C++ function)
- arrow::compute::Function::DispatchExact (C++ function)
- arrow::compute::Function::doc (C++ function)
- arrow::compute::Function::Execute (C++ function)
- arrow::compute::Function::Kind (C++ enum)
- arrow::compute::Function::kind (C++ function)
- arrow::compute::Function::Kind::META (C++ enumerator)
- arrow::compute::Function::Kind::SCALAR (C++ enumerator)
- arrow::compute::Function::Kind::SCALAR_AGGREGATE (C++ enumerator)
- arrow::compute::Function::Kind::VECTOR (C++ enumerator)
- arrow::compute::Function::name (C++ function)
- arrow::compute::Function::num_kernels (C++ function)
- arrow::compute::FunctionDoc (C++ struct)
- arrow::compute::FunctionDoc::arg_names (C++ member)
- arrow::compute::FunctionDoc::description (C++ member)
- arrow::compute::FunctionDoc::options_class (C++ member)
- arrow::compute::FunctionDoc::summary (C++ member)
- arrow::compute::FunctionOptions (C++ struct)
- arrow::compute::FunctionRegistry (C++ class)
- arrow::compute::FunctionRegistry::AddAlias (C++ function)
- arrow::compute::FunctionRegistry::AddFunction (C++ function)
- arrow::compute::FunctionRegistry::GetFunction (C++ function)
- arrow::compute::FunctionRegistry::GetFunctionNames (C++ function)
- arrow::compute::FunctionRegistry::Make (C++ function)
- arrow::compute::FunctionRegistry::num_functions (C++ function)
- arrow::compute::GetFunctionRegistry (C++ function)
- arrow::compute::MatchSubstringOptions (C++ struct)
- arrow::compute::MatchSubstringOptions::MatchSubstringOptions (C++ function)
- arrow::compute::MatchSubstringOptions::pattern (C++ member)
- arrow::compute::MetaFunction (C++ class)
- arrow::compute::MetaFunction::DispatchExact (C++ function)
- arrow::compute::MetaFunction::Execute (C++ function)
- arrow::compute::MetaFunction::num_kernels (C++ function)
- arrow::compute::MinMaxOptions (C++ struct)
- arrow::compute::MinMaxOptions::Defaults (C++ function)
- arrow::compute::MinMaxOptions::MinMaxOptions (C++ function)
- arrow::compute::MinMaxOptions::Mode (C++ enum)
- arrow::compute::MinMaxOptions::Mode::EMIT_NULL (C++ enumerator)
- arrow::compute::MinMaxOptions::Mode::SKIP (C++ enumerator)
- arrow::compute::MinMaxOptions::null_handling (C++ member)
- arrow::compute::ModeOptions (C++ struct)
- arrow::compute::ModeOptions::Defaults (C++ function)
- arrow::compute::ModeOptions::ModeOptions (C++ function)
- arrow::compute::ModeOptions::n (C++ member)
- arrow::compute::PartitionNthOptions (C++ struct)
- arrow::compute::PartitionNthOptions::PartitionNthOptions (C++ function)
- arrow::compute::PartitionNthOptions::pivot (C++ member)
- arrow::compute::ProjectOptions (C++ struct)
- arrow::compute::ProjectOptions::field_names (C++ member)
- arrow::compute::ProjectOptions::ProjectOptions (C++ function)
- arrow::compute::ScalarAggregateFunction (C++ class)
- arrow::compute::ScalarAggregateFunction::AddKernel (C++ function)
- arrow::compute::ScalarAggregateFunction::DispatchExact (C++ function)
- arrow::compute::ScalarFunction (C++ class)
- arrow::compute::ScalarFunction::AddKernel (C++ function), [1]
- arrow::compute::ScalarFunction::DispatchExact (C++ function)
- arrow::compute::SetLookupOptions (C++ struct)
- arrow::compute::SetLookupOptions::SetLookupOptions (C++ function)
- arrow::compute::SetLookupOptions::skip_nulls (C++ member)
- arrow::compute::SetLookupOptions::value_set (C++ member)
- arrow::compute::SortKey (C++ struct)
- arrow::compute::SortKey::name (C++ member)
- arrow::compute::SortKey::order (C++ member)
- arrow::compute::SortKey::SortKey (C++ function)
- arrow::compute::SortOptions (C++ struct)
- arrow::compute::SortOptions::Defaults (C++ function)
- arrow::compute::SortOptions::sort_keys (C++ member)
- arrow::compute::SortOptions::SortOptions (C++ function)
- arrow::compute::SplitOptions (C++ struct)
- arrow::compute::SplitOptions::max_splits (C++ member)
- arrow::compute::SplitOptions::reverse (C++ member)
- arrow::compute::SplitOptions::SplitOptions (C++ function)
- arrow::compute::SplitPatternOptions (C++ struct)
- arrow::compute::SplitPatternOptions::pattern (C++ member)
- arrow::compute::SplitPatternOptions::SplitPatternOptions (C++ function)
- arrow::compute::StrptimeOptions (C++ struct)
- arrow::compute::StrptimeOptions::format (C++ member)
- arrow::compute::StrptimeOptions::StrptimeOptions (C++ function)
- arrow::compute::StrptimeOptions::unit (C++ member)
- arrow::compute::TakeOptions (C++ struct)
- arrow::compute::TakeOptions::BoundsCheck (C++ function)
- arrow::compute::TakeOptions::boundscheck (C++ member)
- arrow::compute::TakeOptions::Defaults (C++ function)
- arrow::compute::TakeOptions::NoBoundsCheck (C++ function)
- arrow::compute::TakeOptions::TakeOptions (C++ function)
- arrow::compute::VarianceOptions (C++ struct)
- arrow::compute::VarianceOptions::ddof (C++ member)
- arrow::compute::VarianceOptions::Defaults (C++ function)
- arrow::compute::VarianceOptions::VarianceOptions (C++ function)
- arrow::compute::VectorFunction (C++ class)
- arrow::compute::VectorFunction::AddKernel (C++ function), [1]
- arrow::compute::VectorFunction::DispatchExact (C++ function)
- arrow::ConcatenateTables (C++ function)
- arrow::CPUDevice (C++ class)
- arrow::CPUDevice::default_memory_manager (C++ function)
- arrow::CPUDevice::Equals (C++ function)
- arrow::CPUDevice::Instance (C++ function)
- arrow::CPUDevice::memory_manager (C++ function)
- arrow::CPUDevice::ToString (C++ function)
- arrow::CPUDevice::type_name (C++ function)
- arrow::CPUMemoryManager (C++ class)
- arrow::CPUMemoryManager::AllocateBuffer (C++ function)
- arrow::CPUMemoryManager::GetBufferReader (C++ function)
- arrow::CPUMemoryManager::GetBufferWriter (C++ function)
- arrow::CPUMemoryManager::pool (C++ function)
- arrow::csv::ConvertOptions (C++ struct)
- arrow::csv::ConvertOptions::auto_dict_encode (C++ member)
- arrow::csv::ConvertOptions::check_utf8 (C++ member)
- arrow::csv::ConvertOptions::column_types (C++ member)
- arrow::csv::ConvertOptions::Defaults (C++ function)
- arrow::csv::ConvertOptions::false_values (C++ member)
- arrow::csv::ConvertOptions::include_columns (C++ member)
- arrow::csv::ConvertOptions::include_missing_columns (C++ member)
- arrow::csv::ConvertOptions::null_values (C++ member)
- arrow::csv::ConvertOptions::strings_can_be_null (C++ member)
- arrow::csv::ConvertOptions::timestamp_parsers (C++ member)
- arrow::csv::ConvertOptions::true_values (C++ member)
- arrow::csv::ParseOptions (C++ struct)
- arrow::csv::ParseOptions::Defaults (C++ function)
- arrow::csv::ParseOptions::delimiter (C++ member)
- arrow::csv::ParseOptions::double_quote (C++ member)
- arrow::csv::ParseOptions::escape_char (C++ member)
- arrow::csv::ParseOptions::escaping (C++ member)
- arrow::csv::ParseOptions::ignore_empty_lines (C++ member)
- arrow::csv::ParseOptions::newlines_in_values (C++ member)
- arrow::csv::ParseOptions::quote_char (C++ member)
- arrow::csv::ParseOptions::quoting (C++ member)
- arrow::csv::ReadOptions (C++ struct)
- arrow::csv::ReadOptions::autogenerate_column_names (C++ member)
- arrow::csv::ReadOptions::block_size (C++ member)
- arrow::csv::ReadOptions::column_names (C++ member)
- arrow::csv::ReadOptions::Defaults (C++ function)
- arrow::csv::ReadOptions::skip_rows (C++ member)
- arrow::csv::ReadOptions::use_threads (C++ member)
- arrow::csv::TableReader (C++ class)
- arrow::csv::TableReader::Make (C++ function)
- arrow::csv::TableReader::Read (C++ function)
- arrow::cuda::CudaBuffer (C++ class)
- arrow::cuda::CudaBuffer::CopyFromAnotherDevice (C++ function)
- arrow::cuda::CudaBuffer::CopyFromDevice (C++ function)
- arrow::cuda::CudaBuffer::CopyFromHost (C++ function)
- arrow::cuda::CudaBuffer::CopyToHost (C++ function)
- arrow::cuda::CudaBuffer::ExportForIpc (C++ function)
- arrow::cuda::CudaBuffer::FromBuffer (C++ function)
- arrow::cuda::CudaBufferReader (C++ class)
- arrow::cuda::CudaBufferReader::closed (C++ function)
- arrow::cuda::CudaBufferReader::supports_zero_copy (C++ function)
- arrow::cuda::CudaBufferWriter (C++ class)
- arrow::cuda::CudaBufferWriter::buffer_size (C++ function)
- arrow::cuda::CudaBufferWriter::Close (C++ function)
- arrow::cuda::CudaBufferWriter::closed (C++ function)
- arrow::cuda::CudaBufferWriter::Flush (C++ function)
- arrow::cuda::CudaBufferWriter::num_bytes_buffered (C++ function)
- arrow::cuda::CudaBufferWriter::SetBufferSize (C++ function)
- arrow::cuda::CudaBufferWriter::Tell (C++ function)
- arrow::cuda::CudaBufferWriter::Write (C++ function)
- arrow::cuda::CudaContext (C++ class)
- arrow::cuda::CudaContext::Allocate (C++ function)
- arrow::cuda::CudaContext::CloseIpcBuffer (C++ function)
- arrow::cuda::CudaContext::device (C++ function)
- arrow::cuda::CudaContext::device_number (C++ function)
- arrow::cuda::CudaContext::Free (C++ function)
- arrow::cuda::CudaContext::GetDeviceAddress (C++ function)
- arrow::cuda::CudaContext::handle (C++ function)
- arrow::cuda::CudaContext::memory_manager (C++ function)
- arrow::cuda::CudaContext::OpenIpcBuffer (C++ function)
- arrow::cuda::CudaContext::Synchronize (C++ function)
- arrow::cuda::CudaContext::View (C++ function)
- arrow::cuda::CudaDevice (C++ class)
- arrow::cuda::CudaDevice::AllocateHostBuffer (C++ function)
- arrow::cuda::CudaDevice::default_memory_manager (C++ function)
- arrow::cuda::CudaDevice::device_name (C++ function)
- arrow::cuda::CudaDevice::device_number (C++ function)
- arrow::cuda::CudaDevice::Equals (C++ function)
- arrow::cuda::CudaDevice::GetContext (C++ function)
- arrow::cuda::CudaDevice::GetSharedContext (C++ function)
- arrow::cuda::CudaDevice::handle (C++ function)
- arrow::cuda::CudaDevice::Make (C++ function)
- arrow::cuda::CudaDevice::ToString (C++ function)
- arrow::cuda::CudaDevice::total_memory (C++ function)
- arrow::cuda::CudaDevice::type_name (C++ function)
- arrow::cuda::CudaDeviceManager (C++ class)
- arrow::cuda::CudaDeviceManager::AllocateHost (C++ function)
- arrow::cuda::CudaDeviceManager::FreeHost (C++ function)
- arrow::cuda::CudaDeviceManager::GetContext (C++ function)
- arrow::cuda::CudaDeviceManager::GetDevice (C++ function)
- arrow::cuda::CudaDeviceManager::GetSharedContext (C++ function)
- arrow::cuda::CudaHostBuffer (C++ class)
- arrow::cuda::CudaHostBuffer::GetDeviceAddress (C++ function)
- arrow::cuda::CudaIpcMemHandle (C++ class)
- arrow::cuda::CudaIpcMemHandle::FromBuffer (C++ function)
- arrow::cuda::CudaIpcMemHandle::Serialize (C++ function)
- arrow::cuda::CudaMemoryManager (C++ class)
- arrow::cuda::CudaMemoryManager::AllocateBuffer (C++ function)
- arrow::cuda::CudaMemoryManager::cuda_device (C++ function)
- arrow::cuda::CudaMemoryManager::GetBufferReader (C++ function)
- arrow::cuda::CudaMemoryManager::GetBufferWriter (C++ function)
- arrow::DataType (C++ class)
- arrow::DataType::Equals (C++ function), [1]
- arrow::DataType::field (C++ function)
- arrow::DataType::fields (C++ function)
- arrow::DataType::Hash (C++ function)
- arrow::DataType::id (C++ function)
- arrow::DataType::layout (C++ function)
- arrow::DataType::name (C++ function)
- arrow::DataType::num_fields (C++ function)
- arrow::DataType::ToString (C++ function)
- arrow::Date32Scalar (C++ struct)
- arrow::Date32Type (C++ class)
- arrow::Date32Type::name (C++ function)
- arrow::Date32Type::ToString (C++ function)
- arrow::Date64Scalar (C++ struct)
- arrow::Date64Type (C++ class)
- arrow::Date64Type::name (C++ function)
- arrow::Date64Type::ToString (C++ function)
- arrow::DateScalar (C++ struct)
- arrow::DateScalar::DateScalar (C++ function), [1]
- arrow::DateScalar::ValueType (C++ type)
- arrow::Datum (C++ class)
- arrow::Datum::chunks (C++ function)
- arrow::Datum::Datum (C++ function)
- arrow::Datum::descr (C++ function)
- arrow::Datum::Empty (C++ struct)
- arrow::Datum::is_value (C++ function)
- arrow::Datum::length (C++ function)
- arrow::Datum::schema (C++ function)
- arrow::Datum::shape (C++ function)
- arrow::Datum::type (C++ function)
- arrow::DayTimeIntervalScalar (C++ struct)
- arrow::Decimal128 (C++ class)
- arrow::Decimal128::Decimal128 (C++ function), [1], [2]
- arrow::Decimal128::Divide (C++ function)
- arrow::Decimal128::FromBigEndian (C++ function)
- arrow::Decimal128::FromString (C++ function)
- arrow::Decimal128::operator int64_t (C++ function)
- arrow::Decimal128::Rescale (C++ function)
- arrow::Decimal128::ToDouble (C++ function)
- arrow::Decimal128::ToFloat (C++ function)
- arrow::Decimal128::ToInteger (C++ function), [1]
- arrow::Decimal128::ToIntegerString (C++ function)
- arrow::Decimal128::ToReal (C++ function)
- arrow::Decimal128::ToRealConversion<double> (C++ struct)
- arrow::Decimal128::ToRealConversion<float> (C++ struct)
- arrow::Decimal128::ToString (C++ function)
- arrow::Decimal128Array (C++ class)
- arrow::Decimal128Array::Decimal128Array (C++ function)
- arrow::Decimal128Builder (C++ class)
- arrow::Decimal128Builder::FinishInternal (C++ function)
- arrow::Decimal128Builder::Reset (C++ function)
- arrow::Decimal128Builder::type (C++ function)
- arrow::Decimal128Scalar (C++ struct)
- arrow::Decimal128Scalar::Decimal128Scalar (C++ function)
- arrow::Decimal128Scalar::Scalar (C++ function), [1]
- arrow::Decimal128Scalar::TypeClass (C++ type)
- arrow::Decimal128Scalar::value (C++ member)
- arrow::Decimal128Scalar::ValueType (C++ type)
- arrow::Decimal128Type (C++ class)
- arrow::Decimal128Type::Decimal128Type (C++ function)
- arrow::Decimal128Type::Make (C++ function)
- arrow::Decimal128Type::name (C++ function)
- arrow::Decimal128Type::ToString (C++ function)
- arrow::Decimal256Scalar (C++ struct)
- arrow::Decimal256Scalar::Decimal256Scalar (C++ function)
- arrow::Decimal256Scalar::Scalar (C++ function), [1]
- arrow::Decimal256Scalar::TypeClass (C++ type)
- arrow::Decimal256Scalar::value (C++ member)
- arrow::Decimal256Scalar::ValueType (C++ type)
- arrow::default_cpu_memory_manager (C++ function)
- arrow::default_memory_pool (C++ function)
- arrow::DenseUnionScalar (C++ struct)
- arrow::DenseUnionScalar::TypeClass (C++ type)
- arrow::DenseUnionScalar::UnionScalar (C++ function)
- arrow::Device (C++ class)
- arrow::Device::default_memory_manager (C++ function)
- arrow::Device::Equals (C++ function)
- arrow::Device::is_cpu (C++ function)
- arrow::Device::ToString (C++ function)
- arrow::Device::type_name (C++ function)
- arrow::DictionaryArray (C++ class)
- arrow::DictionaryArray::CanCompareIndices (C++ function)
- arrow::DictionaryArray::dictionary (C++ function)
- arrow::DictionaryArray::FromArrays (C++ function)
- arrow::DictionaryArray::GetValueIndex (C++ function)
- arrow::DictionaryArray::Transpose (C++ function)
- arrow::DictionaryBuilder (C++ class)
- arrow::DictionaryBuilder::AppendIndices (C++ function)
- arrow::DictionaryScalar (C++ struct)
- arrow::DictionaryScalar::DictionaryScalar (C++ function), [1]
- arrow::DictionaryScalar::GetEncodedValue (C++ function)
- arrow::DictionaryScalar::TypeClass (C++ type)
- arrow::DictionaryScalar::value (C++ member)
- arrow::DictionaryScalar::ValueType (C++ struct)
- arrow::DictionaryScalar::ValueType::dictionary (C++ member)
- arrow::DictionaryScalar::ValueType::index (C++ member)
- arrow::DictionaryType (C++ class)
- arrow::DictionaryType::layout (C++ function)
- arrow::DictionaryType::name (C++ function)
- arrow::DictionaryType::ToString (C++ function)
- arrow::DoubleScalar (C++ struct)
- arrow::DoubleType (C++ class)
- arrow::DurationScalar (C++ struct)
- arrow::ExtensionScalar (C++ struct)
- arrow::ExtensionScalar::Scalar (C++ function), [1]
- arrow::ExtensionScalar::TypeClass (C++ type)
- arrow::Field (C++ class)
- arrow::Field::Equals (C++ function)
- arrow::Field::HasMetadata (C++ function)
- arrow::Field::IsCompatibleWith (C++ function)
- arrow::Field::MergeOptions (C++ struct)
- arrow::Field::MergeOptions::promote_nullability (C++ member)
- arrow::Field::MergeWith (C++ function)
- arrow::Field::metadata (C++ function)
- arrow::Field::name (C++ function)
- arrow::Field::nullable (C++ function)
- arrow::Field::RemoveMetadata (C++ function)
- arrow::Field::ToString (C++ function)
- arrow::Field::type (C++ function)
- arrow::Field::WithMergedMetadata (C++ function)
- arrow::Field::WithMetadata (C++ function)
- arrow::Field::WithName (C++ function)
- arrow::Field::WithNullable (C++ function)
- arrow::Field::WithType (C++ function)
- arrow::FixedSizeBinaryArray (C++ class)
- arrow::FixedSizeBinaryBuilder (C++ class)
- arrow::FixedSizeBinaryBuilder::AppendEmptyValue (C++ function)
- arrow::FixedSizeBinaryBuilder::AppendEmptyValues (C++ function)
- arrow::FixedSizeBinaryBuilder::AppendNull (C++ function)
- arrow::FixedSizeBinaryBuilder::AppendNulls (C++ function)
- arrow::FixedSizeBinaryBuilder::FinishInternal (C++ function)
- arrow::FixedSizeBinaryBuilder::GetValue (C++ function)
- arrow::FixedSizeBinaryBuilder::GetView (C++ function)
- arrow::FixedSizeBinaryBuilder::ReserveData (C++ function)
- arrow::FixedSizeBinaryBuilder::Reset (C++ function)
- arrow::FixedSizeBinaryBuilder::Resize (C++ function)
- arrow::FixedSizeBinaryBuilder::type (C++ function)
- arrow::FixedSizeBinaryBuilder::value_data_length (C++ function)
- arrow::FixedSizeBinaryScalar (C++ struct)
- arrow::FixedSizeBinaryScalar::FixedSizeBinaryScalar (C++ function), [1]
- arrow::FixedSizeBinaryScalar::TypeClass (C++ type)
- arrow::FixedSizeBinaryType (C++ class)
- arrow::FixedSizeBinaryType::layout (C++ function)
- arrow::FixedSizeBinaryType::name (C++ function)
- arrow::FixedSizeBinaryType::ToString (C++ function)
- arrow::FixedSizeListScalar (C++ struct)
- arrow::FixedSizeListScalar::BaseListScalar (C++ function)
- arrow::FixedSizeListScalar::FixedSizeListScalar (C++ function), [1]
- arrow::FixedSizeListScalar::TypeClass (C++ type)
- arrow::FlatArray (C++ class)
- arrow::flight::Action (C++ struct)
- arrow::flight::Action::body (C++ member)
- arrow::flight::Action::type (C++ member)
- arrow::flight::ActionType (C++ struct)
- arrow::flight::ActionType::description (C++ member)
- arrow::flight::ActionType::type (C++ member)
- arrow::flight::AddCallHeaders (C++ class)
- arrow::flight::AddCallHeaders::AddHeader (C++ function)
- arrow::flight::CallInfo (C++ struct)
- arrow::flight::CallInfo::method (C++ member)
- arrow::flight::CertKeyPair (C++ struct)
- arrow::flight::CertKeyPair::pem_cert (C++ member)
- arrow::flight::CertKeyPair::pem_key (C++ member)
- arrow::flight::ClientAuthHandler (C++ class)
- arrow::flight::ClientAuthHandler::Authenticate (C++ function)
- arrow::flight::ClientAuthHandler::GetToken (C++ function)
- arrow::flight::ClientMiddleware (C++ class)
- arrow::flight::ClientMiddleware::CallCompleted (C++ function)
- arrow::flight::ClientMiddleware::ReceivedHeaders (C++ function)
- arrow::flight::ClientMiddleware::SendingHeaders (C++ function)
- arrow::flight::ClientMiddlewareFactory (C++ class)
- arrow::flight::ClientMiddlewareFactory::StartCall (C++ function)
- arrow::flight::Criteria (C++ struct)
- arrow::flight::Criteria::expression (C++ member)
- arrow::flight::FlightCallOptions (C++ class)
- arrow::flight::FlightCallOptions::FlightCallOptions (C++ function)
- arrow::flight::FlightCallOptions::headers (C++ member)
- arrow::flight::FlightCallOptions::read_options (C++ member)
- arrow::flight::FlightCallOptions::timeout (C++ member)
- arrow::flight::FlightCallOptions::write_options (C++ member)
- arrow::flight::FlightClient (C++ class)
- arrow::flight::FlightClient::Authenticate (C++ function)
- arrow::flight::FlightClient::AuthenticateBasicToken (C++ function)
- arrow::flight::FlightClient::Connect (C++ function), [1]
- arrow::flight::FlightClient::DoAction (C++ function)
- arrow::flight::FlightClient::DoGet (C++ function)
- arrow::flight::FlightClient::DoPut (C++ function)
- arrow::flight::FlightClient::GetFlightInfo (C++ function)
- arrow::flight::FlightClient::GetSchema (C++ function)
- arrow::flight::FlightClient::ListActions (C++ function)
- arrow::flight::FlightClient::ListFlights (C++ function), [1]
- arrow::flight::FlightClientOptions (C++ class)
- arrow::flight::FlightClientOptions::cert_chain (C++ member)
- arrow::flight::FlightClientOptions::Defaults (C++ function)
- arrow::flight::FlightClientOptions::disable_server_verification (C++ member)
- arrow::flight::FlightClientOptions::generic_options (C++ member)
- arrow::flight::FlightClientOptions::middleware (C++ member)
- arrow::flight::FlightClientOptions::override_hostname (C++ member)
- arrow::flight::FlightClientOptions::private_key (C++ member)
- arrow::flight::FlightClientOptions::tls_root_certs (C++ member)
- arrow::flight::FlightClientOptions::write_size_limit_bytes (C++ member)
- arrow::flight::FlightDataStream (C++ class)
- arrow::flight::FlightDataStream::GetSchemaPayload (C++ function)
- arrow::flight::FlightDescriptor (C++ struct)
- arrow::flight::FlightDescriptor::cmd (C++ member)
- arrow::flight::FlightDescriptor::Deserialize (C++ function)
- arrow::flight::FlightDescriptor::path (C++ member)
- arrow::flight::FlightDescriptor::SerializeToString (C++ function)
- arrow::flight::FlightDescriptor::ToString (C++ function)
- arrow::flight::FlightDescriptor::type (C++ member)
- arrow::flight::FlightEndpoint (C++ struct)
- arrow::flight::FlightEndpoint::locations (C++ member)
- arrow::flight::FlightEndpoint::ticket (C++ member)
- arrow::flight::FlightInfo (C++ class)
- arrow::flight::FlightInfo::Data (C++ struct)
- arrow::flight::FlightInfo::descriptor (C++ function)
- arrow::flight::FlightInfo::Deserialize (C++ function)
- arrow::flight::FlightInfo::endpoints (C++ function)
- arrow::flight::FlightInfo::GetSchema (C++ function)
- arrow::flight::FlightInfo::Make (C++ function)
- arrow::flight::FlightInfo::SerializeToString (C++ function)
- arrow::flight::FlightInfo::total_bytes (C++ function)
- arrow::flight::FlightInfo::total_records (C++ function)
- arrow::flight::FlightListing (C++ class)
- arrow::flight::FlightListing::Next (C++ function)
- arrow::flight::FlightMessageReader (C++ class)
- arrow::flight::FlightMessageReader::descriptor (C++ function)
- arrow::flight::FlightMetadataWriter (C++ class)
- arrow::flight::FlightMetadataWriter::WriteMetadata (C++ function)
- arrow::flight::FlightMethod (C++ enum)
- arrow::flight::FlightMethod::DoAction (C++ enumerator)
- arrow::flight::FlightMethod::DoExchange (C++ enumerator)
- arrow::flight::FlightMethod::DoGet (C++ enumerator)
- arrow::flight::FlightMethod::DoPut (C++ enumerator)
- arrow::flight::FlightMethod::GetFlightInfo (C++ enumerator)
- arrow::flight::FlightMethod::GetSchema (C++ enumerator)
- arrow::flight::FlightMethod::Handshake (C++ enumerator)
- arrow::flight::FlightMethod::Invalid (C++ enumerator)
- arrow::flight::FlightMethod::ListActions (C++ enumerator)
- arrow::flight::FlightMethod::ListFlights (C++ enumerator)
- arrow::flight::FlightPayload (C++ struct)
- arrow::flight::FlightServerBase (C++ class)
- arrow::flight::FlightServerBase::DoAction (C++ function)
- arrow::flight::FlightServerBase::DoExchange (C++ function)
- arrow::flight::FlightServerBase::DoGet (C++ function)
- arrow::flight::FlightServerBase::DoPut (C++ function)
- arrow::flight::FlightServerBase::GetFlightInfo (C++ function)
- arrow::flight::FlightServerBase::GetSchema (C++ function)
- arrow::flight::FlightServerBase::GotSignal (C++ function)
- arrow::flight::FlightServerBase::Init (C++ function)
- arrow::flight::FlightServerBase::ListActions (C++ function)
- arrow::flight::FlightServerBase::ListFlights (C++ function)
- arrow::flight::FlightServerBase::port (C++ function)
- arrow::flight::FlightServerBase::Serve (C++ function)
- arrow::flight::FlightServerBase::SetShutdownOnSignals (C++ function)
- arrow::flight::FlightServerBase::Shutdown (C++ function)
- arrow::flight::FlightServerBase::Wait (C++ function)
- arrow::flight::FlightServerOptions (C++ class)
- arrow::flight::FlightServerOptions::auth_handler (C++ member)
- arrow::flight::FlightServerOptions::builder_hook (C++ member)
- arrow::flight::FlightServerOptions::location (C++ member)
- arrow::flight::FlightServerOptions::middleware (C++ member)
- arrow::flight::FlightServerOptions::root_certificates (C++ member)
- arrow::flight::FlightServerOptions::tls_certificates (C++ member)
- arrow::flight::FlightServerOptions::verify_client (C++ member)
- arrow::flight::FlightStatusCode (C++ enum)
- arrow::flight::FlightStatusCode::Cancelled (C++ enumerator)
- arrow::flight::FlightStatusCode::Failed (C++ enumerator)
- arrow::flight::FlightStatusCode::Internal (C++ enumerator)
- arrow::flight::FlightStatusCode::TimedOut (C++ enumerator)
- arrow::flight::FlightStatusCode::Unauthenticated (C++ enumerator)
- arrow::flight::FlightStatusCode::Unauthorized (C++ enumerator)
- arrow::flight::FlightStatusCode::Unavailable (C++ enumerator)
- arrow::flight::FlightStatusDetail (C++ class)
- arrow::flight::FlightStatusDetail::code (C++ function)
- arrow::flight::FlightStatusDetail::CodeAsString (C++ function)
- arrow::flight::FlightStatusDetail::extra_info (C++ function)
- arrow::flight::FlightStatusDetail::set_extra_info (C++ function)
- arrow::flight::FlightStatusDetail::ToString (C++ function)
- arrow::flight::FlightStatusDetail::type_id (C++ function)
- arrow::flight::FlightStatusDetail::UnwrapStatus (C++ function)
- arrow::flight::FlightStreamReader (C++ class)
- arrow::flight::FlightStreamReader::Cancel (C++ function)
- arrow::flight::FlightStreamWriter (C++ class)
- arrow::flight::FlightStreamWriter::DoneWriting (C++ function)
- arrow::flight::Location (C++ struct)
- arrow::flight::Location::ForGrpcTcp (C++ function)
- arrow::flight::Location::ForGrpcTls (C++ function)
- arrow::flight::Location::ForGrpcUnix (C++ function)
- arrow::flight::Location::Location (C++ function)
- arrow::flight::Location::Parse (C++ function)
- arrow::flight::Location::scheme (C++ function)
- arrow::flight::Location::ToString (C++ function)
- arrow::flight::MetadataRecordBatchReader (C++ class)
- arrow::flight::MetadataRecordBatchReader::GetSchema (C++ function)
- arrow::flight::MetadataRecordBatchReader::Next (C++ function)
- arrow::flight::MetadataRecordBatchReader::ReadAll (C++ function), [1]
- arrow::flight::RecordBatchStream (C++ class)
- arrow::flight::RecordBatchStream::GetSchemaPayload (C++ function)
- arrow::flight::RecordBatchStream::RecordBatchStream (C++ function)
- arrow::flight::Result (C++ struct)
- arrow::flight::ResultStream (C++ class)
- arrow::flight::ResultStream::Next (C++ function)
- arrow::flight::ServerAuthHandler (C++ class)
- arrow::flight::ServerAuthHandler::Authenticate (C++ function)
- arrow::flight::ServerAuthHandler::IsValid (C++ function)
- arrow::flight::ServerCallContext (C++ class)
- arrow::flight::ServerCallContext::GetMiddleware (C++ function)
- arrow::flight::ServerCallContext::peer (C++ function)
- arrow::flight::ServerCallContext::peer_identity (C++ function)
- arrow::flight::ServerMiddleware (C++ class)
- arrow::flight::ServerMiddleware::CallCompleted (C++ function)
- arrow::flight::ServerMiddleware::name (C++ function)
- arrow::flight::ServerMiddleware::SendingHeaders (C++ function)
- arrow::flight::ServerMiddlewareFactory (C++ class)
- arrow::flight::ServerMiddlewareFactory::StartCall (C++ function)
- arrow::flight::SimpleFlightListing (C++ class)
- arrow::flight::SimpleFlightListing::Next (C++ function)
- arrow::flight::SimpleResultStream (C++ class)
- arrow::flight::SimpleResultStream::Next (C++ function)
- arrow::flight::Ticket (C++ struct)
- arrow::flight::Ticket::Deserialize (C++ function)
- arrow::flight::Ticket::SerializeToString (C++ function)
- arrow::flight::TimeoutDuration (C++ type)
- arrow::FloatScalar (C++ struct)
- arrow::FloatType (C++ class)
- arrow::fs::FileInfo (C++ struct)
- arrow::fs::FileInfo::base_name (C++ function)
- arrow::fs::FileInfo::ByPath (C++ struct)
- arrow::fs::FileInfo::extension (C++ function)
- arrow::fs::FileInfo::mtime (C++ function)
- arrow::fs::FileInfo::path (C++ function)
- arrow::fs::FileInfo::size (C++ function)
- arrow::fs::FileInfo::type (C++ function)
- arrow::fs::FileSelector (C++ struct)
- arrow::fs::FileSelector::allow_not_found (C++ member)
- arrow::fs::FileSelector::base_dir (C++ member)
- arrow::fs::FileSelector::max_recursion (C++ member)
- arrow::fs::FileSelector::recursive (C++ member)
- arrow::fs::FileSystem (C++ class)
- arrow::fs::FileSystem::CopyFile (C++ function)
- arrow::fs::FileSystem::CreateDir (C++ function)
- arrow::fs::FileSystem::DeleteDir (C++ function)
- arrow::fs::FileSystem::DeleteDirContents (C++ function)
- arrow::fs::FileSystem::DeleteFile (C++ function)
- arrow::fs::FileSystem::DeleteFiles (C++ function)
- arrow::fs::FileSystem::DeleteRootDirContents (C++ function)
- arrow::fs::FileSystem::GetFileInfo (C++ function), [1], [2]
- arrow::fs::FileSystem::Move (C++ function)
- arrow::fs::FileSystem::NormalizePath (C++ function)
- arrow::fs::FileSystem::OpenAppendStream (C++ function)
- arrow::fs::FileSystem::OpenInputFile (C++ function), [1]
- arrow::fs::FileSystem::OpenInputStream (C++ function), [1]
- arrow::fs::FileSystem::OpenOutputStream (C++ function)
- arrow::fs::FileType (C++ enum)
- arrow::fs::FileType::Directory (C++ enumerator)
- arrow::fs::FileType::File (C++ enumerator)
- arrow::fs::FileType::NotFound (C++ enumerator)
- arrow::fs::FileType::Unknown (C++ enumerator)
- arrow::fs::HadoopFileSystem (C++ class)
- arrow::fs::HadoopFileSystem::CopyFile (C++ function)
- arrow::fs::HadoopFileSystem::CreateDir (C++ function)
- arrow::fs::HadoopFileSystem::DeleteDir (C++ function)
- arrow::fs::HadoopFileSystem::DeleteDirContents (C++ function)
- arrow::fs::HadoopFileSystem::DeleteFile (C++ function)
- arrow::fs::HadoopFileSystem::DeleteRootDirContents (C++ function)
- arrow::fs::HadoopFileSystem::GetFileInfo (C++ function), [1]
- arrow::fs::HadoopFileSystem::Make (C++ function)
- arrow::fs::HadoopFileSystem::Move (C++ function)
- arrow::fs::HadoopFileSystem::OpenAppendStream (C++ function)
- arrow::fs::HadoopFileSystem::OpenInputFile (C++ function)
- arrow::fs::HadoopFileSystem::OpenInputStream (C++ function)
- arrow::fs::HadoopFileSystem::OpenOutputStream (C++ function)
- arrow::fs::HdfsOptions (C++ struct)
- arrow::fs::HdfsOptions::buffer_size (C++ member)
- arrow::fs::HdfsOptions::connection_config (C++ member)
- arrow::fs::LocalFileSystem (C++ class)
- arrow::fs::LocalFileSystem::CopyFile (C++ function)
- arrow::fs::LocalFileSystem::CreateDir (C++ function)
- arrow::fs::LocalFileSystem::DeleteDir (C++ function)
- arrow::fs::LocalFileSystem::DeleteDirContents (C++ function)
- arrow::fs::LocalFileSystem::DeleteFile (C++ function)
|
- arrow::fs::LocalFileSystem::DeleteRootDirContents (C++ function)
- arrow::fs::LocalFileSystem::GetFileInfo (C++ function), [1]
- arrow::fs::LocalFileSystem::Move (C++ function)
- arrow::fs::LocalFileSystem::NormalizePath (C++ function)
- arrow::fs::LocalFileSystem::OpenAppendStream (C++ function)
- arrow::fs::LocalFileSystem::OpenInputFile (C++ function)
- arrow::fs::LocalFileSystem::OpenInputStream (C++ function)
- arrow::fs::LocalFileSystem::OpenOutputStream (C++ function)
- arrow::fs::LocalFileSystemOptions (C++ struct)
- arrow::fs::LocalFileSystemOptions::Defaults (C++ function)
- arrow::fs::LocalFileSystemOptions::use_mmap (C++ member)
- arrow::fs::S3FileSystem (C++ class)
- arrow::fs::S3FileSystem::CopyFile (C++ function)
- arrow::fs::S3FileSystem::CreateDir (C++ function)
- arrow::fs::S3FileSystem::DeleteDir (C++ function)
- arrow::fs::S3FileSystem::DeleteDirContents (C++ function)
- arrow::fs::S3FileSystem::DeleteFile (C++ function)
- arrow::fs::S3FileSystem::DeleteRootDirContents (C++ function)
- arrow::fs::S3FileSystem::GetFileInfo (C++ function), [1]
- arrow::fs::S3FileSystem::Make (C++ function)
- arrow::fs::S3FileSystem::Move (C++ function)
- arrow::fs::S3FileSystem::OpenAppendStream (C++ function)
- arrow::fs::S3FileSystem::OpenInputFile (C++ function), [1]
- arrow::fs::S3FileSystem::OpenInputStream (C++ function), [1]
- arrow::fs::S3FileSystem::OpenOutputStream (C++ function)
- arrow::fs::S3FileSystem::options (C++ function)
- arrow::fs::S3FileSystem::region (C++ function)
- arrow::fs::S3Options (C++ struct)
- arrow::fs::S3Options::Anonymous (C++ function)
- arrow::fs::S3Options::background_writes (C++ member)
- arrow::fs::S3Options::ConfigureAccessKey (C++ function)
- arrow::fs::S3Options::ConfigureAnonymousCredentials (C++ function)
- arrow::fs::S3Options::ConfigureAssumeRoleCredentials (C++ function)
- arrow::fs::S3Options::ConfigureDefaultCredentials (C++ function)
- arrow::fs::S3Options::credentials_provider (C++ member)
- arrow::fs::S3Options::Defaults (C++ function)
- arrow::fs::S3Options::endpoint_override (C++ member)
- arrow::fs::S3Options::external_id (C++ member)
- arrow::fs::S3Options::FromAccessKey (C++ function)
- arrow::fs::S3Options::FromAssumeRole (C++ function)
- arrow::fs::S3Options::load_frequency (C++ member)
- arrow::fs::S3Options::region (C++ member)
- arrow::fs::S3Options::role_arn (C++ member)
- arrow::fs::S3Options::scheme (C++ member)
- arrow::fs::S3Options::session_name (C++ member)
- arrow::fs::SubTreeFileSystem (C++ class)
- arrow::fs::SubTreeFileSystem::CopyFile (C++ function)
- arrow::fs::SubTreeFileSystem::CreateDir (C++ function)
- arrow::fs::SubTreeFileSystem::DeleteDir (C++ function)
- arrow::fs::SubTreeFileSystem::DeleteDirContents (C++ function)
- arrow::fs::SubTreeFileSystem::DeleteFile (C++ function)
- arrow::fs::SubTreeFileSystem::DeleteRootDirContents (C++ function)
- arrow::fs::SubTreeFileSystem::GetFileInfo (C++ function), [1]
- arrow::fs::SubTreeFileSystem::Move (C++ function)
- arrow::fs::SubTreeFileSystem::NormalizePath (C++ function)
- arrow::fs::SubTreeFileSystem::OpenAppendStream (C++ function)
- arrow::fs::SubTreeFileSystem::OpenInputFile (C++ function), [1]
- arrow::fs::SubTreeFileSystem::OpenInputStream (C++ function), [1]
- arrow::fs::SubTreeFileSystem::OpenOutputStream (C++ function)
- arrow::GetBuildInfo (C++ function)
- arrow::HalfFloatScalar (C++ struct)
- arrow::HalfFloatType (C++ class)
- arrow::Int16Scalar (C++ struct)
- arrow::Int16Type (C++ class)
- arrow::Int32Scalar (C++ struct)
- arrow::Int32Type (C++ class)
- arrow::Int64Scalar (C++ struct)
- arrow::Int64Type (C++ class)
- arrow::Int8Scalar (C++ struct)
- arrow::Int8Type (C++ class)
- arrow::IntervalScalar (C++ struct)
- arrow::IntervalScalar::IntervalScalar (C++ function), [1]
- arrow::IntervalScalar::ValueType (C++ type)
- arrow::io::BufferedInputStream (C++ class)
- arrow::io::BufferedInputStream::buffer_size (C++ function)
- arrow::io::BufferedInputStream::bytes_buffered (C++ function)
- arrow::io::BufferedInputStream::closed (C++ function)
- arrow::io::BufferedInputStream::Create (C++ function)
- arrow::io::BufferedInputStream::Detach (C++ function)
- arrow::io::BufferedInputStream::raw (C++ function)
- arrow::io::BufferedInputStream::SetBufferSize (C++ function)
- arrow::io::BufferedOutputStream (C++ class)
- arrow::io::BufferedOutputStream::Abort (C++ function)
- arrow::io::BufferedOutputStream::buffer_size (C++ function)
- arrow::io::BufferedOutputStream::bytes_buffered (C++ function)
- arrow::io::BufferedOutputStream::Close (C++ function)
- arrow::io::BufferedOutputStream::closed (C++ function)
- arrow::io::BufferedOutputStream::Create (C++ function)
- arrow::io::BufferedOutputStream::Detach (C++ function)
- arrow::io::BufferedOutputStream::Flush (C++ function)
- arrow::io::BufferedOutputStream::raw (C++ function)
- arrow::io::BufferedOutputStream::SetBufferSize (C++ function)
- arrow::io::BufferedOutputStream::Tell (C++ function)
- arrow::io::BufferedOutputStream::Write (C++ function), [1]
- arrow::io::BufferOutputStream (C++ class)
- arrow::io::BufferOutputStream::Close (C++ function)
- arrow::io::BufferOutputStream::closed (C++ function)
- arrow::io::BufferOutputStream::Create (C++ function)
- arrow::io::BufferOutputStream::Finish (C++ function)
- arrow::io::BufferOutputStream::Reset (C++ function)
- arrow::io::BufferOutputStream::Tell (C++ function)
- arrow::io::BufferOutputStream::Write (C++ function)
- arrow::io::BufferReader (C++ class)
- arrow::io::BufferReader::BufferReader (C++ function)
- arrow::io::BufferReader::closed (C++ function)
- arrow::io::BufferReader::ReadAsync (C++ function)
- arrow::io::BufferReader::supports_zero_copy (C++ function)
- arrow::io::BufferReader::WillNeed (C++ function)
- arrow::io::CompressedInputStream (C++ class)
- arrow::io::CompressedInputStream::closed (C++ function)
- arrow::io::CompressedInputStream::Make (C++ function)
- arrow::io::CompressedInputStream::raw (C++ function)
- arrow::io::CompressedOutputStream (C++ class)
- arrow::io::CompressedOutputStream::Abort (C++ function)
- arrow::io::CompressedOutputStream::Close (C++ function)
- arrow::io::CompressedOutputStream::closed (C++ function)
- arrow::io::CompressedOutputStream::Flush (C++ function)
- arrow::io::CompressedOutputStream::Make (C++ function)
- arrow::io::CompressedOutputStream::raw (C++ function)
- arrow::io::CompressedOutputStream::Tell (C++ function)
- arrow::io::CompressedOutputStream::Write (C++ function)
- arrow::io::FileInterface (C++ class)
- arrow::io::FileInterface::Abort (C++ function)
- arrow::io::FileInterface::Close (C++ function)
- arrow::io::FileInterface::closed (C++ function)
- arrow::io::FileInterface::Tell (C++ function)
- arrow::io::FileOutputStream (C++ class)
- arrow::io::FileOutputStream::Close (C++ function)
- arrow::io::FileOutputStream::closed (C++ function)
- arrow::io::FileOutputStream::Open (C++ function), [1]
- arrow::io::FileOutputStream::Tell (C++ function)
- arrow::io::FileOutputStream::Write (C++ function)
- arrow::io::FixedSizeBufferWriter (C++ class)
- arrow::io::FixedSizeBufferWriter::Close (C++ function)
- arrow::io::FixedSizeBufferWriter::closed (C++ function)
- arrow::io::FixedSizeBufferWriter::FixedSizeBufferWriter (C++ function)
- arrow::io::FixedSizeBufferWriter::Tell (C++ function)
- arrow::io::FixedSizeBufferWriter::Write (C++ function)
- arrow::io::InputStream (C++ class)
- arrow::io::InputStream::Advance (C++ function)
- arrow::io::InputStream::Peek (C++ function)
- arrow::io::InputStream::supports_zero_copy (C++ function)
- arrow::io::MemoryMappedFile (C++ class)
- arrow::io::MemoryMappedFile::Close (C++ function)
- arrow::io::MemoryMappedFile::closed (C++ function)
- arrow::io::MemoryMappedFile::Create (C++ function)
- arrow::io::MemoryMappedFile::GetSize (C++ function)
- arrow::io::MemoryMappedFile::Read (C++ function), [1]
- arrow::io::MemoryMappedFile::ReadAsync (C++ function)
- arrow::io::MemoryMappedFile::ReadAt (C++ function), [1]
- arrow::io::MemoryMappedFile::Resize (C++ function)
- arrow::io::MemoryMappedFile::supports_zero_copy (C++ function)
- arrow::io::MemoryMappedFile::Tell (C++ function)
- arrow::io::MemoryMappedFile::WillNeed (C++ function)
- arrow::io::MemoryMappedFile::Write (C++ function)
- arrow::io::MemoryMappedFile::WriteAt (C++ function)
- arrow::io::MockOutputStream (C++ class)
- arrow::io::MockOutputStream::Close (C++ function)
- arrow::io::MockOutputStream::closed (C++ function)
- arrow::io::MockOutputStream::Tell (C++ function)
- arrow::io::MockOutputStream::Write (C++ function)
- arrow::io::OutputStream (C++ class)
- arrow::io::RandomAccessFile (C++ class)
- arrow::io::RandomAccessFile::GetSize (C++ function)
- arrow::io::RandomAccessFile::GetStream (C++ function)
- arrow::io::RandomAccessFile::ReadAsync (C++ function)
- arrow::io::RandomAccessFile::ReadAt (C++ function), [1]
- arrow::io::RandomAccessFile::WillNeed (C++ function)
- arrow::io::RandomAccessFile::~RandomAccessFile (C++ function)
- arrow::io::Readable (C++ class)
- arrow::io::Readable::Read (C++ function), [1]
- arrow::io::ReadableFile (C++ class)
- arrow::io::ReadableFile::closed (C++ function)
- arrow::io::ReadableFile::Open (C++ function), [1]
- arrow::io::ReadableFile::WillNeed (C++ function)
- arrow::io::ReadWriteFileInterface (C++ class)
- arrow::io::Seekable (C++ class)
- arrow::io::Writable (C++ class)
- arrow::io::Writable::Flush (C++ function)
- arrow::io::Writable::Write (C++ function), [1]
- arrow::ipc::IpcReadOptions (C++ struct)
- arrow::ipc::IpcReadOptions::included_fields (C++ member)
- arrow::ipc::IpcReadOptions::max_recursion_depth (C++ member)
- arrow::ipc::IpcReadOptions::memory_pool (C++ member)
- arrow::ipc::IpcReadOptions::use_threads (C++ member)
- arrow::ipc::IpcWriteOptions (C++ struct)
- arrow::ipc::IpcWriteOptions::alignment (C++ member)
- arrow::ipc::IpcWriteOptions::allow_64bit (C++ member)
- arrow::ipc::IpcWriteOptions::codec (C++ member)
- arrow::ipc::IpcWriteOptions::emit_dictionary_deltas (C++ member)
- arrow::ipc::IpcWriteOptions::max_recursion_depth (C++ member)
- arrow::ipc::IpcWriteOptions::memory_pool (C++ member)
- arrow::ipc::IpcWriteOptions::metadata_version (C++ member)
- arrow::ipc::IpcWriteOptions::use_threads (C++ member)
- arrow::ipc::IpcWriteOptions::write_legacy_ipc_format (C++ member)
- arrow::ipc::Listener (C++ class)
- arrow::ipc::Listener::OnEOS (C++ function)
- arrow::ipc::Listener::OnRecordBatchDecoded (C++ function)
- arrow::ipc::Listener::OnSchemaDecoded (C++ function)
- arrow::ipc::ReadStats (C++ struct)
- arrow::ipc::ReadStats::num_dictionary_batches (C++ member)
- arrow::ipc::ReadStats::num_dictionary_deltas (C++ member)
- arrow::ipc::ReadStats::num_messages (C++ member)
- arrow::ipc::ReadStats::num_record_batches (C++ member)
- arrow::ipc::ReadStats::num_replaced_dictionaries (C++ member)
- arrow::ipc::RecordBatchFileReader (C++ class)
- arrow::ipc::RecordBatchFileReader::metadata (C++ function)
- arrow::ipc::RecordBatchFileReader::num_record_batches (C++ function)
- arrow::ipc::RecordBatchFileReader::Open (C++ function), [1], [2], [3]
- arrow::ipc::RecordBatchFileReader::ReadRecordBatch (C++ function)
- arrow::ipc::RecordBatchFileReader::schema (C++ function)
- arrow::ipc::RecordBatchFileReader::stats (C++ function)
- arrow::ipc::RecordBatchFileReader::version (C++ function)
- arrow::ipc::RecordBatchStreamReader (C++ class)
- arrow::ipc::RecordBatchStreamReader::Open (C++ function), [1], [2]
- arrow::ipc::RecordBatchStreamReader::stats (C++ function)
- arrow::ipc::RecordBatchWriter (C++ class)
- arrow::ipc::RecordBatchWriter::Close (C++ function)
- arrow::ipc::RecordBatchWriter::stats (C++ function)
- arrow::ipc::RecordBatchWriter::WriteRecordBatch (C++ function)
- arrow::ipc::RecordBatchWriter::WriteTable (C++ function), [1]
- arrow::ipc::StreamDecoder (C++ class)
- arrow::ipc::StreamDecoder::Consume (C++ function), [1]
- arrow::ipc::StreamDecoder::next_required_size (C++ function)
- arrow::ipc::StreamDecoder::schema (C++ function)
- arrow::ipc::StreamDecoder::stats (C++ function)
- arrow::ipc::StreamDecoder::StreamDecoder (C++ function)
- arrow::ipc::WriteStats (C++ struct)
- arrow::ipc::WriteStats::num_dictionary_batches (C++ member)
- arrow::ipc::WriteStats::num_dictionary_deltas (C++ member)
- arrow::ipc::WriteStats::num_messages (C++ member)
- arrow::ipc::WriteStats::num_record_batches (C++ member)
- arrow::ipc::WriteStats::num_replaced_dictionaries (C++ member)
- arrow::Iterator (C++ class)
- arrow::Iterator::Equals (C++ function)
- arrow::Iterator::Iterator (C++ function)
- arrow::Iterator::Next (C++ function)
- arrow::Iterator::RangeIterator (C++ class)
- arrow::Iterator::ToVector (C++ function)
- arrow::Iterator::Visit (C++ function)
- arrow::jemalloc_memory_pool (C++ function)
- arrow::json::ParseOptions (C++ struct)
- arrow::json::ParseOptions::Defaults (C++ function)
- arrow::json::ParseOptions::explicit_schema (C++ member)
- arrow::json::ParseOptions::newlines_in_values (C++ member)
- arrow::json::ParseOptions::unexpected_field_behavior (C++ member)
- arrow::json::ReadOptions (C++ struct)
- arrow::json::ReadOptions::block_size (C++ member)
- arrow::json::ReadOptions::Defaults (C++ function)
- arrow::json::ReadOptions::use_threads (C++ member)
- arrow::json::TableReader (C++ class)
- arrow::json::TableReader::Make (C++ function)
- arrow::json::TableReader::Read (C++ function)
- arrow::json::UnexpectedFieldBehavior (C++ enum)
- arrow::json::UnexpectedFieldBehavior::Error (C++ enumerator)
- arrow::json::UnexpectedFieldBehavior::Ignore (C++ enumerator)
- arrow::json::UnexpectedFieldBehavior::InferType (C++ enumerator)
- arrow::LargeBinaryScalar (C++ struct)
- arrow::LargeBinaryScalar::BaseBinaryScalar (C++ function)
- arrow::LargeBinaryScalar::LargeBinaryScalar (C++ function), [1], [2]
- arrow::LargeBinaryScalar::TypeClass (C++ type)
- arrow::LargeListScalar (C++ struct)
- arrow::LargeListScalar::BaseListScalar (C++ function)
- arrow::LargeListScalar::LargeListScalar (C++ function)
- arrow::LargeListScalar::TypeClass (C++ type)
- arrow::LargeStringScalar (C++ struct)
- arrow::LargeStringScalar::LargeBinaryScalar (C++ function), [1], [2]
- arrow::LargeStringScalar::LargeStringScalar (C++ function), [1], [2]
- arrow::LargeStringScalar::TypeClass (C++ type)
- arrow::ListArray (C++ class)
- arrow::ListArray::Flatten (C++ function)
- arrow::ListArray::FromArrays (C++ function)
- arrow::ListArray::offsets (C++ function)
- arrow::ListBuilder (C++ class)
- arrow::ListBuilder::BaseListBuilder (C++ function)
- arrow::ListScalar (C++ struct)
- arrow::ListScalar::BaseListScalar (C++ function)
- arrow::ListScalar::ListScalar (C++ function)
- arrow::ListScalar::TypeClass (C++ type)
- arrow::ListType (C++ class)
- arrow::ListType::layout (C++ function)
- arrow::ListType::name (C++ function)
- arrow::ListType::ToString (C++ function)
- arrow::LoggingMemoryPool (C++ class)
- arrow::LoggingMemoryPool::Allocate (C++ function)
- arrow::LoggingMemoryPool::backend_name (C++ function)
- arrow::LoggingMemoryPool::bytes_allocated (C++ function)
- arrow::LoggingMemoryPool::Free (C++ function)
- arrow::LoggingMemoryPool::max_memory (C++ function)
- arrow::LoggingMemoryPool::Reallocate (C++ function)
- arrow::MapScalar (C++ struct)
- arrow::MapScalar::BaseListScalar (C++ function)
- arrow::MapScalar::MapScalar (C++ function)
- arrow::MapScalar::TypeClass (C++ type)
- arrow::MapType (C++ class)
- arrow::MapType::name (C++ function)
- arrow::MapType::ToString (C++ function)
- arrow::MemoryManager (C++ class)
- arrow::MemoryManager::AllocateBuffer (C++ function)
- arrow::MemoryManager::CopyBuffer (C++ function)
- arrow::MemoryManager::device (C++ function)
- arrow::MemoryManager::GetBufferReader (C++ function)
- arrow::MemoryManager::GetBufferWriter (C++ function)
- arrow::MemoryManager::is_cpu (C++ function)
- arrow::MemoryManager::ViewBuffer (C++ function)
- arrow::MemoryPool (C++ class)
- arrow::MemoryPool::Allocate (C++ function)
- arrow::MemoryPool::backend_name (C++ function)
- arrow::MemoryPool::bytes_allocated (C++ function)
- arrow::MemoryPool::CreateDefault (C++ function)
- arrow::MemoryPool::Free (C++ function)
- arrow::MemoryPool::max_memory (C++ function)
- arrow::MemoryPool::Reallocate (C++ function)
- arrow::mimalloc_memory_pool (C++ function)
- arrow::MonthIntervalScalar (C++ struct)
- arrow::MutableBuffer (C++ class)
- arrow::MutableBuffer::Wrap (C++ function)
- arrow::NullArray (C++ class)
- arrow::NullBuilder (C++ class)
- arrow::NullBuilder::AppendEmptyValue (C++ function)
- arrow::NullBuilder::AppendEmptyValues (C++ function)
- arrow::NullBuilder::AppendNull (C++ function)
- arrow::NullBuilder::AppendNulls (C++ function)
- arrow::NullBuilder::FinishInternal (C++ function)
- arrow::NullBuilder::type (C++ function)
- arrow::NullScalar (C++ struct)
- arrow::NullScalar::NullScalar (C++ function)
- arrow::NullScalar::TypeClass (C++ type)
- arrow::NullType (C++ class)
- arrow::NullType::layout (C++ function)
- arrow::NullType::name (C++ function)
- arrow::NullType::ToString (C++ function)
- arrow::NumericArray (C++ class)
- arrow::NumericBuilder (C++ class)
- arrow::NumericBuilder::Append (C++ function)
- arrow::NumericBuilder::AppendEmptyValue (C++ function)
- arrow::NumericBuilder::AppendEmptyValues (C++ function)
- arrow::NumericBuilder::AppendNull (C++ function)
- arrow::NumericBuilder::AppendNulls (C++ function)
- arrow::NumericBuilder::AppendValues (C++ function), [1], [2], [3], [4], [5]
- arrow::NumericBuilder::FinishInternal (C++ function)
- arrow::NumericBuilder::Reset (C++ function)
- arrow::NumericBuilder::Resize (C++ function)
- arrow::NumericBuilder::type (C++ function)
- arrow::NumericBuilder::UnsafeAppend (C++ function)
- arrow::NumericScalar (C++ struct)
- arrow::NumericScalar::Base (C++ type)
- arrow::NumericScalar::NumericScalar (C++ function), [1]
- arrow::NumericScalar::TypeClass (C++ type)
- arrow::NumericScalar::ValueType (C++ type)
- arrow::NumericTensor (C++ class)
- arrow::NumericTensor::Make (C++ function)
- arrow::NumericTensor::NumericTensor (C++ function), [1], [2]
- arrow::PrimitiveArray (C++ class)
- arrow::PrimitiveArray::values (C++ function)
- arrow::ProxyMemoryPool (C++ class)
- arrow::ProxyMemoryPool::Allocate (C++ function)
- arrow::ProxyMemoryPool::backend_name (C++ function)
- arrow::ProxyMemoryPool::bytes_allocated (C++ function)
- arrow::ProxyMemoryPool::Free (C++ function)
- arrow::ProxyMemoryPool::max_memory (C++ function)
- arrow::ProxyMemoryPool::Reallocate (C++ function)
- arrow::RecordBatch (C++ class)
- arrow::RecordBatch::AddColumn (C++ function), [1]
- arrow::RecordBatch::ApproxEquals (C++ function)
- arrow::RecordBatch::column (C++ function)
- arrow::RecordBatch::column_data (C++ function), [1]
- arrow::RecordBatch::column_name (C++ function)
- arrow::RecordBatch::columns (C++ function)
- arrow::RecordBatch::Equals (C++ function)
- arrow::RecordBatch::FromStructArray (C++ function)
- arrow::RecordBatch::GetColumnByName (C++ function)
- arrow::RecordBatch::Make (C++ function), [1]
- arrow::RecordBatch::num_columns (C++ function)
- arrow::RecordBatch::num_rows (C++ function)
- arrow::RecordBatch::RemoveColumn (C++ function)
- arrow::RecordBatch::schema (C++ function)
- arrow::RecordBatch::Slice (C++ function), [1]
- arrow::RecordBatch::ToString (C++ function)
- arrow::RecordBatch::ToStructArray (C++ function)
- arrow::RecordBatch::Validate (C++ function)
- arrow::RecordBatch::ValidateFull (C++ function)
- arrow::RecordBatchReader (C++ class)
- arrow::RecordBatchReader::Make (C++ function)
- arrow::RecordBatchReader::Next (C++ function)
- arrow::RecordBatchReader::ReadAll (C++ function), [1]
- arrow::RecordBatchReader::ReadNext (C++ function)
- arrow::RecordBatchReader::schema (C++ function)
- arrow::ResizableBuffer (C++ class)
- arrow::ResizableBuffer::Reserve (C++ function)
- arrow::ResizableBuffer::Resize (C++ function)
- arrow::Result (C++ class)
- arrow::Result::As (C++ function), [1]
- arrow::Result::Equals (C++ function)
- arrow::Result::Map (C++ function), [1]
- arrow::Result::ok (C++ function)
- arrow::Result::operator= (C++ function), [1]
- arrow::Result::Result (C++ function), [1], [2], [3], [4], [5], [6]
- arrow::Result::status (C++ function)
- arrow::Result::Value (C++ function)
- arrow::Result::ValueOr (C++ function)
- arrow::Result::ValueOrDie (C++ function), [1], [2]
- arrow::Result::ValueOrElse (C++ function)
- arrow::Scalar (C++ struct)
- arrow::Scalar::Hash (C++ struct)
- arrow::Scalar::is_valid (C++ member)
- arrow::Scalar::type (C++ member)
- arrow::Schema (C++ class)
- arrow::Schema::CanReferenceFieldsByNames (C++ function)
- arrow::Schema::Equals (C++ function)
- arrow::Schema::field (C++ function)
- arrow::Schema::GetAllFieldIndices (C++ function)
- arrow::Schema::GetAllFieldsByName (C++ function)
- arrow::Schema::GetFieldByName (C++ function)
- arrow::Schema::GetFieldIndex (C++ function)
- arrow::Schema::HasDistinctFieldNames (C++ function)
- arrow::Schema::HasMetadata (C++ function)
- arrow::Schema::metadata (C++ function)
- arrow::Schema::num_fields (C++ function)
- arrow::Schema::RemoveMetadata (C++ function)
- arrow::Schema::ToString (C++ function)
- arrow::Schema::WithMetadata (C++ function)
- arrow::SparseCOOIndex (C++ class)
- arrow::SparseCOOIndex::Equals (C++ function)
- arrow::SparseCOOIndex::indices (C++ function)
- arrow::SparseCOOIndex::is_canonical (C++ function)
- arrow::SparseCOOIndex::Make (C++ function), [1], [2], [3], [4], [5]
- arrow::SparseCOOIndex::non_zero_length (C++ function)
- arrow::SparseCOOIndex::SparseCOOIndex (C++ function)
- arrow::SparseCOOIndex::ToString (C++ function)
- arrow::SparseCOOTensor (C++ type)
- arrow::SparseCSRIndex (C++ class)
- arrow::SparseCSRMatrix (C++ type)
- arrow::SparseIndex (C++ class)
- arrow::SparseIndex::format_id (C++ function)
- arrow::SparseIndex::non_zero_length (C++ function)
- arrow::SparseIndex::ToString (C++ function)
- arrow::SparseTensor (C++ class)
- arrow::SparseTensor::data (C++ function)
- arrow::SparseTensor::dim_name (C++ function)
- arrow::SparseTensor::dim_names (C++ function)
- arrow::SparseTensor::Equals (C++ function)
- arrow::SparseTensor::is_mutable (C++ function)
- arrow::SparseTensor::ndim (C++ function)
- arrow::SparseTensor::non_zero_length (C++ function)
- arrow::SparseTensor::raw_data (C++ function)
- arrow::SparseTensor::raw_mutable_data (C++ function)
- arrow::SparseTensor::shape (C++ function)
- arrow::SparseTensor::size (C++ function)
- arrow::SparseTensor::sparse_index (C++ function)
- arrow::SparseTensor::ToTensor (C++ function), [1]
- arrow::SparseTensor::type (C++ function)
- arrow::SparseTensorFormat::type (C++ enum)
- arrow::SparseTensorFormat::type::COO (C++ enumerator)
- arrow::SparseTensorFormat::type::CSC (C++ enumerator)
- arrow::SparseTensorFormat::type::CSF (C++ enumerator)
- arrow::SparseTensorFormat::type::CSR (C++ enumerator)
- arrow::SparseTensorImpl (C++ class)
- arrow::SparseTensorImpl::Make (C++ function), [1]
- arrow::SparseTensorImpl::SparseTensorImpl (C++ function), [1]
- arrow::SparseUnionScalar (C++ struct)
- arrow::SparseUnionScalar::TypeClass (C++ type)
- arrow::SparseUnionScalar::UnionScalar (C++ function)
- arrow::Status (C++ class)
- arrow::Status::CapacityError (C++ function)
- arrow::Status::code (C++ function)
- arrow::Status::CodeAsString (C++ function)
- arrow::Status::IndexError (C++ function)
- arrow::Status::Invalid (C++ function)
- arrow::Status::IOError (C++ function)
- arrow::Status::IsCapacityError (C++ function)
- arrow::Status::IsIndexError (C++ function)
- arrow::Status::IsInvalid (C++ function)
- arrow::Status::IsIOError (C++ function)
- arrow::Status::IsKeyError (C++ function)
- arrow::Status::IsNotImplemented (C++ function)
- arrow::Status::IsOutOfMemory (C++ function)
- arrow::Status::IsRError (C++ function)
- arrow::Status::IsSerializationError (C++ function)
- arrow::Status::IsTypeError (C++ function)
- arrow::Status::IsUnknownError (C++ function)
- arrow::Status::KeyError (C++ function)
- arrow::Status::message (C++ function)
- arrow::Status::NotImplemented (C++ function)
- arrow::Status::OK (C++ function)
- arrow::Status::ok (C++ function)
- arrow::Status::OutOfMemory (C++ function)
- arrow::Status::SerializationError (C++ function)
- arrow::Status::Status (C++ function)
- arrow::Status::ToString (C++ function)
- arrow::Status::TypeError (C++ function)
- arrow::Status::UnknownError (C++ function)
- arrow::Status::WithDetail (C++ function)
- arrow::Status::WithMessage (C++ function)
- arrow::StatusDetail (C++ class)
- arrow::StatusDetail::ToString (C++ function)
- arrow::StatusDetail::type_id (C++ function)
- arrow::stl::allocator (C++ class)
- arrow::stl::allocator::allocator (C++ function), [1]
- arrow::stl::allocator::rebind (C++ struct)
- arrow::stl::STLMemoryPool (C++ class)
- arrow::stl::STLMemoryPool::Allocate (C++ function)
- arrow::stl::STLMemoryPool::backend_name (C++ function)
- arrow::stl::STLMemoryPool::bytes_allocated (C++ function)
- arrow::stl::STLMemoryPool::Free (C++ function)
- arrow::stl::STLMemoryPool::max_memory (C++ function)
- arrow::stl::STLMemoryPool::Reallocate (C++ function)
- arrow::stl::STLMemoryPool::STLMemoryPool (C++ function)
- arrow::StringArray (C++ class)
- arrow::StringArray::ValidateUTF8 (C++ function)
- arrow::StringBuilder (C++ class)
- arrow::StringBuilder::type (C++ function)
- arrow::StringScalar (C++ struct)
- arrow::StringScalar::BinaryScalar (C++ function), [1], [2]
- arrow::StringScalar::StringScalar (C++ function), [1], [2]
- arrow::StringScalar::TypeClass (C++ type)
- arrow::StringType (C++ class)
- arrow::StringType::name (C++ function)
- arrow::StringType::ToString (C++ function)
- arrow::StructArray (C++ class)
- arrow::StructArray::Flatten (C++ function)
- arrow::StructArray::GetFieldByName (C++ function)
- arrow::StructArray::Make (C++ function), [1]
- arrow::StructBuilder (C++ class)
- arrow::StructBuilder::Append (C++ function)
- arrow::StructBuilder::AppendEmptyValue (C++ function)
- arrow::StructBuilder::AppendEmptyValues (C++ function)
- arrow::StructBuilder::AppendNull (C++ function)
- arrow::StructBuilder::AppendNulls (C++ function)
- arrow::StructBuilder::AppendValues (C++ function)
- arrow::StructBuilder::FinishInternal (C++ function)
- arrow::StructBuilder::Reset (C++ function)
- arrow::StructBuilder::StructBuilder (C++ function)
- arrow::StructBuilder::type (C++ function)
- arrow::StructScalar (C++ struct)
- arrow::StructScalar::field (C++ function)
- arrow::StructScalar::Make (C++ function)
- arrow::StructScalar::StructScalar (C++ function), [1]
- arrow::StructScalar::TypeClass (C++ type)
- arrow::StructScalar::value (C++ member)
- arrow::StructScalar::ValueType (C++ type)
- arrow::StructType (C++ class)
- arrow::StructType::GetAllFieldIndices (C++ function)
- arrow::StructType::GetAllFieldsByName (C++ function)
- arrow::StructType::GetFieldByName (C++ function)
- arrow::StructType::GetFieldIndex (C++ function)
- arrow::StructType::layout (C++ function)
- arrow::StructType::name (C++ function)
- arrow::StructType::ToString (C++ function)
- arrow::system_memory_pool (C++ function)
- arrow::Table (C++ class)
- arrow::Table::AddColumn (C++ function)
- arrow::Table::column (C++ function)
- arrow::Table::ColumnNames (C++ function)
- arrow::Table::columns (C++ function)
- arrow::Table::CombineChunks (C++ function)
- arrow::Table::Equals (C++ function)
- arrow::Table::field (C++ function)
- arrow::Table::fields (C++ function)
- arrow::Table::Flatten (C++ function)
- arrow::Table::FromChunkedStructArray (C++ function)
- arrow::Table::FromRecordBatches (C++ function), [1]
- arrow::Table::FromRecordBatchReader (C++ function)
- arrow::Table::GetColumnByName (C++ function)
- arrow::Table::Make (C++ function), [1]
- arrow::Table::num_columns (C++ function)
- arrow::Table::num_rows (C++ function)
- arrow::Table::RemoveColumn (C++ function)
- arrow::Table::RenameColumns (C++ function)
- arrow::Table::ReplaceSchemaMetadata (C++ function)
- arrow::Table::schema (C++ function)
- arrow::Table::SelectColumns (C++ function)
- arrow::Table::SetColumn (C++ function)
- arrow::Table::Slice (C++ function), [1]
- arrow::Table::ToString (C++ function)
- arrow::Table::Validate (C++ function)
- arrow::Table::ValidateFull (C++ function)
- arrow::TableBatchReader (C++ class)
- arrow::TableBatchReader::ReadNext (C++ function)
- arrow::TableBatchReader::schema (C++ function)
- arrow::TableBatchReader::set_chunksize (C++ function)
- arrow::TableBatchReader::TableBatchReader (C++ function)
- arrow::TemporalScalar (C++ struct)
- arrow::TemporalScalar::TemporalScalar (C++ function)
- arrow::TemporalScalar::ValueType (C++ type)
- arrow::Tensor (C++ class)
- arrow::Tensor::CalculateValueOffset (C++ function)
- arrow::Tensor::CountNonZero (C++ function), [1]
- arrow::Tensor::is_column_major (C++ function)
- arrow::Tensor::is_contiguous (C++ function)
- arrow::Tensor::is_mutable (C++ function)
- arrow::Tensor::is_row_major (C++ function)
- arrow::Tensor::Make (C++ function)
- arrow::Tensor::size (C++ function)
- arrow::Tensor::Tensor (C++ function), [1], [2]
- arrow::Tensor::Value (C++ function)
- arrow::Time32Scalar (C++ struct)
- arrow::Time32Type (C++ class)
- arrow::Time32Type::name (C++ function)
- arrow::Time32Type::ToString (C++ function)
- arrow::Time64Scalar (C++ struct)
- arrow::Time64Type (C++ class)
- arrow::Time64Type::name (C++ function)
- arrow::Time64Type::ToString (C++ function)
- arrow::TimeScalar (C++ struct)
- arrow::TimestampScalar (C++ struct)
- arrow::TimestampType (C++ class)
- arrow::TimestampType::name (C++ function)
- arrow::TimestampType::ToString (C++ function)
- arrow::TimeUnit::type (C++ enum)
- arrow::TimeUnit::type::MICRO (C++ enumerator)
- arrow::TimeUnit::type::MILLI (C++ enumerator)
- arrow::TimeUnit::type::NANO (C++ enumerator)
- arrow::TimeUnit::type::SECOND (C++ enumerator)
- arrow::Type::type (C++ enum)
- arrow::Type::type::BINARY (C++ enumerator)
- arrow::Type::type::BOOL (C++ enumerator)
- arrow::Type::type::DATE32 (C++ enumerator)
- arrow::Type::type::DATE64 (C++ enumerator)
- arrow::Type::type::DECIMAL (C++ enumerator)
- arrow::Type::type::DECIMAL128 (C++ enumerator)
- arrow::Type::type::DECIMAL256 (C++ enumerator)
- arrow::Type::type::DENSE_UNION (C++ enumerator)
- arrow::Type::type::DICTIONARY (C++ enumerator)
- arrow::Type::type::DOUBLE (C++ enumerator)
- arrow::Type::type::DURATION (C++ enumerator)
- arrow::Type::type::EXTENSION (C++ enumerator)
- arrow::Type::type::FIXED_SIZE_BINARY (C++ enumerator)
- arrow::Type::type::FIXED_SIZE_LIST (C++ enumerator)
- arrow::Type::type::FLOAT (C++ enumerator)
- arrow::Type::type::HALF_FLOAT (C++ enumerator)
- arrow::Type::type::INT16 (C++ enumerator)
- arrow::Type::type::INT32 (C++ enumerator)
- arrow::Type::type::INT64 (C++ enumerator)
- arrow::Type::type::INT8 (C++ enumerator)
- arrow::Type::type::INTERVAL_DAY_TIME (C++ enumerator)
- arrow::Type::type::INTERVAL_MONTHS (C++ enumerator)
- arrow::Type::type::LARGE_BINARY (C++ enumerator)
- arrow::Type::type::LARGE_LIST (C++ enumerator)
- arrow::Type::type::LARGE_STRING (C++ enumerator)
- arrow::Type::type::LIST (C++ enumerator)
- arrow::Type::type::MAP (C++ enumerator)
- arrow::Type::type::MAX_ID (C++ enumerator)
- arrow::Type::type::NA (C++ enumerator)
- arrow::Type::type::SPARSE_UNION (C++ enumerator)
- arrow::Type::type::STRING (C++ enumerator)
- arrow::Type::type::STRUCT (C++ enumerator)
- arrow::Type::type::TIME32 (C++ enumerator)
- arrow::Type::type::TIME64 (C++ enumerator)
- arrow::Type::type::TIMESTAMP (C++ enumerator)
- arrow::Type::type::UINT16 (C++ enumerator)
- arrow::Type::type::UINT32 (C++ enumerator)
- arrow::Type::type::UINT64 (C++ enumerator)
- arrow::Type::type::UINT8 (C++ enumerator)
- arrow::TypedBufferBuilder (C++ class)
- arrow::UInt16Scalar (C++ struct)
- arrow::UInt16Type (C++ class)
- arrow::UInt32Scalar (C++ struct)
- arrow::UInt32Type (C++ class)
- arrow::UInt64Scalar (C++ struct)
- arrow::UInt64Type (C++ class)
- arrow::UInt8Scalar (C++ struct)
- arrow::UInt8Type (C++ class)
- arrow::UnionArray (C++ class)
- arrow::UnionArray::child_id (C++ function)
- arrow::UnionArray::field (C++ function)
- arrow::UnionArray::type_codes (C++ function)
- arrow::UnionScalar (C++ struct)
- arrow::UnionScalar::Scalar (C++ function), [1]
- arrow::UnionScalar::UnionScalar (C++ function)
- arrow::UnionScalar::value (C++ member)
- arrow::UnionScalar::ValueType (C++ type)
- arrow::UnionType (C++ class)
- arrow::UnionType::child_ids (C++ function)
- arrow::UnionType::layout (C++ function)
- arrow::UnionType::ToString (C++ function)
- arrow::UnionType::type_codes (C++ function)
- arrow::util::Codec (C++ class)
- arrow::util::Codec::Compress (C++ function)
- arrow::util::Codec::compression_level (C++ function)
- arrow::util::Codec::compression_type (C++ function)
- arrow::util::Codec::Create (C++ function)
- arrow::util::Codec::Decompress (C++ function)
- arrow::util::Codec::GetCodecAsString (C++ function)
- arrow::util::Codec::GetCompressionType (C++ function)
- arrow::util::Codec::IsAvailable (C++ function)
- arrow::util::Codec::MakeCompressor (C++ function)
- arrow::util::Codec::MakeDecompressor (C++ function)
- arrow::util::Codec::name (C++ function)
- arrow::util::Codec::SupportsCompressionLevel (C++ function)
- arrow::util::Codec::UseDefaultCompressionLevel (C++ function)
- arrow::util::Compressor (C++ class)
- arrow::util::Compressor::Compress (C++ function)
- arrow::util::Compressor::CompressResult (C++ struct)
- arrow::util::Compressor::End (C++ function)
- arrow::util::Compressor::EndResult (C++ struct)
- arrow::util::Compressor::Flush (C++ function)
- arrow::util::Compressor::FlushResult (C++ struct)
- arrow::util::Decompressor (C++ class)
- arrow::util::Decompressor::Decompress (C++ function)
- arrow::util::Decompressor::DecompressResult (C++ struct)
- arrow::util::Decompressor::IsFinished (C++ function)
- arrow::util::Decompressor::Reset (C++ function)
- arrow::VectorIterator (C++ class)
- ARROW_ASSIGN_OR_RAISE (C macro)
- ARROW_RETURN_NOT_OK (C macro)
- ArrowArray (C++ struct)
- ArrowArray.buffers (C member)
- ArrowArray.children (C member)
- ArrowArray.dictionary (C member)
- ArrowArray.length (C member)
- ArrowArray.n_buffers (C member)
- ArrowArray.n_children (C member)
- ArrowArray.null_count (C member)
- ArrowArray.offset (C member)
- ArrowArray.private_data (C member)
- ArrowArray.release (C member)
- ArrowArrayStream (C++ struct)
- ArrowArrayStream.get_last_error (C member)
- ArrowArrayStream.get_next (C member)
- ArrowArrayStream.get_schema (C member)
- ArrowArrayStream.private_data (C member)
- ArrowArrayStream.release (C member)
- ArrowSchema (C++ struct)
- ArrowSchema.children (C member)
- ArrowSchema.dictionary (C member)
- ArrowSchema.flags (C member)
- ArrowSchema.format (C member)
- ArrowSchema.metadata (C member)
- ArrowSchema.n_children (C member)
- ArrowSchema.name (C member)
- ArrowSchema.private_data (C member)
- ArrowSchema.release (C member)
- as_buffer() (pyarrow.BinaryScalar method)
- as_py() (pyarrow.BinaryScalar method)
- ascii_is_alnum() (in module pyarrow.compute)
- ascii_is_alpha() (in module pyarrow.compute)
- ascii_is_decimal() (in module pyarrow.compute)
- ascii_is_lower() (in module pyarrow.compute)
- ascii_is_printable() (in module pyarrow.compute)
- ascii_is_space() (in module pyarrow.compute)
- ascii_is_title() (in module pyarrow.compute)
- ascii_is_upper() (in module pyarrow.compute)
- ascii_lower() (in module pyarrow.compute)
- ascii_upper() (in module pyarrow.compute)
- auto_dict_encode (pyarrow.csv.ConvertOptions attribute)
- auto_dict_max_cardinality (pyarrow.csv.ConvertOptions attribute)
- autogenerate_column_names (pyarrow.csv.ReadOptions attribute)
|