Apache Arrow
2.0.0
Specifications and Protocols
Format Versioning and Stability
Arrow Columnar Format
Arrow Flight RPC
Integration Testing
The Arrow C data interface
The Arrow C stream interface
Other Data Structures
Libraries
Implementation Status
C/GLib
C++
C#
Go
Java
JavaScript
MATLAB
Python
R
Ruby
Rust
Development
Contributing to Apache Arrow
C++ Development
Python Development
Daily Development using Archery
Packaging and Testing with Crossbow
Running Docker Builds
Benchmarks
Building the Documentation
Apache Arrow
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
_
__init__() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BinaryScalar method)
(pyarrow.BooleanArray method)
(pyarrow.BooleanScalar method)
(pyarrow.Buffer method)
(pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.ChunkedArray method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.csv.ConvertOptions method)
(pyarrow.csv.CSVStreamingReader method)
(pyarrow.csv.ParseOptions method)
(pyarrow.csv.ReadOptions method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.cuda.Context method)
(pyarrow.cuda.CudaBuffer method)
(pyarrow.cuda.HostBuffer method)
(pyarrow.cuda.IpcMemHandle method)
(pyarrow.dataset.Dataset method)
(pyarrow.dataset.DirectoryPartitioning method)
(pyarrow.dataset.Expression method)
(pyarrow.dataset.FileFormat method)
(pyarrow.dataset.FileSystemDataset method)
(pyarrow.dataset.FileSystemDatasetFactory method)
(pyarrow.dataset.FileSystemFactoryOptions method)
(pyarrow.dataset.HivePartitioning method)
(pyarrow.dataset.ParquetFileFormat method)
(pyarrow.dataset.Partitioning method)
(pyarrow.dataset.PartitioningFactory method)
(pyarrow.dataset.Scanner method)
(pyarrow.dataset.UnionDataset method)
(pyarrow.DataType method)
(pyarrow.Date32Array method)
(pyarrow.Date32Scalar method)
(pyarrow.Date64Array method)
(pyarrow.Date64Scalar method)
(pyarrow.Decimal128Array method)
(pyarrow.Decimal128Scalar method)
(pyarrow.Decimal128Type method)
(pyarrow.DictionaryArray method)
(pyarrow.DictionaryScalar method)
(pyarrow.DictionaryType method)
(pyarrow.DoubleScalar method)
(pyarrow.ExtensionArray method)
(pyarrow.ExtensionType method)
(pyarrow.Field method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FixedSizeBinaryScalar method)
(pyarrow.FixedSizeBinaryType method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.FloatingPointArray method)
(pyarrow.FloatScalar method)
(pyarrow.fs.FileInfo method)
(pyarrow.fs.FileSelector method)
(pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
(pyarrow.HdfsFile method)
(pyarrow.Int16Array method)
(pyarrow.Int16Scalar method)
(pyarrow.Int32Array method)
(pyarrow.Int32Scalar method)
(pyarrow.Int64Array method)
(pyarrow.Int64Scalar method)
(pyarrow.Int8Array method)
(pyarrow.Int8Scalar method)
(pyarrow.IntegerArray method)
(pyarrow.ipc.Message method)
(pyarrow.ipc.MessageReader method)
(pyarrow.ipc.RecordBatchFileReader method)
(pyarrow.ipc.RecordBatchFileWriter method)
(pyarrow.ipc.RecordBatchStreamReader method)
(pyarrow.ipc.RecordBatchStreamWriter method)
(pyarrow.json.ParseOptions method)
(pyarrow.json.ReadOptions method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeBinaryScalar method)
(pyarrow.LargeListArray method)
(pyarrow.LargeListScalar method)
(pyarrow.LargeStringArray method)
(pyarrow.LargeStringScalar method)
(pyarrow.ListArray method)
(pyarrow.ListScalar method)
(pyarrow.ListType method)
(pyarrow.LocalFileSystem method)
(pyarrow.MapType method)
(pyarrow.MemoryMappedFile method)
(pyarrow.MemoryPool method)
(pyarrow.NativeFile method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.orc.ORCFile method)
(pyarrow.OSFile method)
(pyarrow.parquet.ParquetDataset method)
(pyarrow.parquet.ParquetFile method)
(pyarrow.parquet.ParquetWriter method)
(pyarrow.plasma.ObjectID method)
(pyarrow.plasma.PlasmaBuffer method)
(pyarrow.plasma.PlasmaClient method)
(pyarrow.PyExtensionType method)
(pyarrow.PythonFile method)
(pyarrow.RecordBatch method)
(pyarrow.ResizableBuffer method)
(pyarrow.Scalar method)
(pyarrow.Schema method)
(pyarrow.SerializationContext method)
(pyarrow.SerializedPyObject method)
(pyarrow.StringArray method)
(pyarrow.StringScalar method)
(pyarrow.StructArray method)
(pyarrow.StructScalar method)
(pyarrow.StructType method)
(pyarrow.Table method)
(pyarrow.Tensor method)
(pyarrow.Time32Array method)
(pyarrow.Time32Scalar method)
(pyarrow.Time32Type method)
(pyarrow.Time64Array method)
(pyarrow.Time64Scalar method)
(pyarrow.Time64Type method)
(pyarrow.TimestampArray method)
(pyarrow.TimestampScalar method)
(pyarrow.TimestampType method)
(pyarrow.UInt16Array method)
(pyarrow.UInt16Scalar method)
(pyarrow.UInt32Array method)
(pyarrow.UInt32Scalar method)
(pyarrow.UInt64Array method)
(pyarrow.UInt64Scalar method)
(pyarrow.UInt8Array method)
(pyarrow.UInt8Scalar method)
(pyarrow.UnionArray method)
(pyarrow.UnionScalar method)
(pyarrow.UnionType method)
A
add() (in module pyarrow.compute)
add_checked() (in module pyarrow.compute)
add_column() (pyarrow.Table method)
add_metadata() (pyarrow.Field method)
(pyarrow.Schema method)
address (pyarrow.Buffer attribute)
(pyarrow.cuda.CudaBuffer attribute)
(pyarrow.cuda.HostBuffer attribute)
(pyarrow.plasma.PlasmaBuffer attribute)
(pyarrow.ResizableBuffer attribute)
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)
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::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::value (C++ member)
arrow::BaseBinaryScalar::ValueType (C++ type)
arrow::BaseListScalar (C++ struct)
arrow::BaseListScalar::BaseListScalar (C++ function)
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::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::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::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)
,
[1]
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::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::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::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::PartitionNthOptions (C++ struct)
arrow::compute::PartitionNthOptions::PartitionNthOptions (C++ function)
arrow::compute::PartitionNthOptions::pivot (C++ member)
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::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::is_value (C++ function)
arrow::Datum::length (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::type (C++ function)
arrow::Decimal128Scalar (C++ struct)
arrow::Decimal128Scalar::Decimal128Scalar (C++ function)
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::default_cpu_memory_manager (C++ function)
arrow::default_memory_pool (C++ function)
arrow::DenseUnionScalar (C++ struct)
arrow::DenseUnionScalar::TypeClass (C++ type)
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::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::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::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::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::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::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::LargeBinaryScalar (C++ function)
,
[1]
,
[2]
arrow::LargeBinaryScalar::TypeClass (C++ type)
arrow::LargeListScalar (C++ struct)
arrow::LargeListScalar::LargeListScalar (C++ function)
arrow::LargeListScalar::TypeClass (C++ type)
arrow::LargeStringScalar (C++ struct)
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::ListScalar (C++ struct)
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::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::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::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::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::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::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::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::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::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::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)
(pyarrow.FixedSizeBinaryScalar method)
(pyarrow.LargeBinaryScalar method)
(pyarrow.LargeStringScalar method)
(pyarrow.StringScalar method)
as_py() (pyarrow.BinaryScalar method)
(pyarrow.BooleanScalar method)
(pyarrow.Date32Scalar method)
(pyarrow.Date64Scalar method)
(pyarrow.Decimal128Scalar method)
(pyarrow.DictionaryScalar method)
(pyarrow.DoubleScalar method)
(pyarrow.FixedSizeBinaryScalar method)
(pyarrow.FloatScalar method)
(pyarrow.Int16Scalar method)
(pyarrow.Int32Scalar method)
(pyarrow.Int64Scalar method)
(pyarrow.Int8Scalar method)
(pyarrow.LargeBinaryScalar method)
(pyarrow.LargeListScalar method)
(pyarrow.LargeStringScalar method)
(pyarrow.ListScalar method)
(pyarrow.Scalar method)
(pyarrow.StringScalar method)
(pyarrow.StructScalar method)
(pyarrow.Time32Scalar method)
(pyarrow.Time64Scalar method)
(pyarrow.TimestampScalar method)
(pyarrow.UInt16Scalar method)
(pyarrow.UInt32Scalar method)
(pyarrow.UInt64Scalar method)
(pyarrow.UInt8Scalar method)
(pyarrow.UnionScalar 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)
assume() (pyarrow.dataset.Expression method)
auto_dict_encode (pyarrow.csv.ConvertOptions attribute)
auto_dict_max_cardinality (pyarrow.csv.ConvertOptions attribute)
autogenerate_column_names (pyarrow.csv.ReadOptions attribute)
B
base (pyarrow.SerializedPyObject attribute)
base_dir (pyarrow.fs.FileSelector attribute)
base_fs (pyarrow.fs.SubTreeFileSystem attribute)
base_name (pyarrow.fs.FileInfo attribute)
base_path (pyarrow.fs.SubTreeFileSystem attribute)
binary (C++ function)
binary() (in module pyarrow)
(pyarrow.plasma.ObjectID method)
binary_length() (in module pyarrow.compute)
BinaryArray (class in pyarrow)
BinaryScalar (class in pyarrow)
bit_width (pyarrow.DataType attribute)
(pyarrow.Decimal128Type attribute)
(pyarrow.DictionaryType attribute)
(pyarrow.ExtensionType attribute)
(pyarrow.FixedSizeBinaryType attribute)
(pyarrow.ListType attribute)
(pyarrow.MapType attribute)
(pyarrow.PyExtensionType attribute)
(pyarrow.StructType attribute)
(pyarrow.Time32Type attribute)
(pyarrow.Time64Type attribute)
(pyarrow.TimestampType attribute)
(pyarrow.UnionType attribute)
block_size (pyarrow.csv.ReadOptions attribute)
(pyarrow.json.ReadOptions attribute)
body (pyarrow.ipc.Message attribute)
bool_() (in module pyarrow)
boolean (C++ function)
BooleanArray (class in pyarrow)
BooleanScalar (class in pyarrow)
Buffer (class in pyarrow)
buffer_from_data() (pyarrow.cuda.Context method)
buffer_from_object() (pyarrow.cuda.Context method)
buffer_size (pyarrow.cuda.BufferWriter attribute)
(pyarrow.HdfsFile attribute)
buffer_size() (pyarrow.parquet.ParquetDataset property)
BufferOutputStream (class in pyarrow)
BufferReader (class in pyarrow)
(class in pyarrow.cuda)
buffers() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
BufferWriter (class in pyarrow.cuda)
byte_width (pyarrow.Decimal128Type attribute)
(pyarrow.FixedSizeBinaryType attribute)
bytes_allocated (pyarrow.cuda.Context attribute)
bytes_allocated() (pyarrow.MemoryPool method)
C
CallFunction (C++ function)
,
[1]
cast() (in module pyarrow.compute)
(pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BinaryScalar method)
(pyarrow.BooleanArray method)
(pyarrow.BooleanScalar method)
(pyarrow.ChunkedArray method)
(pyarrow.dataset.Expression method)
(pyarrow.Date32Array method)
(pyarrow.Date32Scalar method)
(pyarrow.Date64Array method)
(pyarrow.Date64Scalar method)
(pyarrow.Decimal128Array method)
(pyarrow.Decimal128Scalar method)
(pyarrow.DictionaryArray method)
(pyarrow.DictionaryScalar method)
(pyarrow.DoubleScalar method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FixedSizeBinaryScalar method)
(pyarrow.FloatingPointArray method)
(pyarrow.FloatScalar method)
(pyarrow.Int16Array method)
(pyarrow.Int16Scalar method)
(pyarrow.Int32Array method)
(pyarrow.Int32Scalar method)
(pyarrow.Int64Array method)
(pyarrow.Int64Scalar method)
(pyarrow.Int8Array method)
(pyarrow.Int8Scalar method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeBinaryScalar method)
(pyarrow.LargeListArray method)
(pyarrow.LargeListScalar method)
(pyarrow.LargeStringArray method)
(pyarrow.LargeStringScalar method)
(pyarrow.ListArray method)
(pyarrow.ListScalar method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.Scalar method)
(pyarrow.StringArray method)
(pyarrow.StringScalar method)
(pyarrow.StructArray method)
(pyarrow.StructScalar method)
(pyarrow.Table method)
(pyarrow.Time32Array method)
(pyarrow.Time32Scalar method)
(pyarrow.Time64Array method)
(pyarrow.Time64Scalar method)
(pyarrow.TimestampArray method)
(pyarrow.TimestampScalar method)
(pyarrow.UInt16Array method)
(pyarrow.UInt16Scalar method)
(pyarrow.UInt32Array method)
(pyarrow.UInt32Scalar method)
(pyarrow.UInt64Array method)
(pyarrow.UInt64Scalar method)
(pyarrow.UInt8Array method)
(pyarrow.UInt8Scalar method)
(pyarrow.UnionArray method)
(pyarrow.UnionScalar method)
cat() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
check_utf8 (pyarrow.csv.ConvertOptions attribute)
child() (pyarrow.UnionArray method)
children (pyarrow.dataset.UnionDataset attribute)
chmod() (pyarrow.HadoopFileSystem method)
chown() (pyarrow.HadoopFileSystem method)
chunk() (pyarrow.ChunkedArray method)
chunked_array() (in module pyarrow)
ChunkedArray (class in pyarrow)
chunks (pyarrow.ChunkedArray attribute)
client (pyarrow.plasma.PlasmaBuffer attribute)
clone() (pyarrow.SerializationContext method)
close() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.ipc.RecordBatchFileWriter method)
(pyarrow.ipc.RecordBatchStreamWriter method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.parquet.ParquetWriter method)
(pyarrow.PythonFile method)
closed (pyarrow.BufferOutputStream attribute)
(pyarrow.BufferReader attribute)
(pyarrow.CompressedInputStream attribute)
(pyarrow.CompressedOutputStream attribute)
(pyarrow.cuda.BufferReader attribute)
(pyarrow.cuda.BufferWriter attribute)
(pyarrow.FixedSizeBufferWriter attribute)
(pyarrow.HdfsFile attribute)
(pyarrow.MemoryMappedFile attribute)
(pyarrow.NativeFile attribute)
(pyarrow.OSFile attribute)
(pyarrow.PythonFile attribute)
column() (pyarrow.RecordBatch method)
(pyarrow.Table method)
column_names (pyarrow.csv.ReadOptions attribute)
(pyarrow.Table attribute)
column_types (pyarrow.csv.ConvertOptions attribute)
columns (pyarrow.RecordBatch attribute)
(pyarrow.Table attribute)
combine_chunks() (pyarrow.Table method)
common_metadata() (pyarrow.parquet.ParquetDataset property)
CompareOperator (C++ enum)
CompareOperator::EQUAL (C++ enumerator)
CompareOperator::GREATER (C++ enumerator)
CompareOperator::GREATER_EQUAL (C++ enumerator)
CompareOperator::LESS (C++ enumerator)
CompareOperator::LESS_EQUAL (C++ enumerator)
CompareOperator::NOT_EQUAL (C++ enumerator)
compress() (in module pyarrow)
CompressedInputStream (class in pyarrow)
CompressedOutputStream (class in pyarrow)
concat_tables() (in module pyarrow)
ConcatenateBuffers (C++ function)
,
[1]
connect() (in module pyarrow.hdfs)
contains() (pyarrow.plasma.PlasmaClient method)
Context (class in pyarrow.cuda)
context (pyarrow.cuda.CudaBuffer attribute)
ConvertOptions (class in pyarrow.csv)
copy_file() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
copy_from_device() (pyarrow.cuda.CudaBuffer method)
copy_from_host() (pyarrow.cuda.CudaBuffer method)
copy_to_host() (pyarrow.cuda.CudaBuffer method)
count() (in module pyarrow.compute)
cpu_count() (in module pyarrow)
create() (pyarrow.MemoryMappedFile static method)
(pyarrow.plasma.PlasmaClient method)
create_and_seal() (pyarrow.plasma.PlasmaClient method)
create_dir() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
create_memory_map() (in module pyarrow)
CSVStreamingReader (class in pyarrow.csv)
CudaBuffer (class in pyarrow.cuda)
D
data (pyarrow.ChunkedArray attribute)
Dataset (class in pyarrow.dataset)
dataset() (in module pyarrow.dataset)
DataType (class in pyarrow)
date32 (C++ function)
date32() (in module pyarrow)
Date32Array (class in pyarrow)
Date32Scalar (class in pyarrow)
date64 (C++ function)
date64() (in module pyarrow)
Date64Array (class in pyarrow)
Date64Scalar (class in pyarrow)
day_time_interval (C++ function)
debug_string() (pyarrow.plasma.PlasmaClient method)
decimal (C++ function)
decimal128() (in module pyarrow)
Decimal128Array (class in pyarrow)
Decimal128Scalar (class in pyarrow)
Decimal128Type (class in pyarrow)
decode_notifications() (pyarrow.plasma.PlasmaClient method)
decompress() (in module pyarrow)
default_extname (pyarrow.dataset.FileFormat attribute)
(pyarrow.dataset.ParquetFileFormat attribute)
default_memory_pool() (in module pyarrow)
delete() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
(pyarrow.plasma.PlasmaClient method)
delete_dir() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
delete_dir_contents() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
delete_file() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
delete_root_dir_contents() (pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
delimiter (pyarrow.csv.ParseOptions attribute)
dense_union (C++ function)
,
[1]
deserialize() (in module pyarrow)
(pyarrow.SerializationContext method)
(pyarrow.SerializedPyObject method)
deserialize_components() (in module pyarrow)
(pyarrow.SerializationContext method)
deserialize_from() (in module pyarrow)
device_number (pyarrow.cuda.Context attribute)
df() (pyarrow.HadoopFileSystem method)
dictionary (C++ function)
(pyarrow.DictionaryArray attribute)
(pyarrow.DictionaryScalar attribute)
dictionary() (in module pyarrow)
dictionary_encode() (in module pyarrow.compute)
(pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
dictionary_value (pyarrow.DictionaryScalar attribute)
DictionaryArray (class in pyarrow)
DictionaryScalar (class in pyarrow)
DictionaryType (class in pyarrow)
diff() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
dim_name() (pyarrow.Tensor method)
dim_names (pyarrow.Tensor attribute)
DirectoryPartitioning (class in pyarrow.dataset)
disconnect() (pyarrow.plasma.PlasmaClient method)
discover() (pyarrow.dataset.DirectoryPartitioning static method)
(pyarrow.dataset.HivePartitioning static method)
disk_usage() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
divide() (in module pyarrow.compute)
divide_checked() (in module pyarrow.compute)
double_quote (pyarrow.csv.ParseOptions attribute)
DoubleScalar (class in pyarrow)
download() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HadoopFileSystem method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
drop() (pyarrow.Table method)
duration (C++ function)
E
empty_table() (pyarrow.Schema method)
encoding (pyarrow.csv.ReadOptions attribute)
equal() (in module pyarrow.compute)
equals() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BinaryScalar method)
(pyarrow.BooleanArray method)
(pyarrow.BooleanScalar method)
(pyarrow.Buffer method)
(pyarrow.ChunkedArray method)
(pyarrow.csv.ParseOptions method)
(pyarrow.cuda.CudaBuffer method)
(pyarrow.cuda.HostBuffer method)
(pyarrow.dataset.Expression method)
(pyarrow.dataset.ParquetFileFormat method)
(pyarrow.DataType method)
(pyarrow.Date32Array method)
(pyarrow.Date32Scalar method)
(pyarrow.Date64Array method)
(pyarrow.Date64Scalar method)
(pyarrow.Decimal128Array method)
(pyarrow.Decimal128Scalar method)
(pyarrow.Decimal128Type method)
(pyarrow.DictionaryArray method)
(pyarrow.DictionaryScalar method)
(pyarrow.DictionaryType method)
(pyarrow.DoubleScalar method)
(pyarrow.ExtensionArray method)
(pyarrow.ExtensionType method)
(pyarrow.Field method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FixedSizeBinaryScalar method)
(pyarrow.FixedSizeBinaryType method)
(pyarrow.FloatingPointArray method)
(pyarrow.FloatScalar method)
(pyarrow.fs.FileSystem method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
(pyarrow.Int16Array method)
(pyarrow.Int16Scalar method)
(pyarrow.Int32Array method)
(pyarrow.Int32Scalar method)
(pyarrow.Int64Array method)
(pyarrow.Int64Scalar method)
(pyarrow.Int8Array method)
(pyarrow.Int8Scalar method)
(pyarrow.IntegerArray method)
(pyarrow.ipc.Message method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeBinaryScalar method)
(pyarrow.LargeListArray method)
(pyarrow.LargeListScalar method)
(pyarrow.LargeStringArray method)
(pyarrow.LargeStringScalar method)
(pyarrow.ListArray method)
(pyarrow.ListScalar method)
(pyarrow.ListType method)
(pyarrow.MapType method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.parquet.ParquetDataset method)
(pyarrow.plasma.PlasmaBuffer method)
(pyarrow.PyExtensionType method)
(pyarrow.RecordBatch method)
(pyarrow.ResizableBuffer method)
(pyarrow.Scalar method)
(pyarrow.Schema method)
(pyarrow.StringArray method)
(pyarrow.StringScalar method)
(pyarrow.StructArray method)
(pyarrow.StructScalar method)
(pyarrow.StructType method)
(pyarrow.Table method)
(pyarrow.Tensor method)
(pyarrow.Time32Array method)
(pyarrow.Time32Scalar method)
(pyarrow.Time32Type method)
(pyarrow.Time64Array method)
(pyarrow.Time64Scalar method)
(pyarrow.Time64Type method)
(pyarrow.TimestampArray method)
(pyarrow.TimestampScalar method)
(pyarrow.TimestampType method)
(pyarrow.UInt16Array method)
(pyarrow.UInt16Scalar method)
(pyarrow.UInt32Array method)
(pyarrow.UInt32Scalar method)
(pyarrow.UInt64Array method)
(pyarrow.UInt64Scalar method)
(pyarrow.UInt8Array method)
(pyarrow.UInt8Scalar method)
(pyarrow.UnionArray method)
(pyarrow.UnionScalar method)
(pyarrow.UnionType method)
escape_char (pyarrow.csv.ParseOptions attribute)
evict() (pyarrow.plasma.PlasmaClient method)
exclude_invalid_files (pyarrow.dataset.FileSystemFactoryOptions attribute)
exists() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
explicit_schema (pyarrow.json.ParseOptions attribute)
export_for_ipc() (pyarrow.cuda.CudaBuffer method)
ExportArray (C++ function)
ExportField (C++ function)
ExportRecordBatch (C++ function)
ExportRecordBatchReader (C++ function)
ExportSchema (C++ function)
ExportType (C++ function)
Expression (class in pyarrow.dataset)
extension (pyarrow.fs.FileInfo attribute)
extension_name (pyarrow.ExtensionType attribute)
(pyarrow.PyExtensionType attribute)
ExtensionArray (class in pyarrow)
ExtensionType (class in pyarrow)
F
false_count (pyarrow.BooleanArray attribute)
false_values (pyarrow.csv.ConvertOptions attribute)
field (C++ function)
Field (class in pyarrow)
field() (in module pyarrow)
(in module pyarrow.dataset)
(pyarrow.Schema method)
(pyarrow.StructArray method)
(pyarrow.Table method)
(pyarrow.UnionArray method)
field_by_name() (pyarrow.Schema method)
FileFormat (class in pyarrow.dataset)
FileInfo (class in pyarrow.fs)
fileno() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
files (pyarrow.dataset.FileSystemDataset attribute)
FileSelector (class in pyarrow.fs)
FileSystem (class in pyarrow.fs)
filesystem (pyarrow.dataset.FileSystemDataset attribute)
FileSystemDataset (class in pyarrow.dataset)
FileSystemDatasetFactory (class in pyarrow.dataset)
FileSystemFactoryOptions (class in pyarrow.dataset)
FileSystemFromUri (C++ function)
FileSystemFromUriOrPath (C++ function)
FileSystemHandler (class in pyarrow.fs)
fill_null() (in module pyarrow.compute)
(pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
filter() (in module pyarrow.compute)
(pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.RecordBatch method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Table method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
finish() (pyarrow.dataset.FileSystemDatasetFactory method)
fixed_size_binary (C++ function)
fixed_size_list (C++ function)
,
[1]
FixedSizeBinaryArray (class in pyarrow)
FixedSizeBinaryScalar (class in pyarrow)
FixedSizeBinaryType (class in pyarrow)
FixedSizeBufferWriter (class in pyarrow)
flatten() (pyarrow.ChunkedArray method)
(pyarrow.Field method)
(pyarrow.LargeListArray method)
(pyarrow.ListArray method)
(pyarrow.StructArray method)
(pyarrow.Table method)
float16 (C++ function)
float16() (in module pyarrow)
float32 (C++ function)
float32() (in module pyarrow)
float64 (C++ function)
float64() (in module pyarrow)
FloatingPointArray (class in pyarrow)
FloatScalar (class in pyarrow)
flush() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
foreign_buffer() (in module pyarrow)
(pyarrow.cuda.Context method)
format (pyarrow.dataset.FileSystemDataset attribute)
format() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
from_arrays() (pyarrow.DictionaryArray static method)
(pyarrow.LargeListArray static method)
(pyarrow.ListArray static method)
(pyarrow.RecordBatch static method)
(pyarrow.StructArray static method)
(pyarrow.Table static method)
from_batches() (pyarrow.csv.CSVStreamingReader static method)
(pyarrow.ipc.RecordBatchStreamReader static method)
(pyarrow.Table static method)
from_buffer() (pyarrow.cuda.CudaBuffer static method)
(pyarrow.cuda.IpcMemHandle static method)
from_buffers() (pyarrow.Array static method)
(pyarrow.BinaryArray static method)
(pyarrow.BooleanArray static method)
(pyarrow.Date32Array static method)
(pyarrow.Date64Array static method)
(pyarrow.Decimal128Array static method)
(pyarrow.DictionaryArray static method)
(pyarrow.ExtensionArray static method)
(pyarrow.FixedSizeBinaryArray static method)
(pyarrow.FloatingPointArray static method)
(pyarrow.Int16Array static method)
(pyarrow.Int32Array static method)
(pyarrow.Int64Array static method)
(pyarrow.Int8Array static method)
(pyarrow.IntegerArray static method)
(pyarrow.LargeBinaryArray static method)
(pyarrow.LargeListArray static method)
(pyarrow.LargeStringArray static method)
(pyarrow.ListArray static method)
(pyarrow.NullArray static method)
(pyarrow.NumericArray static method)
(pyarrow.StringArray static method)
(pyarrow.StructArray static method)
(pyarrow.Time32Array static method)
(pyarrow.Time64Array static method)
(pyarrow.TimestampArray static method)
(pyarrow.UInt16Array static method)
(pyarrow.UInt32Array static method)
(pyarrow.UInt64Array static method)
(pyarrow.UInt8Array static method)
(pyarrow.UnionArray static method)
from_components() (pyarrow.SerializedPyObject static method)
from_dataset() (pyarrow.dataset.Scanner static method)
from_dense() (pyarrow.UnionArray static method)
from_fragment() (pyarrow.dataset.Scanner static method)
from_numba() (pyarrow.cuda.Context static method)
(pyarrow.cuda.CudaBuffer static method)
from_numpy() (pyarrow.Tensor static method)
from_numpy_dtype() (in module pyarrow)
from_pandas() (pyarrow.Array static method)
(pyarrow.BinaryArray static method)
(pyarrow.BooleanArray static method)
(pyarrow.Date32Array static method)
(pyarrow.Date64Array static method)
(pyarrow.Decimal128Array static method)
(pyarrow.DictionaryArray static method)
(pyarrow.ExtensionArray static method)
(pyarrow.FixedSizeBinaryArray static method)
(pyarrow.FloatingPointArray static method)
(pyarrow.Int16Array static method)
(pyarrow.Int32Array static method)
(pyarrow.Int64Array static method)
(pyarrow.Int8Array static method)
(pyarrow.IntegerArray static method)
(pyarrow.LargeBinaryArray static method)
(pyarrow.LargeListArray static method)
(pyarrow.LargeStringArray static method)
(pyarrow.ListArray static method)
(pyarrow.NullArray static method)
(pyarrow.NumericArray static method)
(pyarrow.RecordBatch method)
(pyarrow.Schema method)
(pyarrow.StringArray static method)
(pyarrow.StructArray static method)
(pyarrow.Table method)
(pyarrow.Time32Array static method)
(pyarrow.Time64Array static method)
(pyarrow.TimestampArray static method)
(pyarrow.UInt16Array static method)
(pyarrow.UInt32Array static method)
(pyarrow.UInt64Array static method)
(pyarrow.UInt8Array static method)
(pyarrow.UnionArray static method)
from_paths() (pyarrow.dataset.FileSystemDataset method)
from_pydict() (pyarrow.Table static method)
from_random() (pyarrow.plasma.ObjectID static method)
from_sparse() (pyarrow.UnionArray static method)
from_storage() (pyarrow.ExtensionArray static method)
from_struct_array() (pyarrow.RecordBatch static method)
from_uri() (pyarrow.fs.FileSystem static method)
(pyarrow.fs.HadoopFileSystem static method)
(pyarrow.fs.LocalFileSystem static method)
(pyarrow.fs.PyFileSystem static method)
(pyarrow.fs.SubTreeFileSystem static method)
fs() (pyarrow.parquet.ParquetDataset property)
FSSpecHandler (class in pyarrow.fs)
G
get() (pyarrow.plasma.PlasmaClient method)
(pyarrow.StructScalar method)
get_all_field_indices() (pyarrow.Schema method)
(pyarrow.StructType method)
get_batch() (pyarrow.ipc.RecordBatchFileReader method)
get_buffers() (pyarrow.plasma.PlasmaClient method)
get_capacity() (pyarrow.HadoopFileSystem method)
get_device_address() (pyarrow.cuda.Context method)
get_field_index() (pyarrow.Schema method)
(pyarrow.StructType method)
get_file_info() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
get_file_info_selector() (pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
get_fragments() (pyarrow.dataset.Dataset method)
(pyarrow.dataset.FileSystemDataset method)
(pyarrow.dataset.Scanner method)
(pyarrow.dataset.UnionDataset method)
get_include() (in module pyarrow)
get_instance() (pyarrow.LocalFileSystem class method)
get_libraries() (in module pyarrow)
get_library_dirs() (in module pyarrow)
get_metadata() (pyarrow.plasma.PlasmaClient method)
get_next_batch() (pyarrow.csv.CSVStreamingReader method)
(pyarrow.ipc.RecordBatchStreamReader method)
get_next_notification() (pyarrow.plasma.PlasmaClient method)
get_notification_socket() (pyarrow.plasma.PlasmaClient method)
get_num_devices() (pyarrow.cuda.Context static method)
get_record_batch() (pyarrow.ipc.RecordBatchFileReader method)
get_record_batch_size() (in module pyarrow.ipc)
get_space_used() (pyarrow.HadoopFileSystem method)
get_tensor_size() (in module pyarrow.ipc)
get_type_name() (pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
getvalue() (pyarrow.BufferOutputStream method)
greater() (in module pyarrow.compute)
greater_equal() (in module pyarrow.compute)
H
HadoopFileSystem (class in pyarrow.fs)
handle (pyarrow.cuda.Context attribute)
handler (pyarrow.fs.PyFileSystem attribute)
hash() (pyarrow.plasma.PlasmaClient method)
HdfsFile (class in pyarrow)
hex() (pyarrow.Buffer method)
(pyarrow.cuda.CudaBuffer method)
(pyarrow.cuda.HostBuffer method)
(pyarrow.plasma.PlasmaBuffer method)
(pyarrow.ResizableBuffer method)
HivePartitioning (class in pyarrow.dataset)
HostBuffer (class in pyarrow.cuda)
I
id (pyarrow.DataType attribute)
(pyarrow.Decimal128Type attribute)
(pyarrow.DictionaryType attribute)
(pyarrow.ExtensionType attribute)
(pyarrow.FixedSizeBinaryType attribute)
(pyarrow.ListType attribute)
(pyarrow.MapType attribute)
(pyarrow.PyExtensionType attribute)
(pyarrow.StructType attribute)
(pyarrow.Time32Type attribute)
(pyarrow.Time64Type attribute)
(pyarrow.TimestampType attribute)
(pyarrow.UnionType attribute)
ignore_empty_lines (pyarrow.csv.ParseOptions attribute)
import_pyarrow (C++ function)
ImportArray (C++ function)
,
[1]
ImportField (C++ function)
ImportRecordBatch (C++ function)
,
[1]
ImportRecordBatchReader (C++ function)
ImportSchema (C++ function)
ImportType (C++ function)
include_columns (pyarrow.csv.ConvertOptions attribute)
include_missing_columns (pyarrow.csv.ConvertOptions attribute)
index (pyarrow.DictionaryScalar attribute)
index_in() (in module pyarrow.compute)
index_type (pyarrow.DictionaryType attribute)
index_value (pyarrow.DictionaryScalar attribute)
indices (pyarrow.DictionaryArray attribute)
info() (pyarrow.HadoopFileSystem method)
input_stream() (in module pyarrow)
insert() (pyarrow.Schema method)
inspect() (pyarrow.dataset.FileFormat method)
(pyarrow.dataset.FileSystemDatasetFactory method)
(pyarrow.dataset.ParquetFileFormat method)
inspect_schemas() (pyarrow.dataset.FileSystemDatasetFactory method)
int16 (C++ function)
int16() (in module pyarrow)
Int16Array (class in pyarrow)
Int16Scalar (class in pyarrow)
int32 (C++ function)
int32() (in module pyarrow)
Int32Array (class in pyarrow)
Int32Scalar (class in pyarrow)
int64 (C++ function)
int64() (in module pyarrow)
Int64Array (class in pyarrow)
Int64Scalar (class in pyarrow)
int8 (C++ function)
int8() (in module pyarrow)
Int8Array (class in pyarrow)
Int8Scalar (class in pyarrow)
IntegerArray (class in pyarrow)
invert() (in module pyarrow.compute)
IpcMemHandle (class in pyarrow.cuda)
is_array (C++ function)
is_binary() (in module pyarrow.types)
is_boolean() (in module pyarrow.types)
is_buffer (C++ function)
is_contiguous (pyarrow.Tensor attribute)
is_cpu (pyarrow.Buffer attribute)
(pyarrow.cuda.CudaBuffer attribute)
(pyarrow.cuda.HostBuffer attribute)
(pyarrow.plasma.PlasmaBuffer attribute)
(pyarrow.ResizableBuffer attribute)
is_data_type (C++ function)
is_date() (in module pyarrow.types)
is_date32() (in module pyarrow.types)
is_date64() (in module pyarrow.types)
is_decimal() (in module pyarrow.types)
is_dictionary() (in module pyarrow.types)
is_field (C++ function)
is_file (pyarrow.fs.FileInfo attribute)
is_fixed_size_binary() (in module pyarrow.types)
is_float16() (in module pyarrow.types)
is_float32() (in module pyarrow.types)
is_float64() (in module pyarrow.types)
is_floating() (in module pyarrow.types)
is_in() (in module pyarrow.compute)
is_int16() (in module pyarrow.types)
is_int32() (in module pyarrow.types)
is_int64() (in module pyarrow.types)
is_int8() (in module pyarrow.types)
is_integer() (in module pyarrow.types)
is_large_binary() (in module pyarrow.types)
is_large_list() (in module pyarrow.types)
is_large_string() (in module pyarrow.types)
is_large_unicode() (in module pyarrow.types)
is_list() (in module pyarrow.types)
is_map() (in module pyarrow.types)
is_mutable (pyarrow.Buffer attribute)
(pyarrow.cuda.CudaBuffer attribute)
(pyarrow.cuda.HostBuffer attribute)
(pyarrow.plasma.PlasmaBuffer attribute)
(pyarrow.ResizableBuffer attribute)
(pyarrow.Tensor attribute)
is_nested() (in module pyarrow.types)
is_null() (in module pyarrow.compute)
(in module pyarrow.types)
(pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
is_record_batch (C++ function)
is_schema (C++ function)
is_signed_integer() (in module pyarrow.types)
is_sparse_coo_tensor (C++ function)
is_sparse_csc_matrix (C++ function)
is_sparse_csr_matrix (C++ function)
is_string() (in module pyarrow.types)
is_struct() (in module pyarrow.types)
is_table (C++ function)
is_temporal() (in module pyarrow.types)
is_tensor (C++ function)
is_time() (in module pyarrow.types)
is_time32() (in module pyarrow.types)
is_time64() (in module pyarrow.types)
is_timestamp() (in module pyarrow.types)
is_uint16() (in module pyarrow.types)
is_uint32() (in module pyarrow.types)
is_uint64() (in module pyarrow.types)
is_uint8() (in module pyarrow.types)
is_unicode() (in module pyarrow.types)
is_union() (in module pyarrow.types)
is_unsigned_integer() (in module pyarrow.types)
is_valid (pyarrow.BinaryScalar attribute)
(pyarrow.BooleanScalar attribute)
(pyarrow.Date32Scalar attribute)
(pyarrow.Date64Scalar attribute)
(pyarrow.Decimal128Scalar attribute)
(pyarrow.DictionaryScalar attribute)
(pyarrow.DoubleScalar attribute)
(pyarrow.FixedSizeBinaryScalar attribute)
(pyarrow.FloatScalar attribute)
(pyarrow.Int16Scalar attribute)
(pyarrow.Int32Scalar attribute)
(pyarrow.Int64Scalar attribute)
(pyarrow.Int8Scalar attribute)
(pyarrow.LargeBinaryScalar attribute)
(pyarrow.LargeListScalar attribute)
(pyarrow.LargeStringScalar attribute)
(pyarrow.ListScalar attribute)
(pyarrow.Scalar attribute)
(pyarrow.StringScalar attribute)
(pyarrow.StructScalar attribute)
(pyarrow.Time32Scalar attribute)
(pyarrow.Time64Scalar attribute)
(pyarrow.TimestampScalar attribute)
(pyarrow.UInt16Scalar attribute)
(pyarrow.UInt32Scalar attribute)
(pyarrow.UInt64Scalar attribute)
(pyarrow.UInt8Scalar attribute)
(pyarrow.UnionScalar attribute)
is_valid() (in module pyarrow.compute)
(pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.dataset.Expression method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
isatty() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
isdir() (pyarrow.LocalFileSystem method)
isfile() (pyarrow.LocalFileSystem method)
isin() (pyarrow.dataset.Expression method)
item_type (pyarrow.MapType attribute)
items() (pyarrow.StructScalar method)
iterchunks() (pyarrow.ChunkedArray method)
itercolumns() (pyarrow.Table method)
K
key_type (pyarrow.MapType attribute)
keys() (pyarrow.StructScalar method)
L
large_binary (C++ function)
large_binary() (in module pyarrow)
large_list (C++ function)
,
[1]
large_list() (in module pyarrow)
large_string() (in module pyarrow)
large_utf8 (C++ function)
large_utf8() (in module pyarrow)
LargeBinaryArray (class in pyarrow)
LargeBinaryScalar (class in pyarrow)
LargeListArray (class in pyarrow)
LargeListScalar (class in pyarrow)
LargeStringArray (class in pyarrow)
LargeStringScalar (class in pyarrow)
length() (pyarrow.ChunkedArray method)
less() (in module pyarrow.compute)
less_equal() (in module pyarrow.compute)
list (C++ function)
,
[1]
list() (pyarrow.plasma.PlasmaClient method)
list_() (in module pyarrow)
list_flatten() (in module pyarrow.compute)
list_parent_indices() (in module pyarrow.compute)
list_value_length() (in module pyarrow.compute)
ListArray (class in pyarrow)
ListScalar (class in pyarrow)
ListType (class in pyarrow)
LocalFileSystem (class in pyarrow)
(class in pyarrow.fs)
log_memory_allocations() (in module pyarrow)
ls() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
M
make_fragment() (pyarrow.dataset.FileFormat method)
(pyarrow.dataset.ParquetFileFormat method)
make_write_options() (pyarrow.dataset.FileFormat method)
(pyarrow.dataset.ParquetFileFormat method)
MakeNullScalar (C++ function)
MakeScalar (C++ function)
,
[1]
,
[2]
map (C++ function)
,
[1]
map_() (in module pyarrow)
MapType (class in pyarrow)
match_substring() (in module pyarrow.compute)
max_memory() (pyarrow.MemoryPool method)
mean() (in module pyarrow.compute)
memory_map() (in module pyarrow)
(pyarrow.parquet.ParquetDataset property)
MemoryMappedFile (class in pyarrow)
MemoryPool (class in pyarrow)
Message (class in pyarrow.ipc)
MessageReader (class in pyarrow.ipc)
metadata (pyarrow.Field attribute)
(pyarrow.ipc.Message attribute)
(pyarrow.Schema attribute)
metadata() (pyarrow.parquet.ParquetFile property)
metadata_version (pyarrow.ipc.Message attribute)
min_max() (in module pyarrow.compute)
mkdir() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
mode (pyarrow.BufferOutputStream attribute)
(pyarrow.BufferReader attribute)
(pyarrow.CompressedInputStream attribute)
(pyarrow.CompressedOutputStream attribute)
(pyarrow.cuda.BufferReader attribute)
(pyarrow.cuda.BufferWriter attribute)
(pyarrow.FixedSizeBufferWriter attribute)
(pyarrow.HdfsFile attribute)
(pyarrow.MemoryMappedFile attribute)
(pyarrow.NativeFile attribute)
(pyarrow.OSFile attribute)
(pyarrow.PythonFile attribute)
(pyarrow.UnionType attribute)
mode() (in module pyarrow.compute)
month_interval (C++ function)
move() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
mtime (pyarrow.fs.FileInfo attribute)
mtime_ns (pyarrow.fs.FileInfo attribute)
multiply() (in module pyarrow.compute)
multiply_checked() (in module pyarrow.compute)
mv() (pyarrow.LocalFileSystem method)
N
NA (in module pyarrow)
name (pyarrow.Field attribute)
names (pyarrow.Schema attribute)
NativeFile (class in pyarrow)
nbytes (pyarrow.Array attribute)
(pyarrow.BinaryArray attribute)
(pyarrow.BooleanArray attribute)
(pyarrow.ChunkedArray attribute)
(pyarrow.Date32Array attribute)
(pyarrow.Date64Array attribute)
(pyarrow.Decimal128Array attribute)
(pyarrow.DictionaryArray attribute)
(pyarrow.ExtensionArray attribute)
(pyarrow.FixedSizeBinaryArray attribute)
(pyarrow.FloatingPointArray attribute)
(pyarrow.Int16Array attribute)
(pyarrow.Int32Array attribute)
(pyarrow.Int64Array attribute)
(pyarrow.Int8Array attribute)
(pyarrow.IntegerArray attribute)
(pyarrow.LargeBinaryArray attribute)
(pyarrow.LargeListArray attribute)
(pyarrow.LargeStringArray attribute)
(pyarrow.ListArray attribute)
(pyarrow.NullArray attribute)
(pyarrow.NumericArray attribute)
(pyarrow.RecordBatch attribute)
(pyarrow.StringArray attribute)
(pyarrow.StructArray attribute)
(pyarrow.Table attribute)
(pyarrow.Time32Array attribute)
(pyarrow.Time64Array attribute)
(pyarrow.TimestampArray attribute)
(pyarrow.UInt16Array attribute)
(pyarrow.UInt32Array attribute)
(pyarrow.UInt64Array attribute)
(pyarrow.UInt8Array attribute)
(pyarrow.UnionArray attribute)
ndim (pyarrow.Tensor attribute)
new_buffer() (pyarrow.cuda.Context method)
new_file() (in module pyarrow.ipc)
new_host_buffer() (in module pyarrow.cuda)
new_stream() (in module pyarrow.ipc)
newlines_in_values (pyarrow.csv.ParseOptions attribute)
(pyarrow.json.ParseOptions attribute)
normalize_path() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
not_equal() (in module pyarrow.compute)
nrows() (pyarrow.orc.ORCFile property)
nstripes() (pyarrow.orc.ORCFile property)
null (C++ function)
null() (in module pyarrow)
null_count (pyarrow.Array attribute)
(pyarrow.BinaryArray attribute)
(pyarrow.BooleanArray attribute)
(pyarrow.ChunkedArray attribute)
(pyarrow.Date32Array attribute)
(pyarrow.Date64Array attribute)
(pyarrow.Decimal128Array attribute)
(pyarrow.DictionaryArray attribute)
(pyarrow.ExtensionArray attribute)
(pyarrow.FixedSizeBinaryArray attribute)
(pyarrow.FloatingPointArray attribute)
(pyarrow.Int16Array attribute)
(pyarrow.Int32Array attribute)
(pyarrow.Int64Array attribute)
(pyarrow.Int8Array attribute)
(pyarrow.IntegerArray attribute)
(pyarrow.LargeBinaryArray attribute)
(pyarrow.LargeListArray attribute)
(pyarrow.LargeStringArray attribute)
(pyarrow.ListArray attribute)
(pyarrow.NullArray attribute)
(pyarrow.NumericArray attribute)
(pyarrow.StringArray attribute)
(pyarrow.StructArray attribute)
(pyarrow.Time32Array attribute)
(pyarrow.Time64Array attribute)
(pyarrow.TimestampArray attribute)
(pyarrow.UInt16Array attribute)
(pyarrow.UInt32Array attribute)
(pyarrow.UInt64Array attribute)
(pyarrow.UInt8Array attribute)
(pyarrow.UnionArray attribute)
null_values (pyarrow.csv.ConvertOptions attribute)
nullable (pyarrow.Field attribute)
NullArray (class in pyarrow)
nulls() (in module pyarrow)
num_buffers (pyarrow.DataType attribute)
(pyarrow.Decimal128Type attribute)
(pyarrow.DictionaryType attribute)
(pyarrow.ExtensionType attribute)
(pyarrow.FixedSizeBinaryType attribute)
(pyarrow.ListType attribute)
(pyarrow.MapType attribute)
(pyarrow.PyExtensionType attribute)
(pyarrow.StructType attribute)
(pyarrow.Time32Type attribute)
(pyarrow.Time64Type attribute)
(pyarrow.TimestampType attribute)
(pyarrow.UnionType attribute)
num_bytes_buffered (pyarrow.cuda.BufferWriter attribute)
num_children (pyarrow.DataType attribute)
(pyarrow.Decimal128Type attribute)
(pyarrow.DictionaryType attribute)
(pyarrow.ExtensionType attribute)
(pyarrow.FixedSizeBinaryType attribute)
(pyarrow.ListType attribute)
(pyarrow.MapType attribute)
(pyarrow.PyExtensionType attribute)
(pyarrow.StructType attribute)
(pyarrow.Time32Type attribute)
(pyarrow.Time64Type attribute)
(pyarrow.TimestampType attribute)
(pyarrow.UnionType attribute)
num_chunks (pyarrow.ChunkedArray attribute)
num_columns (pyarrow.RecordBatch attribute)
(pyarrow.Table attribute)
num_fields (pyarrow.DataType attribute)
(pyarrow.Decimal128Type attribute)
(pyarrow.DictionaryType attribute)
(pyarrow.ExtensionType attribute)
(pyarrow.FixedSizeBinaryType attribute)
(pyarrow.ListType attribute)
(pyarrow.MapType attribute)
(pyarrow.PyExtensionType attribute)
(pyarrow.StructType attribute)
(pyarrow.Time32Type attribute)
(pyarrow.Time64Type attribute)
(pyarrow.TimestampType attribute)
(pyarrow.UnionType attribute)
num_record_batches (pyarrow.ipc.RecordBatchFileReader attribute)
num_row_groups() (pyarrow.parquet.ParquetFile property)
num_rows (pyarrow.RecordBatch attribute)
(pyarrow.Table attribute)
NumericArray (class in pyarrow)
O
object_id (pyarrow.plasma.PlasmaBuffer attribute)
ObjectID (class in pyarrow.plasma)
offset (pyarrow.Array attribute)
(pyarrow.BinaryArray attribute)
(pyarrow.BooleanArray attribute)
(pyarrow.Date32Array attribute)
(pyarrow.Date64Array attribute)
(pyarrow.Decimal128Array attribute)
(pyarrow.DictionaryArray attribute)
(pyarrow.ExtensionArray attribute)
(pyarrow.FixedSizeBinaryArray attribute)
(pyarrow.FloatingPointArray attribute)
(pyarrow.Int16Array attribute)
(pyarrow.Int32Array attribute)
(pyarrow.Int64Array attribute)
(pyarrow.Int8Array attribute)
(pyarrow.IntegerArray attribute)
(pyarrow.LargeBinaryArray attribute)
(pyarrow.LargeListArray attribute)
(pyarrow.LargeStringArray attribute)
(pyarrow.ListArray attribute)
(pyarrow.NullArray attribute)
(pyarrow.NumericArray attribute)
(pyarrow.StringArray attribute)
(pyarrow.StructArray attribute)
(pyarrow.Time32Array attribute)
(pyarrow.Time64Array attribute)
(pyarrow.TimestampArray attribute)
(pyarrow.UInt16Array attribute)
(pyarrow.UInt32Array attribute)
(pyarrow.UInt64Array attribute)
(pyarrow.UInt8Array attribute)
(pyarrow.UnionArray attribute)
offsets (pyarrow.LargeListArray attribute)
(pyarrow.ListArray attribute)
(pyarrow.UnionArray attribute)
open() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
open_append_stream() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
open_csv() (in module pyarrow.csv)
open_file() (in module pyarrow.ipc)
open_input_file() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
open_input_stream() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
open_ipc_buffer() (pyarrow.cuda.Context method)
open_output_stream() (pyarrow.fs.FileSystem method)
(pyarrow.fs.FileSystemHandler method)
(pyarrow.fs.FSSpecHandler method)
(pyarrow.fs.HadoopFileSystem method)
(pyarrow.fs.LocalFileSystem method)
(pyarrow.fs.PyFileSystem method)
(pyarrow.fs.SubTreeFileSystem method)
open_stream() (in module pyarrow.ipc)
(pyarrow.ipc.MessageReader static method)
OpenFile (C++ function)
or_() (in module pyarrow.compute)
or_kleene() (in module pyarrow.compute)
ORCFile (class in pyarrow.orc)
ordered (pyarrow.DictionaryType attribute)
OSFile (class in pyarrow)
output_stream() (in module pyarrow)
P
pandas_metadata (pyarrow.Schema attribute)
parent (pyarrow.Buffer attribute)
(pyarrow.cuda.CudaBuffer attribute)
(pyarrow.cuda.HostBuffer attribute)
(pyarrow.HdfsFile attribute)
(pyarrow.plasma.PlasmaBuffer attribute)
(pyarrow.ResizableBuffer attribute)
parquet::arrow::FileReader (C++ class)
parquet::arrow::FileReader::GetRecordBatchReader (C++ function)
,
[1]
parquet::arrow::FileReader::GetSchema (C++ function)
parquet::arrow::FileReader::Make (C++ function)
,
[1]
parquet::arrow::FileReader::num_row_groups (C++ function)
parquet::arrow::FileReader::ReadColumn (C++ function)
parquet::arrow::FileReader::ReadTable (C++ function)
,
[1]
parquet::arrow::FileReader::RowGroup (C++ function)
parquet::arrow::FileReader::ScanContents (C++ function)
parquet::arrow::FileReader::set_use_threads (C++ function)
parquet::arrow::FileReaderBuilder (C++ class)
parquet::arrow::FileReaderBuilder::Build (C++ function)
parquet::arrow::FileReaderBuilder::memory_pool (C++ function)
parquet::arrow::FileReaderBuilder::Open (C++ function)
parquet::arrow::FileReaderBuilder::properties (C++ function)
parquet::arrow::FileWriter (C++ class)
parquet::arrow::FileWriter::WriteColumnChunk (C++ function)
parquet::arrow::FileWriter::WriteTable (C++ function)
parquet::arrow::WriteTable (C++ function)
parquet::ArrowReaderProperties (C++ class)
parquet::ArrowReaderProperties::set_async_context (C++ function)
parquet::ArrowReaderProperties::set_cache_options (C++ function)
parquet::ArrowReaderProperties::set_pre_buffer (C++ function)
parquet::ArrowWriterProperties (C++ class)
parquet::ArrowWriterProperties::Builder (C++ class)
parquet::ArrowWriterProperties::Builder::store_schema (C++ function)
parquet::ArrowWriterProperties::compliant_nested_types (C++ function)
parquet::ArrowWriterProperties::engine_version (C++ function)
parquet::ParquetException (C++ class)
parquet::ParquetFileReader (C++ class)
parquet::ParquetFileReader::Contents (C++ struct)
parquet::ParquetFileReader::PreBuffer (C++ function)
parquet::ReaderProperties (C++ class)
parquet::ReaderProperties::is_buffered_stream_enabled (C++ function)
parquet::StreamReader (C++ class)
parquet::StreamReader::EndRow (C++ function)
parquet::StreamReader::SkipColumns (C++ function)
parquet::StreamReader::SkipRows (C++ function)
parquet::StreamWriter (C++ class)
parquet::StreamWriter::EndRow (C++ function)
parquet::StreamWriter::EndRowGroup (C++ function)
parquet::StreamWriter::FixedStringView (C++ struct)
parquet::StreamWriter::operator<< (C++ function)
,
[1]
,
[2]
,
[3]
parquet::StreamWriter::SkipColumns (C++ function)
parquet::WriterProperties (C++ class)
parquet::WriterProperties::Builder (C++ class)
parquet::WriterProperties::Builder::compression_level (C++ function)
,
[1]
,
[2]
parquet::WriterProperties::Builder::encoding (C++ function)
,
[1]
,
[2]
PARQUET_ASSIGN_OR_THROW (C macro)
parquet_dataset() (in module pyarrow.dataset)
PARQUET_THROW_NOT_OK (C macro)
ParquetDataset (class in pyarrow.parquet)
ParquetFile (class in pyarrow.parquet)
ParquetFileFormat (class in pyarrow.dataset)
ParquetWriter (class in pyarrow.parquet)
parse() (pyarrow.dataset.DirectoryPartitioning method)
(pyarrow.dataset.HivePartitioning method)
(pyarrow.dataset.Partitioning method)
ParseOptions (class in pyarrow.csv)
(class in pyarrow.json)
partition_base_dir (pyarrow.dataset.FileSystemFactoryOptions attribute)
partition_expression (pyarrow.dataset.Dataset attribute)
(pyarrow.dataset.FileSystemDataset attribute)
(pyarrow.dataset.UnionDataset attribute)
partition_nth_indices() (in module pyarrow.compute)
Partitioning (class in pyarrow.dataset)
partitioning (pyarrow.dataset.FileSystemFactoryOptions attribute)
partitioning() (in module pyarrow.dataset)
partitioning_factory (pyarrow.dataset.FileSystemFactoryOptions attribute)
PartitioningFactory (class in pyarrow.dataset)
path (pyarrow.fs.FileInfo attribute)
pathsep() (pyarrow.LocalFileSystem property)
PlasmaBuffer (class in pyarrow.plasma)
PlasmaClient (class in pyarrow.plasma)
precision (pyarrow.Decimal128Type attribute)
put() (pyarrow.plasma.PlasmaClient method)
put_raw_buffer() (pyarrow.plasma.PlasmaClient method)
py_buffer() (in module pyarrow)
pyarrow_unwrap_array() (in module pyarrow)
pyarrow_unwrap_batch() (in module pyarrow)
pyarrow_unwrap_buffer() (in module pyarrow)
pyarrow_unwrap_data_type() (in module pyarrow)
pyarrow_unwrap_field() (in module pyarrow)
pyarrow_unwrap_schema() (in module pyarrow)
pyarrow_unwrap_sparse_coo_tensor() (in module pyarrow)
pyarrow_unwrap_sparse_csc_matrix() (in module pyarrow)
pyarrow_unwrap_sparse_csr_matrix() (in module pyarrow)
pyarrow_unwrap_table() (in module pyarrow)
pyarrow_unwrap_tensor() (in module pyarrow)
pyarrow_wrap_array() (in module pyarrow)
pyarrow_wrap_batch() (in module pyarrow)
pyarrow_wrap_buffer() (in module pyarrow)
pyarrow_wrap_data_type() (in module pyarrow)
pyarrow_wrap_field() (in module pyarrow)
pyarrow_wrap_resizable_buffer() (in module pyarrow)
pyarrow_wrap_schema() (in module pyarrow)
pyarrow_wrap_sparse_coo_tensor() (in module pyarrow)
pyarrow_wrap_sparse_csc_matrix() (in module pyarrow)
pyarrow_wrap_sparse_csr_matrix() (in module pyarrow)
pyarrow_wrap_table() (in module pyarrow)
pyarrow_wrap_tensor() (in module pyarrow)
PyExtensionType (class in pyarrow)
PyFileSystem (class in pyarrow.fs)
PythonFile (class in pyarrow)
Q
quote_char (pyarrow.csv.ParseOptions attribute)
R
read() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.orc.ORCFile method)
(pyarrow.OSFile method)
(pyarrow.parquet.ParquetDataset method)
(pyarrow.parquet.ParquetFile method)
(pyarrow.PythonFile method)
read1() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
read_all() (pyarrow.csv.CSVStreamingReader method)
(pyarrow.ipc.RecordBatchFileReader method)
(pyarrow.ipc.RecordBatchStreamReader method)
read_at() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
read_buffer() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
read_csv() (in module pyarrow.csv)
read_dictionary() (pyarrow.parquet.ParquetDataset property)
read_feather() (in module pyarrow.feather)
read_json() (in module pyarrow.json)
read_message() (in module pyarrow.cuda)
(in module pyarrow.ipc)
read_metadata() (in module pyarrow.parquet)
read_next_batch() (pyarrow.csv.CSVStreamingReader method)
(pyarrow.ipc.RecordBatchStreamReader method)
read_next_message() (pyarrow.ipc.MessageReader method)
read_options (pyarrow.dataset.ParquetFileFormat attribute)
read_pandas() (in module pyarrow.parquet)
(pyarrow.csv.CSVStreamingReader method)
(pyarrow.ipc.RecordBatchFileReader method)
(pyarrow.ipc.RecordBatchStreamReader method)
(pyarrow.parquet.ParquetDataset method)
read_parquet() (pyarrow.LocalFileSystem method)
read_record_batch() (in module pyarrow.cuda)
(in module pyarrow.ipc)
read_row_group() (pyarrow.parquet.ParquetFile method)
read_row_groups() (pyarrow.parquet.ParquetFile method)
read_schema() (in module pyarrow.parquet)
read_serialized() (in module pyarrow)
read_stripe() (pyarrow.orc.ORCFile method)
read_table() (in module pyarrow.feather)
(in module pyarrow.parquet)
read_tensor() (in module pyarrow.ipc)
readable() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
readall() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
readinto() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
readline() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
readlines() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
ReadOptions (class in pyarrow.csv)
(class in pyarrow.json)
ReadRecordBatch (C++ function)
record_batch() (in module pyarrow)
RecordBatch (class in pyarrow)
RecordBatchFileReader (class in pyarrow.ipc)
RecordBatchFileWriter (class in pyarrow.ipc)
RecordBatchStreamReader (class in pyarrow.ipc)
RecordBatchStreamWriter (class in pyarrow.ipc)
recursive (pyarrow.fs.FileSelector attribute)
register_extension_type() (in module pyarrow)
register_type() (pyarrow.SerializationContext method)
remove() (pyarrow.Schema method)
remove_column() (pyarrow.Table method)
remove_metadata() (pyarrow.Field method)
(pyarrow.Schema method)
rename() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
rename_columns() (pyarrow.Table method)
replace_schema() (pyarrow.dataset.Dataset method)
(pyarrow.dataset.FileSystemDataset method)
(pyarrow.dataset.UnionDataset method)
replace_schema_metadata() (pyarrow.RecordBatch method)
(pyarrow.Table method)
ResizableBuffer (class in pyarrow)
resize() (pyarrow.MemoryMappedFile method)
(pyarrow.ResizableBuffer method)
rm() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
root_partition (pyarrow.dataset.FileSystemDatasetFactory attribute)
S
Scalar (class in pyarrow)
scalar() (in module pyarrow)
(in module pyarrow.dataset)
scale (pyarrow.Decimal128Type attribute)
scan() (pyarrow.dataset.Dataset method)
(pyarrow.dataset.FileSystemDataset method)
(pyarrow.dataset.Scanner method)
(pyarrow.dataset.UnionDataset method)
scan_contents() (pyarrow.parquet.ParquetFile method)
Scanner (class in pyarrow.dataset)
schema (C++ function)
Schema (class in pyarrow)
schema (pyarrow.csv.CSVStreamingReader attribute)
(pyarrow.dataset.Dataset attribute)
(pyarrow.dataset.DirectoryPartitioning attribute)
(pyarrow.dataset.FileSystemDataset attribute)
(pyarrow.dataset.HivePartitioning attribute)
(pyarrow.dataset.Partitioning attribute)
(pyarrow.dataset.UnionDataset attribute)
(pyarrow.ipc.RecordBatchFileReader attribute)
(pyarrow.ipc.RecordBatchStreamReader attribute)
(pyarrow.RecordBatch attribute)
(pyarrow.Table attribute)
schema() (in module pyarrow)
(pyarrow.orc.ORCFile property)
(pyarrow.parquet.ParquetFile property)
schema_arrow() (pyarrow.parquet.ParquetFile property)
seal() (pyarrow.plasma.PlasmaClient method)
seek() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
seekable() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
select() (pyarrow.Table method)
selector_ignore_prefixes (pyarrow.dataset.FileSystemFactoryOptions attribute)
SerializationContext (class in pyarrow)
serialize() (in module pyarrow)
(pyarrow.cuda.IpcMemHandle method)
(pyarrow.ipc.Message method)
(pyarrow.RecordBatch method)
(pyarrow.Schema method)
(pyarrow.SerializationContext method)
serialize_record_batch() (in module pyarrow.cuda)
serialize_to() (in module pyarrow)
(pyarrow.ipc.Message method)
(pyarrow.SerializationContext method)
SerializedPyObject (class in pyarrow)
SerializeRecordBatch (C++ function)
set() (pyarrow.Schema method)
set_client_options() (pyarrow.plasma.PlasmaClient method)
set_column() (pyarrow.Table method)
set_cpu_count() (in module pyarrow)
set_memcopy_blocksize() (pyarrow.FixedSizeBufferWriter method)
set_memcopy_threads() (pyarrow.FixedSizeBufferWriter method)
set_memcopy_threshold() (pyarrow.FixedSizeBufferWriter method)
set_memory_pool() (in module pyarrow)
set_pickle() (pyarrow.SerializationContext method)
shape (pyarrow.Table attribute)
(pyarrow.Tensor attribute)
size (pyarrow.Buffer attribute)
(pyarrow.cuda.CudaBuffer attribute)
(pyarrow.cuda.HostBuffer attribute)
(pyarrow.fs.FileInfo attribute)
(pyarrow.plasma.PlasmaBuffer attribute)
(pyarrow.ResizableBuffer attribute)
(pyarrow.Tensor attribute)
size() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
skip_rows (pyarrow.csv.ReadOptions attribute)
slice() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Buffer method)
(pyarrow.ChunkedArray method)
(pyarrow.cuda.CudaBuffer method)
(pyarrow.cuda.HostBuffer method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.plasma.PlasmaBuffer method)
(pyarrow.RecordBatch method)
(pyarrow.ResizableBuffer method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Table method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
SliceBuffer (C++ function)
,
[1]
SliceBufferSafe (C++ function)
,
[1]
SliceMutableBuffer (C++ function)
,
[1]
SliceMutableBufferSafe (C++ function)
,
[1]
sort_indices() (in module pyarrow.compute)
sparse_union (C++ function)
,
[1]
stat() (pyarrow.LocalFileSystem method)
stddev() (in module pyarrow.compute)
storage (pyarrow.ExtensionArray attribute)
storage_type (pyarrow.ExtensionType attribute)
(pyarrow.PyExtensionType attribute)
store_capacity() (pyarrow.plasma.PlasmaClient method)
store_socket_name (pyarrow.plasma.PlasmaClient attribute)
strides (pyarrow.Tensor attribute)
string() (in module pyarrow)
string_is_ascii() (in module pyarrow.compute)
StringArray (class in pyarrow)
strings_can_be_null (pyarrow.csv.ConvertOptions attribute)
StringScalar (class in pyarrow)
strptime() (in module pyarrow.compute)
struct() (in module pyarrow)
struct_ (C++ function)
StructArray (class in pyarrow)
StructScalar (class in pyarrow)
StructType (class in pyarrow)
subscribe() (pyarrow.plasma.PlasmaClient method)
subtract() (in module pyarrow.compute)
subtract_checked() (in module pyarrow.compute)
SubTreeFileSystem (class in pyarrow.fs)
sum() (in module pyarrow.compute)
(pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
synchronize() (pyarrow.cuda.Context method)
T
Table (class in pyarrow)
table() (in module pyarrow)
take() (in module pyarrow.compute)
(pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.RecordBatch method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Table method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
tell() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
Tensor (class in pyarrow)
time32 (C++ function)
time32() (in module pyarrow)
Time32Array (class in pyarrow)
Time32Scalar (class in pyarrow)
Time32Type (class in pyarrow)
time64 (C++ function)
time64() (in module pyarrow)
Time64Array (class in pyarrow)
Time64Scalar (class in pyarrow)
Time64Type (class in pyarrow)
timestamp (C++ function)
,
[1]
timestamp() (in module pyarrow)
timestamp_parsers (pyarrow.csv.ConvertOptions attribute)
TimestampArray (class in pyarrow)
TimestampScalar (class in pyarrow)
TimestampType (class in pyarrow)
to_batches() (pyarrow.dataset.Dataset method)
(pyarrow.dataset.FileSystemDataset method)
(pyarrow.dataset.Scanner method)
(pyarrow.dataset.UnionDataset method)
(pyarrow.Table method)
to_buffer() (pyarrow.SerializedPyObject method)
to_capsule() (pyarrow.plasma.PlasmaClient method)
to_components() (pyarrow.SerializedPyObject method)
to_numba() (pyarrow.cuda.Context method)
(pyarrow.cuda.CudaBuffer method)
to_numpy() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Tensor method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
to_pandas() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.RecordBatch method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Table method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
to_pandas_dtype() (pyarrow.DataType method)
(pyarrow.Decimal128Type method)
(pyarrow.DictionaryType method)
(pyarrow.ExtensionType method)
(pyarrow.FixedSizeBinaryType method)
(pyarrow.ListType method)
(pyarrow.MapType method)
(pyarrow.PyExtensionType method)
(pyarrow.StructType method)
(pyarrow.Time32Type method)
(pyarrow.Time64Type method)
(pyarrow.TimestampType method)
(pyarrow.UnionType method)
to_pybytes() (pyarrow.Buffer method)
(pyarrow.cuda.CudaBuffer method)
(pyarrow.cuda.HostBuffer method)
(pyarrow.plasma.PlasmaBuffer method)
(pyarrow.ResizableBuffer method)
to_pydict() (pyarrow.RecordBatch method)
(pyarrow.Table method)
to_pylist() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
to_string() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.RecordBatch method)
(pyarrow.Schema method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Table method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
to_table() (pyarrow.dataset.Dataset method)
(pyarrow.dataset.FileSystemDataset method)
(pyarrow.dataset.Scanner method)
(pyarrow.dataset.UnionDataset method)
tolist() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
total_allocated_bytes() (in module pyarrow)
total_bytes (pyarrow.SerializedPyObject attribute)
total_values_length (pyarrow.BinaryArray attribute)
(pyarrow.LargeBinaryArray attribute)
true_count (pyarrow.BooleanArray attribute)
true_values (pyarrow.csv.ConvertOptions attribute)
truncate() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
type (pyarrow.Array attribute)
(pyarrow.BinaryArray attribute)
(pyarrow.BinaryScalar attribute)
(pyarrow.BooleanArray attribute)
(pyarrow.BooleanScalar attribute)
(pyarrow.ChunkedArray attribute)
(pyarrow.Date32Array attribute)
(pyarrow.Date32Scalar attribute)
(pyarrow.Date64Array attribute)
(pyarrow.Date64Scalar attribute)
(pyarrow.Decimal128Array attribute)
(pyarrow.Decimal128Scalar attribute)
(pyarrow.DictionaryArray attribute)
(pyarrow.DictionaryScalar attribute)
(pyarrow.DoubleScalar attribute)
(pyarrow.ExtensionArray attribute)
(pyarrow.Field attribute)
(pyarrow.FixedSizeBinaryArray attribute)
(pyarrow.FixedSizeBinaryScalar attribute)
(pyarrow.FloatingPointArray attribute)
(pyarrow.FloatScalar attribute)
(pyarrow.fs.FileInfo attribute)
(pyarrow.Int16Array attribute)
(pyarrow.Int16Scalar attribute)
(pyarrow.Int32Array attribute)
(pyarrow.Int32Scalar attribute)
(pyarrow.Int64Array attribute)
(pyarrow.Int64Scalar attribute)
(pyarrow.Int8Array attribute)
(pyarrow.Int8Scalar attribute)
(pyarrow.IntegerArray attribute)
(pyarrow.ipc.Message attribute)
(pyarrow.LargeBinaryArray attribute)
(pyarrow.LargeBinaryScalar attribute)
(pyarrow.LargeListArray attribute)
(pyarrow.LargeListScalar attribute)
(pyarrow.LargeStringArray attribute)
(pyarrow.LargeStringScalar attribute)
(pyarrow.ListArray attribute)
(pyarrow.ListScalar attribute)
(pyarrow.NullArray attribute)
(pyarrow.NumericArray attribute)
(pyarrow.Scalar attribute)
(pyarrow.StringArray attribute)
(pyarrow.StringScalar attribute)
(pyarrow.StructArray attribute)
(pyarrow.StructScalar attribute)
(pyarrow.Tensor attribute)
(pyarrow.Time32Array attribute)
(pyarrow.Time32Scalar attribute)
(pyarrow.Time64Array attribute)
(pyarrow.Time64Scalar attribute)
(pyarrow.TimestampArray attribute)
(pyarrow.TimestampScalar attribute)
(pyarrow.UInt16Array attribute)
(pyarrow.UInt16Scalar attribute)
(pyarrow.UInt32Array attribute)
(pyarrow.UInt32Scalar attribute)
(pyarrow.UInt64Array attribute)
(pyarrow.UInt64Scalar attribute)
(pyarrow.UInt8Array attribute)
(pyarrow.UInt8Scalar attribute)
(pyarrow.UnionArray attribute)
(pyarrow.UnionScalar attribute)
type_codes (pyarrow.UnionArray attribute)
(pyarrow.UnionType attribute)
type_name (pyarrow.fs.FileSystem attribute)
(pyarrow.fs.HadoopFileSystem attribute)
(pyarrow.fs.LocalFileSystem attribute)
(pyarrow.fs.PyFileSystem attribute)
(pyarrow.fs.SubTreeFileSystem attribute)
types (pyarrow.Schema attribute)
tz (pyarrow.TimestampType attribute)
U
uint16 (C++ function)
uint16() (in module pyarrow)
UInt16Array (class in pyarrow)
UInt16Scalar (class in pyarrow)
uint32 (C++ function)
uint32() (in module pyarrow)
UInt32Array (class in pyarrow)
UInt32Scalar (class in pyarrow)
uint64 (C++ function)
uint64() (in module pyarrow)
UInt64Array (class in pyarrow)
UInt64Scalar (class in pyarrow)
uint8 (C++ function)
uint8() (in module pyarrow)
UInt8Array (class in pyarrow)
UInt8Scalar (class in pyarrow)
unexpected_field_behavior (pyarrow.json.ParseOptions attribute)
union_ (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
UnionArray (class in pyarrow)
UnionDataset (class in pyarrow.dataset)
UnionScalar (class in pyarrow)
UnionType (class in pyarrow)
unique() (in module pyarrow.compute)
(pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
unit (pyarrow.Time32Type attribute)
(pyarrow.Time64Type attribute)
(pyarrow.TimestampType attribute)
unregister_extension_type() (in module pyarrow)
unwrap_array (C++ function)
unwrap_buffer (C++ function)
unwrap_data_type (C++ function)
unwrap_field (C++ function)
unwrap_record_batch (C++ function)
unwrap_schema (C++ function)
unwrap_sparse_coo_tensor (C++ function)
unwrap_sparse_csc_matrix (C++ function)
unwrap_sparse_csr_matrix (C++ function)
unwrap_table (C++ function)
unwrap_tensor (C++ function)
upload() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HadoopFileSystem method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
use_threads (pyarrow.csv.ReadOptions attribute)
(pyarrow.json.ReadOptions attribute)
utf8 (C++ function)
utf8() (in module pyarrow)
utf8_is_alnum() (in module pyarrow.compute)
utf8_is_alpha() (in module pyarrow.compute)
utf8_is_decimal() (in module pyarrow.compute)
utf8_is_digit() (in module pyarrow.compute)
utf8_is_lower() (in module pyarrow.compute)
utf8_is_numeric() (in module pyarrow.compute)
utf8_is_printable() (in module pyarrow.compute)
utf8_is_space() (in module pyarrow.compute)
utf8_is_title() (in module pyarrow.compute)
utf8_is_upper() (in module pyarrow.compute)
utf8_lower() (in module pyarrow.compute)
utf8_upper() (in module pyarrow.compute)
V
validate() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.dataset.Expression method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.RecordBatch method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Table method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
validate_schemas() (pyarrow.parquet.ParquetDataset method)
value (pyarrow.DictionaryScalar attribute)
(pyarrow.TimestampScalar attribute)
(pyarrow.UnionScalar attribute)
value_counts() (in module pyarrow.compute)
(pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
value_field (pyarrow.ListType attribute)
value_lengths() (pyarrow.LargeListArray method)
(pyarrow.ListArray method)
value_parent_indices() (pyarrow.LargeListArray method)
(pyarrow.ListArray method)
value_type (pyarrow.DictionaryType attribute)
(pyarrow.ListType attribute)
values (pyarrow.LargeListArray attribute)
(pyarrow.LargeListScalar attribute)
(pyarrow.ListArray attribute)
(pyarrow.ListScalar attribute)
values() (pyarrow.StructScalar method)
variance() (in module pyarrow.compute)
view() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.ExtensionArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.LargeBinaryArray method)
(pyarrow.LargeListArray method)
(pyarrow.LargeStringArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.Time32Array method)
(pyarrow.Time64Array method)
(pyarrow.TimestampArray method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
W
walk() (pyarrow.LocalFileSystem method)
with_metadata() (pyarrow.Field method)
(pyarrow.Schema method)
with_name() (pyarrow.Field method)
with_nullable() (pyarrow.Field method)
with_type() (pyarrow.Field method)
wrap_array (C++ function)
wrap_buffer (C++ function)
wrap_data_type (C++ function)
wrap_field (C++ function)
wrap_record_batch (C++ function)
wrap_schema (C++ function)
wrap_sparse_coo_tensor (C++ function)
wrap_sparse_csc_matrix (C++ function)
wrap_sparse_csr_matrix (C++ function)
wrap_table (C++ function)
wrap_tensor (C++ function)
writable() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
write() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.ipc.RecordBatchFileWriter method)
(pyarrow.ipc.RecordBatchStreamWriter method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
write_batch() (pyarrow.ipc.RecordBatchFileWriter method)
(pyarrow.ipc.RecordBatchStreamWriter method)
write_feather() (in module pyarrow.feather)
write_metadata() (in module pyarrow.parquet)
write_table() (in module pyarrow.parquet)
(pyarrow.ipc.RecordBatchFileWriter method)
(pyarrow.ipc.RecordBatchStreamWriter method)
(pyarrow.parquet.ParquetWriter method)
write_tensor() (in module pyarrow.ipc)
write_to() (pyarrow.SerializedPyObject method)
write_to_dataset() (in module pyarrow.parquet)
writeat() (pyarrow.cuda.BufferWriter method)
writelines() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
X
xor() (in module pyarrow.compute)