Apache Arrow
0.12.1.dev425+g828b4377f.d20190316
Arrow Columnar Format
Arrow specification documents
Implementation guidelines
Physical memory layout
Metadata: Logical types, schemas, data headers
Interprocess messaging / communication (IPC)
Arrow Libraries
C++ Implementation
Python bindings
Development and Contributing
Contribution Guidelines
C++ Development
Python Development
Integration Testing
Building the Documentation
Apache Arrow
Docs
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__init__() (pyarrow.Array method)
(pyarrow.ArrayValue method)
(pyarrow.BinaryArray method)
(pyarrow.BinaryValue method)
(pyarrow.BooleanArray method)
(pyarrow.BooleanValue method)
(pyarrow.Buffer method)
(pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.ChunkedArray method)
(pyarrow.Column method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.DataType method)
(pyarrow.Date32Array method)
(pyarrow.Date32Value method)
(pyarrow.Date64Array method)
(pyarrow.Date64Value method)
(pyarrow.Decimal128Array method)
(pyarrow.Decimal128Type method)
(pyarrow.DecimalValue method)
(pyarrow.DictionaryArray method)
(pyarrow.DictionaryType method)
(pyarrow.DictionaryValue method)
(pyarrow.DoubleValue method)
(pyarrow.Field method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FixedSizeBinaryType method)
(pyarrow.FixedSizeBinaryValue method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.FloatValue method)
(pyarrow.FloatingPointArray method)
(pyarrow.HdfsFile method)
(pyarrow.Int16Array method)
(pyarrow.Int16Value method)
(pyarrow.Int32Array method)
(pyarrow.Int32Value method)
(pyarrow.Int64Array method)
(pyarrow.Int64Value method)
(pyarrow.Int8Array method)
(pyarrow.Int8Value method)
(pyarrow.IntegerArray method)
(pyarrow.ListArray method)
(pyarrow.ListType method)
(pyarrow.ListValue method)
(pyarrow.LocalFileSystem method)
(pyarrow.MemoryMappedFile method)
(pyarrow.MemoryPool method)
(pyarrow.Message method)
(pyarrow.MessageReader method)
(pyarrow.NativeFile method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.RecordBatch method)
(pyarrow.RecordBatchFileReader method)
(pyarrow.RecordBatchFileWriter method)
(pyarrow.RecordBatchStreamReader method)
(pyarrow.RecordBatchStreamWriter method)
(pyarrow.ResizableBuffer method)
(pyarrow.Scalar method)
(pyarrow.Schema method)
(pyarrow.SerializationContext method)
(pyarrow.SerializedPyObject method)
(pyarrow.StringArray method)
(pyarrow.StringValue method)
(pyarrow.StructArray method)
(pyarrow.StructType method)
(pyarrow.StructValue method)
(pyarrow.Table method)
(pyarrow.Tensor method)
(pyarrow.Time32Array method)
(pyarrow.Time32Type method)
(pyarrow.Time32Value method)
(pyarrow.Time64Array method)
(pyarrow.Time64Type method)
(pyarrow.Time64Value method)
(pyarrow.TimestampArray method)
(pyarrow.TimestampType method)
(pyarrow.TimestampValue method)
(pyarrow.UInt16Array method)
(pyarrow.UInt16Value method)
(pyarrow.UInt32Array method)
(pyarrow.UInt32Value method)
(pyarrow.UInt64Array method)
(pyarrow.UInt64Value method)
(pyarrow.UInt8Array method)
(pyarrow.UInt8Value method)
(pyarrow.UnionArray method)
(pyarrow.UnionType method)
(pyarrow.UnionValue method)
(pyarrow.csv.ConvertOptions 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.parquet.ParquetDataset method)
(pyarrow.parquet.ParquetFile method)
(pyarrow.parquet.ParquetWriter method)
(pyarrow.plasma.ObjectID method)
(pyarrow.plasma.PlasmaBuffer method)
(pyarrow.plasma.PlasmaClient method)
A
add_column() (pyarrow.Table method)
add_metadata() (pyarrow.Field method)
(pyarrow.Schema method)
address (pyarrow.Buffer attribute)
(pyarrow.ResizableBuffer attribute)
(pyarrow.cuda.CudaBuffer attribute)
(pyarrow.cuda.HostBuffer attribute)
(pyarrow.plasma.PlasmaBuffer attribute)
allocate_buffer() (in module pyarrow)
append() (pyarrow.Schema method)
append_column() (pyarrow.Table method)
Array (class in pyarrow)
array() (in module pyarrow)
ArrayValue (class in pyarrow)
arrow::AllocateBitmap (C++ function)
arrow::AllocateBuffer (C++ function)
,
[1]
,
[2]
,
[3]
arrow::AllocateEmptyBitmap (C++ function)
,
[1]
arrow::AllocateResizableBuffer (C++ function)
,
[1]
,
[2]
,
[3]
arrow::Array (C++ class)
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::ToString (C++ function)
arrow::ArrayBuilder (C++ class)
arrow::ArrayBuilder::Advance (C++ function)
arrow::ArrayBuilder::child (C++ function)
arrow::ArrayBuilder::Finish (C++ function)
arrow::ArrayBuilder::FinishInternal (C++ function)
arrow::ArrayBuilder::Reserve (C++ function)
arrow::ArrayBuilder::Reset (C++ function)
arrow::ArrayBuilder::Resize (C++ function)
arrow::binary (C++ function)
arrow::BinaryArray (C++ class)
arrow::BinaryArray::GetString (C++ function)
arrow::BinaryArray::GetValue (C++ function)
arrow::BinaryArray::GetView (C++ function)
arrow::BinaryArray::value_data (C++ function)
arrow::BinaryArray::value_offsets (C++ function)
arrow::BinaryBuilder (C++ class)
arrow::BinaryBuilder::FinishInternal (C++ function)
arrow::BinaryBuilder::GetValue (C++ function)
arrow::BinaryBuilder::GetView (C++ function)
arrow::BinaryBuilder::ReserveData (C++ function)
arrow::BinaryBuilder::Reset (C++ function)
arrow::BinaryBuilder::Resize (C++ function)
arrow::BinaryBuilder::UnsafeAppend (C++ function)
,
[1]
arrow::BinaryBuilder::value_data_capacity (C++ function)
arrow::BinaryBuilder::value_data_length (C++ function)
arrow::BinaryType (C++ class)
arrow::BinaryType::name (C++ function)
arrow::BinaryType::ToString (C++ function)
arrow::boolean (C++ function)
arrow::BooleanArray (C++ class)
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::UnsafeAppend (C++ function)
arrow::BooleanType (C++ class)
arrow::BooleanType::name (C++ function)
arrow::BooleanType::ToString (C++ function)
arrow::Buffer (C++ class)
arrow::Buffer::Buffer (C++ function)
,
[1]
,
[2]
arrow::Buffer::capacity (C++ function)
arrow::Buffer::Copy (C++ function)
,
[1]
arrow::Buffer::data (C++ function)
arrow::Buffer::Equals (C++ function)
,
[1]
arrow::Buffer::FromString (C++ function)
,
[1]
,
[2]
arrow::Buffer::mutable_data (C++ function)
arrow::Buffer::size (C++ function)
arrow::Buffer::ToString (C++ function)
arrow::Buffer::Wrap (C++ function)
,
[1]
arrow::Buffer::ZeroPadding (C++ function)
arrow::BufferBuilder (C++ class)
arrow::BufferBuilder::Append (C++ function)
,
[1]
,
[2]
arrow::BufferBuilder::Finish (C++ function)
arrow::BufferBuilder::GrowByFactor (C++ function)
arrow::BufferBuilder::Reserve (C++ function)
arrow::BufferBuilder::Resize (C++ function)
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::Column (C++ class)
arrow::Column::Column (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
arrow::Column::data (C++ function)
arrow::Column::Equals (C++ function)
,
[1]
arrow::Column::Flatten (C++ function)
arrow::Column::name (C++ function)
arrow::Column::Slice (C++ function)
,
[1]
arrow::Column::type (C++ function)
arrow::Column::ValidateData (C++ function)
arrow::ConcatenateTables (C++ function)
arrow::cuda::AllocateCudaHostBuffer (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::Read (C++ function)
,
[1]
arrow::cuda::CudaBufferWriter (C++ class)
arrow::cuda::CudaBufferWriter::buffer_size (C++ function)
arrow::cuda::CudaBufferWriter::Close (C++ function)
arrow::cuda::CudaBufferWriter::Flush (C++ function)
arrow::cuda::CudaBufferWriter::num_bytes_buffered (C++ function)
arrow::cuda::CudaBufferWriter::SetBufferSize (C++ function)
arrow::cuda::CudaContext (C++ class)
arrow::cuda::CudaContext::Allocate (C++ function)
arrow::cuda::CudaContext::CloseIpcBuffer (C++ function)
arrow::cuda::CudaContext::device_number (C++ function)
arrow::cuda::CudaContext::GetDeviceAddress (C++ function)
arrow::cuda::CudaContext::handle (C++ function)
arrow::cuda::CudaContext::OpenIpcBuffer (C++ function)
arrow::cuda::CudaContext::Synchronize (C++ function)
arrow::cuda::CudaContext::View (C++ function)
arrow::cuda::CudaDeviceManager (C++ class)
arrow::cuda::CudaDeviceManager::AllocateHost (C++ function)
arrow::cuda::CudaDeviceManager::GetContext (C++ function)
arrow::cuda::CudaDeviceManager::GetSharedContext (C++ function)
arrow::cuda::CudaHostBuffer (C++ class)
arrow::cuda::CudaIpcMemHandle (C++ class)
arrow::cuda::CudaIpcMemHandle::FromBuffer (C++ function)
arrow::cuda::CudaIpcMemHandle::Serialize (C++ function)
arrow::cuda::ReadRecordBatch (C++ function)
arrow::cuda::SerializeRecordBatch (C++ function)
arrow::DataType (C++ class)
arrow::DataType::Equals (C++ function)
,
[1]
arrow::DataType::id (C++ function)
arrow::DataType::name (C++ function)
arrow::DataType::ToString (C++ function)
arrow::date32 (C++ function)
arrow::Date32Type (C++ class)
arrow::Date32Type::name (C++ function)
arrow::Date32Type::ToString (C++ function)
arrow::date64 (C++ function)
arrow::Date64Type (C++ class)
arrow::Date64Type::name (C++ function)
arrow::Date64Type::ToString (C++ function)
arrow::decimal (C++ function)
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::ToInteger (C++ function)
arrow::Decimal128::ToIntegerString (C++ function)
arrow::Decimal128::ToString (C++ function)
arrow::Decimal128Array (C++ class)
arrow::Decimal128Array::Decimal128Array (C++ function)
arrow::Decimal128Builder (C++ class)
arrow::Decimal128Builder::FinishInternal (C++ function)
arrow::Decimal128Type (C++ class)
arrow::Decimal128Type::name (C++ function)
arrow::Decimal128Type::ToString (C++ function)
arrow::default_memory_pool (C++ function)
arrow::dictionary (C++ function)
arrow::DictionaryArray (C++ class)
arrow::DictionaryArray::FromArrays (C++ function)
arrow::DictionaryArray::Transpose (C++ function)
arrow::DictionaryBuilder (C++ class)
arrow::DictionaryBuilder::Append (C++ function)
,
[1]
,
[2]
arrow::DictionaryBuilder::AppendArray (C++ function)
arrow::DictionaryBuilder::AppendNull (C++ function)
arrow::DictionaryBuilder::FinishInternal (C++ function)
arrow::DictionaryBuilder::is_building_delta (C++ function)
arrow::DictionaryBuilder::Reset (C++ function)
arrow::DictionaryBuilder::Resize (C++ function)
arrow::DictionaryType (C++ class)
arrow::DictionaryType::name (C++ function)
arrow::DictionaryType::ToString (C++ function)
arrow::DictionaryType::Unify (C++ function)
arrow::DoubleType (C++ class)
arrow::DoubleType::name (C++ function)
arrow::Field (C++ class)
arrow::field (C++ function)
arrow::Field::AddMetadata (C++ function)
arrow::Field::HasMetadata (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::WithType (C++ function)
arrow::fixed_size_binary (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::Reset (C++ function)
arrow::FixedSizeBinaryBuilder::Resize (C++ function)
arrow::FixedSizeBinaryBuilder::value_data_length (C++ function)
arrow::FixedSizeBinaryType (C++ class)
arrow::FixedSizeBinaryType::name (C++ function)
arrow::FixedSizeBinaryType::ToString (C++ function)
arrow::FlatArray (C++ class)
arrow::float16 (C++ function)
arrow::float32 (C++ function)
arrow::float64 (C++ function)
arrow::FloatType (C++ class)
arrow::FloatType::name (C++ function)
arrow::HalfFloatType (C++ class)
arrow::HalfFloatType::name (C++ function)
arrow::int16 (C++ function)
arrow::Int16Type (C++ class)
arrow::Int16Type::name (C++ function)
arrow::int32 (C++ function)
arrow::Int32Type (C++ class)
arrow::Int32Type::name (C++ function)
arrow::int64 (C++ function)
arrow::Int64Type (C++ class)
arrow::Int64Type::name (C++ function)
arrow::int8 (C++ function)
arrow::Int8Type (C++ class)
arrow::Int8Type::name (C++ function)
arrow::list (C++ function)
,
[1]
arrow::ListArray (C++ class)
arrow::ListArray::FromArrays (C++ function)
arrow::ListArray::raw_value_offsets (C++ function)
arrow::ListArray::value_offsets (C++ function)
arrow::ListArray::values (C++ function)
arrow::ListBuilder (C++ class)
arrow::ListBuilder::Append (C++ function)
arrow::ListBuilder::AppendValues (C++ function)
arrow::ListBuilder::FinishInternal (C++ function)
arrow::ListBuilder::ListBuilder (C++ function)
arrow::ListBuilder::Reset (C++ function)
arrow::ListBuilder::Resize (C++ function)
arrow::ListType (C++ class)
arrow::ListType::name (C++ function)
arrow::ListType::ToString (C++ function)
arrow::LoggingMemoryPool (C++ class)
arrow::LoggingMemoryPool::Allocate (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::MemoryPool (C++ class)
arrow::MemoryPool::Allocate (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::MutableBuffer (C++ class)
arrow::MutableBuffer::Wrap (C++ function)
arrow::null (C++ function)
arrow::NullArray (C++ class)
arrow::NullBuilder (C++ class)
arrow::NullBuilder::FinishInternal (C++ function)
arrow::NullType (C++ class)
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::UnsafeAppend (C++ function)
arrow::PrimitiveArray (C++ class)
arrow::PrimitiveArray::values (C++ function)
arrow::ProxyMemoryPool (C++ class)
arrow::ProxyMemoryPool::Allocate (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)
arrow::RecordBatch::column_name (C++ function)
arrow::RecordBatch::Equals (C++ function)
arrow::RecordBatch::GetColumnByName (C++ function)
arrow::RecordBatch::Make (C++ function)
,
[1]
,
[2]
,
[3]
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::Validate (C++ function)
arrow::RecordBatchReader (C++ class)
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::Schema (C++ class)
arrow::schema (C++ function)
,
[1]
arrow::Schema::AddMetadata (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::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::SliceBuffer (C++ function)
,
[1]
arrow::SliceMutableBuffer (C++ function)
arrow::Status (C++ class)
arrow::Status::CapacityError (C++ function)
arrow::Status::code (C++ function)
arrow::Status::CodeAsString (C++ function)
arrow::Status::Invalid (C++ function)
arrow::Status::IOError (C++ function)
arrow::Status::IsCapacityError (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::IsPlasmaObjectAlreadySealed (C++ function)
arrow::Status::IsPlasmaObjectExists (C++ function)
arrow::Status::IsPlasmaObjectNonexistent (C++ function)
arrow::Status::IsPlasmaStoreFull (C++ function)
arrow::Status::IsPythonError (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)
,
[1]
arrow::Status::ok (C++ function)
arrow::Status::OutOfMemory (C++ function)
arrow::Status::SerializationError (C++ function)
arrow::Status::ToString (C++ function)
arrow::Status::TypeError (C++ function)
arrow::Status::UnknownError (C++ function)
arrow::stl_allocator (C++ class)
arrow::stl_allocator::stl_allocator (C++ function)
,
[1]
arrow::STLMemoryPool (C++ class)
arrow::STLMemoryPool::Allocate (C++ function)
arrow::STLMemoryPool::bytes_allocated (C++ function)
arrow::STLMemoryPool::Free (C++ function)
arrow::STLMemoryPool::max_memory (C++ function)
arrow::STLMemoryPool::Reallocate (C++ function)
arrow::STLMemoryPool::STLMemoryPool (C++ function)
arrow::StringArray (C++ class)
arrow::StringBuilder (C++ class)
arrow::StringBuilder::AppendValues (C++ function)
,
[1]
arrow::StringType (C++ class)
arrow::StringType::name (C++ function)
arrow::StringType::ToString (C++ function)
arrow::struct_ (C++ function)
arrow::StructArray (C++ class)
arrow::StructArray::Flatten (C++ function)
arrow::StructArray::GetFieldByName (C++ function)
arrow::StructBuilder (C++ class)
arrow::StructBuilder::Append (C++ function)
arrow::StructBuilder::AppendValues (C++ function)
arrow::StructBuilder::FinishInternal (C++ function)
arrow::StructBuilder::Reset (C++ function)
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::name (C++ function)
arrow::StructType::ToString (C++ function)
arrow::Table (C++ class)
arrow::Table::AddColumn (C++ function)
arrow::Table::column (C++ function)
arrow::Table::Equals (C++ function)
arrow::Table::Flatten (C++ function)
arrow::Table::FromRecordBatches (C++ function)
,
[1]
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::ReplaceSchemaMetadata (C++ function)
arrow::Table::schema (C++ function)
arrow::Table::SetColumn (C++ function)
arrow::Table::Validate (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::time32 (C++ function)
arrow::Time32Type (C++ class)
arrow::Time32Type::name (C++ function)
arrow::Time32Type::ToString (C++ function)
arrow::time64 (C++ function)
arrow::Time64Type (C++ class)
arrow::Time64Type::name (C++ function)
arrow::Time64Type::ToString (C++ function)
arrow::timestamp (C++ function)
,
[1]
arrow::TimestampType (C++ class)
arrow::TimestampType::name (C++ function)
arrow::TimestampType::ToString (C++ function)
arrow::TimeUnit::MICRO (C++ enumerator)
arrow::TimeUnit::MILLI (C++ enumerator)
arrow::TimeUnit::NANO (C++ enumerator)
arrow::TimeUnit::SECOND (C++ enumerator)
arrow::TimeUnit::type (C++ type)
arrow::Type::BINARY (C++ enumerator)
arrow::Type::BOOL (C++ enumerator)
arrow::Type::DATE32 (C++ enumerator)
arrow::Type::DATE64 (C++ enumerator)
arrow::Type::DECIMAL (C++ enumerator)
arrow::Type::DICTIONARY (C++ enumerator)
arrow::Type::DOUBLE (C++ enumerator)
arrow::Type::EXTENSION (C++ enumerator)
arrow::Type::FIXED_SIZE_BINARY (C++ enumerator)
arrow::Type::FLOAT (C++ enumerator)
arrow::Type::HALF_FLOAT (C++ enumerator)
arrow::Type::INT16 (C++ enumerator)
arrow::Type::INT32 (C++ enumerator)
arrow::Type::INT64 (C++ enumerator)
arrow::Type::INT8 (C++ enumerator)
arrow::Type::INTERVAL (C++ enumerator)
arrow::Type::LIST (C++ enumerator)
arrow::Type::MAP (C++ enumerator)
arrow::Type::NA (C++ enumerator)
arrow::Type::STRING (C++ enumerator)
arrow::Type::STRUCT (C++ enumerator)
arrow::Type::TIME32 (C++ enumerator)
arrow::Type::TIME64 (C++ enumerator)
arrow::Type::TIMESTAMP (C++ enumerator)
arrow::Type::type (C++ type)
arrow::Type::UINT16 (C++ enumerator)
arrow::Type::UINT32 (C++ enumerator)
arrow::Type::UINT64 (C++ enumerator)
arrow::Type::UINT8 (C++ enumerator)
arrow::Type::UNION (C++ enumerator)
arrow::TypedBufferBuilder (C++ class)
arrow::uint16 (C++ function)
arrow::UInt16Type (C++ class)
arrow::UInt16Type::name (C++ function)
arrow::uint32 (C++ function)
arrow::UInt32Type (C++ class)
arrow::UInt32Type::name (C++ function)
arrow::uint64 (C++ function)
arrow::UInt64Type (C++ class)
arrow::UInt64Type::name (C++ function)
arrow::uint8 (C++ function)
arrow::UInt8Type (C++ class)
arrow::UInt8Type::name (C++ function)
arrow::union_ (C++ function)
,
[1]
arrow::UnionArray (C++ class)
arrow::UnionArray::MakeDense (C++ function)
arrow::UnionArray::MakeSparse (C++ function)
arrow::UnionArray::type_ids (C++ function)
arrow::UnionArray::UnsafeChild (C++ function)
arrow::UnionArray::value_offsets (C++ function)
arrow::UnionType (C++ class)
arrow::UnionType::name (C++ function)
arrow::UnionType::ToString (C++ function)
arrow::utf8 (C++ function)
ARROW_RETURN_NOT_OK (C macro)
as_buffer() (pyarrow.BinaryValue method)
as_py() (pyarrow.BinaryValue method)
(pyarrow.BooleanValue method)
(pyarrow.Date32Value method)
(pyarrow.Date64Value method)
(pyarrow.DecimalValue method)
(pyarrow.DictionaryValue method)
(pyarrow.DoubleValue method)
(pyarrow.FixedSizeBinaryValue method)
(pyarrow.FloatValue method)
(pyarrow.Int16Value method)
(pyarrow.Int32Value method)
(pyarrow.Int64Value method)
(pyarrow.Int8Value method)
(pyarrow.ListValue method)
(pyarrow.StringValue method)
(pyarrow.StructValue method)
(pyarrow.Time32Value method)
(pyarrow.Time64Value method)
(pyarrow.TimestampValue method)
(pyarrow.UInt16Value method)
(pyarrow.UInt32Value method)
(pyarrow.UInt64Value method)
(pyarrow.UInt8Value method)
(pyarrow.UnionValue method)
B
base (pyarrow.SerializedPyObject attribute)
binary() (in module pyarrow)
(pyarrow.plasma.ObjectID method)
BinaryArray (class in pyarrow)
BinaryValue (class in pyarrow)
bit_width (pyarrow.DataType attribute)
(pyarrow.Decimal128Type attribute)
(pyarrow.DictionaryType attribute)
(pyarrow.FixedSizeBinaryType attribute)
(pyarrow.ListType attribute)
(pyarrow.StructType attribute)
(pyarrow.Time32Type attribute)
(pyarrow.Time64Type attribute)
(pyarrow.TimestampType attribute)
(pyarrow.UnionType attribute)
block_size (pyarrow.csv.ReadOptions attribute)
body (pyarrow.Message attribute)
bool_() (in module pyarrow)
BooleanArray (class in pyarrow)
BooleanValue (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)
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.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray 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
cast() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Column method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray 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)
cat() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
check_utf8 (pyarrow.csv.ConvertOptions 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.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.RecordBatchFileWriter method)
(pyarrow.RecordBatchStreamWriter method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.parquet.ParquetWriter method)
closed (pyarrow.BufferOutputStream attribute)
(pyarrow.BufferReader attribute)
(pyarrow.CompressedInputStream attribute)
(pyarrow.CompressedOutputStream attribute)
(pyarrow.FixedSizeBufferWriter attribute)
(pyarrow.HdfsFile attribute)
(pyarrow.MemoryMappedFile attribute)
(pyarrow.NativeFile attribute)
(pyarrow.OSFile attribute)
(pyarrow.PythonFile attribute)
(pyarrow.cuda.BufferReader attribute)
(pyarrow.cuda.BufferWriter attribute)
Column (class in pyarrow)
column() (in module pyarrow)
(pyarrow.RecordBatch method)
(pyarrow.Table method)
column_types (pyarrow.csv.ConvertOptions attribute)
columns (pyarrow.RecordBatch attribute)
(pyarrow.Table attribute)
compress() (in module pyarrow)
CompressedInputStream (class in pyarrow)
CompressedOutputStream (class in pyarrow)
concat_tables() (in module pyarrow)
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_from_device() (pyarrow.cuda.CudaBuffer method)
copy_from_host() (pyarrow.cuda.CudaBuffer method)
copy_to_host() (pyarrow.cuda.CudaBuffer method)
cpu_count() (in module pyarrow)
create() (pyarrow.MemoryMappedFile static method)
(pyarrow.plasma.PlasmaClient method)
create_and_seal() (pyarrow.plasma.PlasmaClient method)
create_memory_map() (in module pyarrow)
CudaBuffer (class in pyarrow.cuda)
D
data (pyarrow.Column attribute)
DataType (class in pyarrow)
date32() (in module pyarrow)
Date32Array (class in pyarrow)
Date32Value (class in pyarrow)
date64() (in module pyarrow)
Date64Array (class in pyarrow)
Date64Value (class in pyarrow)
decimal128() (in module pyarrow)
Decimal128Array (class in pyarrow)
Decimal128Type (class in pyarrow)
DecimalValue (class in pyarrow)
decode_notification() (pyarrow.plasma.PlasmaClient method)
decompress() (in module pyarrow)
default_memory_pool() (in module pyarrow)
delete() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
(pyarrow.plasma.PlasmaClient method)
delimiter (pyarrow.csv.ParseOptions attribute)
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 (pyarrow.DictionaryArray attribute)
(pyarrow.DictionaryType attribute)
dictionary() (in module pyarrow)
dictionary_encode() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Column method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray 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.DictionaryValue attribute)
DictionaryArray (class in pyarrow)
DictionaryType (class in pyarrow)
DictionaryValue (class in pyarrow)
disconnect() (pyarrow.plasma.PlasmaClient method)
disk_usage() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
double_quote (pyarrow.csv.ParseOptions attribute)
DoubleValue (class in pyarrow)
download() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HadoopFileSystem method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
drop() (pyarrow.Table method)
E
empty_table() (pyarrow.Schema method)
equals() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Buffer method)
(pyarrow.ChunkedArray method)
(pyarrow.Column method)
(pyarrow.DataType method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.Decimal128Type method)
(pyarrow.DictionaryArray method)
(pyarrow.DictionaryType method)
(pyarrow.Field method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FixedSizeBinaryType method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.ListArray method)
(pyarrow.ListType method)
(pyarrow.Message method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.RecordBatch method)
(pyarrow.ResizableBuffer method)
(pyarrow.Schema method)
(pyarrow.StringArray method)
(pyarrow.StructArray method)
(pyarrow.StructType method)
(pyarrow.Table method)
(pyarrow.Tensor method)
(pyarrow.Time32Array method)
(pyarrow.Time32Type method)
(pyarrow.Time64Array method)
(pyarrow.Time64Type method)
(pyarrow.TimestampArray method)
(pyarrow.TimestampType method)
(pyarrow.UInt16Array method)
(pyarrow.UInt32Array method)
(pyarrow.UInt64Array method)
(pyarrow.UInt8Array method)
(pyarrow.UnionArray method)
(pyarrow.UnionType method)
(pyarrow.cuda.CudaBuffer method)
(pyarrow.cuda.HostBuffer method)
(pyarrow.plasma.PlasmaBuffer method)
escape_char (pyarrow.csv.ParseOptions attribute)
evict() (pyarrow.plasma.PlasmaClient method)
exists() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
export_for_ipc() (pyarrow.cuda.CudaBuffer method)
F
Field (class in pyarrow)
field (pyarrow.Column attribute)
field() (in module pyarrow)
(pyarrow.StructArray method)
field_by_name() (pyarrow.Schema method)
fileno() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
FixedSizeBinaryArray (class in pyarrow)
FixedSizeBinaryType (class in pyarrow)
FixedSizeBinaryValue (class in pyarrow)
FixedSizeBufferWriter (class in pyarrow)
flatten() (pyarrow.Column method)
(pyarrow.Field method)
(pyarrow.ListArray method)
(pyarrow.StructArray method)
(pyarrow.Table method)
float16() (in module pyarrow)
float32() (in module pyarrow)
float64() (in module pyarrow)
FloatingPointArray (class in pyarrow)
FloatValue (class in pyarrow)
flush() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
foreign_buffer() (in module pyarrow)
(pyarrow.cuda.Context method)
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.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray 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_array() (pyarrow.Column static method)
from_arrays() (pyarrow.DictionaryArray static method)
(pyarrow.ListArray static method)
(pyarrow.RecordBatch static method)
(pyarrow.StructArray static method)
(pyarrow.Table static method)
from_batches() (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.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.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_dense() (pyarrow.UnionArray 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.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.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_random() (pyarrow.plasma.ObjectID static method)
from_sparse() (pyarrow.UnionArray static method)
G
get() (pyarrow.plasma.PlasmaClient method)
get_batch() (pyarrow.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)
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.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.RecordBatchFileReader method)
get_record_batch_size() (in module pyarrow)
get_space_used() (pyarrow.HadoopFileSystem method)
get_tensor_size() (in module pyarrow)
getvalue() (pyarrow.BufferOutputStream method)
H
handle (pyarrow.cuda.Context attribute)
hash() (pyarrow.plasma.PlasmaClient method)
HdfsFile (class in pyarrow)
header_rows (pyarrow.csv.ParseOptions attribute)
HostBuffer (class in pyarrow.cuda)
I
id (pyarrow.DataType attribute)
(pyarrow.Decimal128Type attribute)
(pyarrow.DictionaryType attribute)
(pyarrow.FixedSizeBinaryType attribute)
(pyarrow.ListType 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)
index_type (pyarrow.DictionaryType attribute)
index_value (pyarrow.DictionaryValue attribute)
indices (pyarrow.DictionaryArray attribute)
info() (pyarrow.HadoopFileSystem method)
input_stream() (in module pyarrow)
insert() (pyarrow.Schema method)
int16() (in module pyarrow)
Int16Array (class in pyarrow)
Int16Value (class in pyarrow)
int32() (in module pyarrow)
Int32Array (class in pyarrow)
Int32Value (class in pyarrow)
int64() (in module pyarrow)
Int64Array (class in pyarrow)
Int64Value (class in pyarrow)
int8() (in module pyarrow)
Int8Array (class in pyarrow)
Int8Value (class in pyarrow)
IntegerArray (class in pyarrow)
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_column (C++ function)
is_contiguous (pyarrow.Tensor 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_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_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_list() (in module pyarrow.types)
is_map() (in module pyarrow.types)
is_mutable (pyarrow.Buffer attribute)
(pyarrow.ResizableBuffer attribute)
(pyarrow.Tensor attribute)
(pyarrow.cuda.CudaBuffer attribute)
(pyarrow.cuda.HostBuffer attribute)
(pyarrow.plasma.PlasmaBuffer attribute)
is_nested() (in module pyarrow.types)
is_null() (in module pyarrow.types)
is_record_batch (C++ function)
is_schema (C++ function)
is_signed_integer() (in module pyarrow.types)
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)
isatty() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
isdir() (pyarrow.LocalFileSystem method)
isfile() (pyarrow.LocalFileSystem method)
isnull() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray 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)
iterchunks() (pyarrow.ChunkedArray method)
itercolumns() (pyarrow.Table method)
L
length() (pyarrow.ChunkedArray method)
(pyarrow.Column method)
list() (pyarrow.plasma.PlasmaClient method)
list_() (in module pyarrow)
ListArray (class in pyarrow)
ListType (class in pyarrow)
ListValue (class in pyarrow)
LocalFileSystem (class in pyarrow)
log_memory_allocations() (in module pyarrow)
ls() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
M
max_memory() (pyarrow.MemoryPool method)
memory_map() (in module pyarrow)
MemoryMappedFile (class in pyarrow)
MemoryPool (class in pyarrow)
Message (class in pyarrow)
MessageReader (class in pyarrow)
metadata (pyarrow.Field attribute)
(pyarrow.Message attribute)
(pyarrow.Schema attribute)
(pyarrow.parquet.ParquetFile attribute)
mkdir() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
mode (pyarrow.BufferOutputStream attribute)
(pyarrow.BufferReader attribute)
(pyarrow.CompressedInputStream attribute)
(pyarrow.CompressedOutputStream attribute)
(pyarrow.FixedSizeBufferWriter attribute)
(pyarrow.HdfsFile attribute)
(pyarrow.MemoryMappedFile attribute)
(pyarrow.NativeFile attribute)
(pyarrow.OSFile attribute)
(pyarrow.PythonFile attribute)
(pyarrow.UnionType attribute)
(pyarrow.cuda.BufferReader attribute)
(pyarrow.cuda.BufferWriter attribute)
mv() (pyarrow.LocalFileSystem method)
N
NA (in module pyarrow)
name (pyarrow.Column attribute)
(pyarrow.Field attribute)
names (pyarrow.Schema attribute)
NativeFile (class in pyarrow)
ndim (pyarrow.Tensor attribute)
new_buffer() (pyarrow.cuda.Context method)
new_host_buffer() (in module pyarrow.cuda)
newlines_in_values (pyarrow.csv.ParseOptions attribute)
null() (in module pyarrow)
null_count (pyarrow.Array attribute)
(pyarrow.BinaryArray attribute)
(pyarrow.BooleanArray attribute)
(pyarrow.ChunkedArray attribute)
(pyarrow.Column attribute)
(pyarrow.Date32Array attribute)
(pyarrow.Date64Array attribute)
(pyarrow.Decimal128Array attribute)
(pyarrow.DictionaryArray attribute)
(pyarrow.FixedSizeBinaryArray attribute)
(pyarrow.FloatingPointArray attribute)
(pyarrow.Int16Array attribute)
(pyarrow.Int32Array attribute)
(pyarrow.Int64Array attribute)
(pyarrow.Int8Array attribute)
(pyarrow.IntegerArray 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)
num_bytes_buffered (pyarrow.cuda.BufferWriter attribute)
num_children (pyarrow.StructType attribute)
(pyarrow.UnionType attribute)
num_chunks (pyarrow.ChunkedArray attribute)
num_columns (pyarrow.RecordBatch attribute)
(pyarrow.Table attribute)
num_record_batches (pyarrow.RecordBatchFileReader attribute)
num_row_groups (pyarrow.parquet.ParquetFile attribute)
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.FixedSizeBinaryArray attribute)
(pyarrow.FloatingPointArray attribute)
(pyarrow.Int16Array attribute)
(pyarrow.Int32Array attribute)
(pyarrow.Int64Array attribute)
(pyarrow.Int8Array attribute)
(pyarrow.IntegerArray 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)
open() (pyarrow.HadoopFileSystem method)
(pyarrow.LocalFileSystem method)
open_file() (in module pyarrow.ipc)
open_ipc_buffer() (pyarrow.cuda.Context method)
open_stream() (in module pyarrow.ipc)
(pyarrow.MessageReader static method)
ordered (pyarrow.DictionaryType attribute)
OSFile (class in pyarrow)
output_stream() (in module pyarrow)
P
pandas_metadata (pyarrow.Schema attribute)
parent (pyarrow.Buffer attribute)
(pyarrow.HdfsFile attribute)
(pyarrow.ResizableBuffer attribute)
(pyarrow.cuda.CudaBuffer attribute)
(pyarrow.cuda.HostBuffer attribute)
(pyarrow.plasma.PlasmaBuffer attribute)
ParquetDataset (class in pyarrow.parquet)
ParquetFile (class in pyarrow.parquet)
ParquetWriter (class in pyarrow.parquet)
ParseOptions (class in pyarrow.csv)
pathsep (pyarrow.LocalFileSystem attribute)
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_column() (in module pyarrow)
pyarrow_unwrap_data_type() (in module pyarrow)
pyarrow_unwrap_field() (in module pyarrow)
pyarrow_unwrap_schema() (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_column() (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_table() (in module pyarrow)
pyarrow_wrap_tensor() (in module pyarrow)
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.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
(pyarrow.parquet.ParquetDataset method)
(pyarrow.parquet.ParquetFile method)
read1() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
read_all() (pyarrow.RecordBatchFileReader method)
(pyarrow.RecordBatchStreamReader method)
read_buffer() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
read_csv() (in module pyarrow.csv)
read_feather() (in module pyarrow.feather)
read_message() (in module pyarrow)
(in module pyarrow.cuda)
read_metadata() (in module pyarrow.parquet)
read_next_batch() (pyarrow.RecordBatchStreamReader method)
read_next_message() (pyarrow.MessageReader method)
read_pandas() (in module pyarrow.parquet)
(pyarrow.RecordBatchFileReader method)
(pyarrow.RecordBatchStreamReader method)
(pyarrow.parquet.ParquetDataset method)
read_parquet() (pyarrow.LocalFileSystem method)
read_record_batch() (in module pyarrow)
(in module pyarrow.cuda)
read_row_group() (pyarrow.parquet.ParquetFile method)
read_schema() (in module pyarrow.parquet)
read_serialized() (in module pyarrow)
read_table() (in module pyarrow.parquet)
read_tensor() (in module pyarrow)
readable() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
readall() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
readinto() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
readline() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
readlines() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
ReadOptions (class in pyarrow.csv)
RecordBatch (class in pyarrow)
RecordBatchFileReader (class in pyarrow)
RecordBatchFileWriter (class in pyarrow)
RecordBatchStreamReader (class in pyarrow)
RecordBatchStreamWriter (class in 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)
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)
S
Scalar (class in pyarrow)
scale (pyarrow.Decimal128Type attribute)
scan_contents() (pyarrow.parquet.ParquetFile method)
Schema (class in pyarrow)
schema (pyarrow.parquet.ParquetFile attribute)
(pyarrow.RecordBatch attribute)
(pyarrow.RecordBatchFileReader attribute)
(pyarrow.RecordBatchStreamReader attribute)
(pyarrow.Table attribute)
schema() (in module pyarrow)
seal() (pyarrow.plasma.PlasmaClient method)
seek() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
seekable() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
SerializationContext (class in pyarrow)
serialize() (in module pyarrow)
(pyarrow.Message method)
(pyarrow.RecordBatch method)
(pyarrow.Schema method)
(pyarrow.SerializationContext method)
(pyarrow.cuda.IpcMemHandle method)
serialize_record_batch() (in module pyarrow.cuda)
serialize_to() (in module pyarrow)
(pyarrow.SerializationContext method)
SerializedPyObject (class in pyarrow)
set() (pyarrow.Schema 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.Column attribute)
(pyarrow.Table attribute)
(pyarrow.Tensor attribute)
size (pyarrow.Buffer attribute)
(pyarrow.ResizableBuffer attribute)
(pyarrow.Tensor attribute)
(pyarrow.cuda.CudaBuffer attribute)
(pyarrow.cuda.HostBuffer attribute)
(pyarrow.plasma.PlasmaBuffer attribute)
size() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
slice() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Buffer method)
(pyarrow.ChunkedArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray method)
(pyarrow.ListArray method)
(pyarrow.NullArray method)
(pyarrow.NumericArray method)
(pyarrow.RecordBatch method)
(pyarrow.ResizableBuffer 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)
(pyarrow.cuda.CudaBuffer method)
(pyarrow.cuda.HostBuffer method)
(pyarrow.plasma.PlasmaBuffer method)
stat() (pyarrow.LocalFileSystem method)
store_capacity() (pyarrow.plasma.PlasmaClient method)
store_socket_name (pyarrow.plasma.PlasmaClient attribute)
strides (pyarrow.Tensor attribute)
string() (in module pyarrow)
StringArray (class in pyarrow)
StringValue (class in pyarrow)
struct() (in module pyarrow)
StructArray (class in pyarrow)
StructType (class in pyarrow)
StructValue (class in pyarrow)
subscribe() (pyarrow.plasma.PlasmaClient method)
synchronize() (pyarrow.cuda.Context method)
T
Table (class in pyarrow)
tell() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
Tensor (class in pyarrow)
time32() (in module pyarrow)
Time32Array (class in pyarrow)
Time32Type (class in pyarrow)
Time32Value (class in pyarrow)
time64() (in module pyarrow)
Time64Array (class in pyarrow)
Time64Type (class in pyarrow)
Time64Value (class in pyarrow)
timestamp() (in module pyarrow)
TimestampArray (class in pyarrow)
TimestampType (class in pyarrow)
TimestampValue (class in pyarrow)
to_batches() (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.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray 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.Column method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray 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.FixedSizeBinaryType method)
(pyarrow.ListType method)
(pyarrow.StructType method)
(pyarrow.Time32Type method)
(pyarrow.Time64Type method)
(pyarrow.TimestampType method)
(pyarrow.UnionType method)
to_pybytes() (pyarrow.Buffer method)
(pyarrow.ResizableBuffer method)
(pyarrow.cuda.CudaBuffer method)
(pyarrow.cuda.HostBuffer method)
(pyarrow.plasma.PlasmaBuffer method)
to_pydict() (pyarrow.RecordBatch method)
(pyarrow.Table method)
to_pylist() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Column method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray 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)
truncate() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
type (pyarrow.Array attribute)
(pyarrow.ArrayValue attribute)
(pyarrow.BinaryArray attribute)
(pyarrow.BinaryValue attribute)
(pyarrow.BooleanArray attribute)
(pyarrow.BooleanValue attribute)
(pyarrow.ChunkedArray attribute)
(pyarrow.Column attribute)
(pyarrow.Date32Array attribute)
(pyarrow.Date32Value attribute)
(pyarrow.Date64Array attribute)
(pyarrow.Date64Value attribute)
(pyarrow.Decimal128Array attribute)
(pyarrow.DecimalValue attribute)
(pyarrow.DictionaryArray attribute)
(pyarrow.DictionaryValue attribute)
(pyarrow.DoubleValue attribute)
(pyarrow.Field attribute)
(pyarrow.FixedSizeBinaryArray attribute)
(pyarrow.FixedSizeBinaryValue attribute)
(pyarrow.FloatValue attribute)
(pyarrow.FloatingPointArray attribute)
(pyarrow.Int16Array attribute)
(pyarrow.Int16Value attribute)
(pyarrow.Int32Array attribute)
(pyarrow.Int32Value attribute)
(pyarrow.Int64Array attribute)
(pyarrow.Int64Value attribute)
(pyarrow.Int8Array attribute)
(pyarrow.Int8Value attribute)
(pyarrow.IntegerArray attribute)
(pyarrow.ListArray attribute)
(pyarrow.ListValue attribute)
(pyarrow.Message attribute)
(pyarrow.NullArray attribute)
(pyarrow.NumericArray attribute)
(pyarrow.Scalar attribute)
(pyarrow.StringArray attribute)
(pyarrow.StringValue attribute)
(pyarrow.StructArray attribute)
(pyarrow.StructValue attribute)
(pyarrow.Tensor attribute)
(pyarrow.Time32Array attribute)
(pyarrow.Time32Value attribute)
(pyarrow.Time64Array attribute)
(pyarrow.Time64Value attribute)
(pyarrow.TimestampArray attribute)
(pyarrow.TimestampValue attribute)
(pyarrow.UInt16Array attribute)
(pyarrow.UInt16Value attribute)
(pyarrow.UInt32Array attribute)
(pyarrow.UInt32Value attribute)
(pyarrow.UInt64Array attribute)
(pyarrow.UInt64Value attribute)
(pyarrow.UInt8Array attribute)
(pyarrow.UInt8Value attribute)
(pyarrow.UnionArray attribute)
(pyarrow.UnionValue attribute)
type_codes (pyarrow.UnionType attribute)
types (pyarrow.Schema attribute)
tz (pyarrow.TimestampType attribute)
U
uint16() (in module pyarrow)
UInt16Array (class in pyarrow)
UInt16Value (class in pyarrow)
uint32() (in module pyarrow)
UInt32Array (class in pyarrow)
UInt32Value (class in pyarrow)
uint64() (in module pyarrow)
UInt64Array (class in pyarrow)
UInt64Value (class in pyarrow)
uint8() (in module pyarrow)
UInt8Array (class in pyarrow)
UInt8Value (class in pyarrow)
UnionArray (class in pyarrow)
UnionType (class in pyarrow)
UnionValue (class in pyarrow)
unique() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.ChunkedArray method)
(pyarrow.Column method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray 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)
unwrap_array (C++ function)
unwrap_buffer (C++ function)
unwrap_column (C++ function)
unwrap_data_type (C++ function)
unwrap_field (C++ function)
unwrap_record_batch (C++ function)
unwrap_schema (C++ function)
unwrap_table (C++ function)
unwrap_tensor (C++ function)
upload() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HadoopFileSystem method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
use_threads (pyarrow.csv.ReadOptions attribute)
utf8() (in module pyarrow)
V
validate() (pyarrow.Array method)
(pyarrow.BinaryArray method)
(pyarrow.BooleanArray method)
(pyarrow.Date32Array method)
(pyarrow.Date64Array method)
(pyarrow.Decimal128Array method)
(pyarrow.DictionaryArray method)
(pyarrow.FixedSizeBinaryArray method)
(pyarrow.FloatingPointArray method)
(pyarrow.Int16Array method)
(pyarrow.Int32Array method)
(pyarrow.Int64Array method)
(pyarrow.Int8Array method)
(pyarrow.IntegerArray 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)
validate_schemas() (pyarrow.parquet.ParquetDataset method)
value (pyarrow.TimestampValue attribute)
value_type (pyarrow.ListType attribute)
(pyarrow.ListValue attribute)
W
walk() (pyarrow.LocalFileSystem method)
wrap_array (C++ function)
wrap_buffer (C++ function)
wrap_column (C++ function)
wrap_data_type (C++ function)
wrap_field (C++ function)
wrap_record_batch (C++ function)
wrap_schema (C++ function)
wrap_table (C++ function)
wrap_tensor (C++ function)
writable() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
write() (pyarrow.BufferOutputStream method)
(pyarrow.BufferReader method)
(pyarrow.CompressedInputStream method)
(pyarrow.CompressedOutputStream method)
(pyarrow.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.RecordBatchFileWriter method)
(pyarrow.RecordBatchStreamWriter method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)
write_batch() (pyarrow.RecordBatchFileWriter method)
(pyarrow.RecordBatchStreamWriter method)
write_feather() (in module pyarrow.feather)
write_metadata() (in module pyarrow.parquet)
write_table() (in module pyarrow.parquet)
(pyarrow.RecordBatchFileWriter method)
(pyarrow.RecordBatchStreamWriter method)
(pyarrow.parquet.ParquetWriter method)
write_tensor() (in module pyarrow)
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.FixedSizeBufferWriter method)
(pyarrow.HdfsFile method)
(pyarrow.MemoryMappedFile method)
(pyarrow.NativeFile method)
(pyarrow.OSFile method)
(pyarrow.PythonFile method)
(pyarrow.cuda.BufferReader method)
(pyarrow.cuda.BufferWriter method)