| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow_flight | |
| org.bytedeco.arrow.global | |
| org.bytedeco.gandiva | |
| org.bytedeco.parquet | |
| org.bytedeco.plasma |
| Modifier and Type | Method and Description |
|---|---|
Status |
CompressedOutputStream.Abort() |
Status |
BufferedOutputStream.Abort() |
Status |
BufferReaderRandomAccessFileConcurrencyWrapper.Abort() |
Status |
BufferedInputStreamConcurrencyWrapper.Abort() |
Status |
ReadableFileRandomAccessFileConcurrencyWrapper.Abort() |
Status |
CompressedInputStreamConcurrencyWrapper.Abort() |
Status |
FileInterface.Abort()
\brief Close the stream abruptly
This method does not guarantee that any pending data is flushed.
|
Status |
SlowInputStream.Abort() |
Status |
SlowRandomAccessFile.Abort() |
Status |
Array.Accept(ArrayVisitor visitor) |
Status |
DataType.Accept(TypeVisitor visitor) |
Status |
FunctionRegistry.AddAlias(BytePointer target_name,
BytePointer source_name) |
Status |
FunctionRegistry.AddAlias(String target_name,
String source_name)
\brief Add aliases for the given function name.
|
Status |
DictionaryMemo.AddDictionary(long id,
ArrayData dictionary)
\brief Add a dictionary to the memo with a particular id.
|
Status |
DictionaryMemo.AddDictionaryDelta(long id,
ArrayData dictionary)
\brief Append a dictionary delta to the memo with a particular id.
|
Status |
DictionaryMemo.AddDictionaryType(long id,
DataType type)
\brief Add a dictionary value type to the memo with a particular id.
|
Status |
SchemaBuilder.AddField(Field field)
\brief Add a field to the constructed schema.
|
Status |
DictionaryFieldMapper.AddField(long id,
int[] field_path) |
Status |
DictionaryFieldMapper.AddField(long id,
IntBuffer field_path) |
Status |
DictionaryFieldMapper.AddField(long id,
IntPointer field_path) |
Status |
SchemaBuilder.AddFields(FieldVector fields)
\brief Add multiple fields to the constructed schema.
|
Status |
FunctionRegistry.AddFunction(Function function) |
Status |
FunctionRegistry.AddFunction(Function function,
boolean allow_overwrite)
\brief Add a new function to the registry.
|
Status |
HashAggregateFunction.AddKernel(HashAggregateKernel kernel)
\brief Add a kernel (function implementation).
|
Status |
VectorFunction.AddKernel(InputType in_types,
OutputType out_type,
Pointer exec) |
Status |
ScalarFunction.AddKernel(InputType in_types,
OutputType out_type,
Pointer exec) |
Status |
VectorFunction.AddKernel(InputType in_types,
OutputType out_type,
Pointer exec,
Pointer init)
\brief Add a simple kernel with given input/output types, no required
state initialization, no data preallocation, and no preallocation of the
validity bitmap.
|
Status |
ScalarFunction.AddKernel(InputType in_types,
OutputType out_type,
Pointer exec,
Pointer init)
\brief Add a kernel with given input/output types, no required state
initialization, preallocation for fixed-width types, and default null
handling (intersect validity bitmaps of inputs).
|
Status |
ScalarAggregateFunction.AddKernel(ScalarAggregateKernel kernel)
\brief Add a kernel (function implementation).
|
Status |
ScalarFunction.AddKernel(ScalarKernel kernel)
\brief Add a kernel (function implementation).
|
Status |
VectorFunction.AddKernel(VectorKernel kernel)
\brief Add a kernel (function implementation).
|
Status |
SchemaBuilder.AddMetadata(KeyValueMetadata metadata) |
Status |
SchemaBuilder.AddSchema(Schema schema)
\brief Add fields of a Schema to the constructed Schema.
|
Status |
DictionaryFieldMapper.AddSchemaFields(Schema schema) |
Status |
SchemaBuilder.AddSchemas(SchemaVector schemas)
\brief Add fields of multiple Schemas to the constructed Schema.
|
Status |
BufferBuilder.Advance(long length) |
Status |
ArrayBuilder.Advance(long elements)
For cases where raw data was memcpy'd into the internal buffers, allows us
to advance the length of the builder.
|
Status |
InputStream.Advance(long nbytes)
\brief Advance or skip stream indicated number of bytes
|
Status |
TypedBufferBuilder.Advance(long length) |
Status |
MemoryPool.Allocate(long size,
byte[] out) |
Status |
LoggingMemoryPool.Allocate(long size,
byte[] out) |
Status |
ProxyMemoryPool.Allocate(long size,
byte[] out) |
Status |
MemoryPool.Allocate(long size,
ByteBuffer out) |
Status |
LoggingMemoryPool.Allocate(long size,
ByteBuffer out) |
Status |
ProxyMemoryPool.Allocate(long size,
ByteBuffer out) |
Status |
MemoryPool.Allocate(long size,
BytePointer out) |
Status |
LoggingMemoryPool.Allocate(long size,
BytePointer out) |
Status |
ProxyMemoryPool.Allocate(long size,
BytePointer out) |
Status |
MemoryPool.Allocate(long size,
PointerPointer out)
Allocate a new memory region of at least size bytes.
|
Status |
LoggingMemoryPool.Allocate(long size,
PointerPointer out) |
Status |
ProxyMemoryPool.Allocate(long size,
PointerPointer out) |
Status |
Status.and(Status s) |
Status |
Status.andPut(Status s) |
Status |
StructBuilder.Append() |
Status |
BaseLargeListBuilder.Append() |
Status |
MapBuilder.Append()
\brief Start a new variable-length map slot
This function should be called before beginning to append elements to the
key and item builders
|
Status |
FixedSizeListBuilder.Append()
\brief Append a valid fixed length list.
|
Status |
BaseListBuilder.Append() |
Status |
StructBuilder.Append(boolean is_valid)
Append an element to the Struct.
|
Status |
BooleanBuilder.Append(boolean val)
Scalar append
|
Status |
BaseLargeListBuilder.Append(boolean is_valid)
\brief Start a new variable-length list slot
This function should be called before beginning to append elements to the
value builder
|
Status |
TypedBufferBuilder.Append(boolean value) |
Status |
BaseListBuilder.Append(boolean is_valid)
\brief Start a new variable-length list slot
This function should be called before beginning to append elements to the
value builder
|
Status |
DenseUnionBuilder.Append(byte next_type)
\brief Append an element to the UnionArray.
|
Status |
SparseUnionBuilder.Append(byte next_type)
\brief Append an element to the UnionArray.
|
Status |
UInt8Builder.Append(byte val)
Append a single scalar and increase the size if necessary.
|
Status |
BooleanBuilder.Append(byte val) |
Status |
Int8Builder.Append(byte val)
Append a single scalar and increase the size if necessary.
|
Status |
FixedSizeBinaryBuilder.Append(byte[] value) |
Status |
BaseBinaryBuilder.Append(byte[] value,
int length) |
Status |
ChunkedBinaryBuilder.Append(byte[] value,
int length) |
Status |
BaseLargeBinaryBuilder.Append(byte[] value,
long length) |
Status |
TypedBufferBuilder.Append(byte[] valid_bytes,
long num_elements) |
Status |
FixedSizeBinaryBuilder.Append(ByteBuffer value) |
Status |
BaseBinaryBuilder.Append(ByteBuffer value,
int length) |
Status |
ChunkedBinaryBuilder.Append(ByteBuffer value,
int length) |
Status |
BaseLargeBinaryBuilder.Append(ByteBuffer value,
long length) |
Status |
TypedBufferBuilder.Append(ByteBuffer valid_bytes,
long num_elements) |
Status |
FixedSizeBinaryBuilder.Append(BytePointer value) |
Status |
BaseBinaryBuilder.Append(BytePointer value,
int length) |
Status |
ChunkedBinaryBuilder.Append(BytePointer value,
int length) |
Status |
BaseLargeBinaryBuilder.Append(BytePointer value,
long length) |
Status |
TypedBufferBuilder.Append(BytePointer valid_bytes,
long num_elements) |
Status |
DayTimeIntervalBuilder.Append(DayTimeIntervalType.DayMilliseconds val)
Append a single scalar and increase the size if necessary.
|
Status |
Decimal128Builder.Append(Decimal128 val) |
Status |
Decimal256Builder.Append(Decimal256 val) |
Status |
DoubleBuilder.Append(double val)
Append a single scalar and increase the size if necessary.
|
Status |
FloatBuilder.Append(float val)
Append a single scalar and increase the size if necessary.
|
Status |
Int32Builder.Append(int val)
Append a single scalar and increase the size if necessary.
|
Status |
UInt32Builder.Append(int val)
Append a single scalar and increase the size if necessary.
|
Status |
Int64Builder.Append(long val)
Append a single scalar and increase the size if necessary.
|
Status |
UInt64Builder.Append(long val)
Append a single scalar and increase the size if necessary.
|
Status |
TypedBufferBuilder.Append(long num_copies,
boolean value) |
Status |
BufferBuilder.Append(long num_copies,
byte value)
\brief Append copies of a value to the buffer
The buffer is automatically expanded if necessary.
|
Status |
BufferBuilder.Append(Pointer data,
long length)
\brief Append the given data to the buffer
The buffer is automatically expanded if necessary.
|
Status |
HalfFloatBuilder.Append(short val)
Append a single scalar and increase the size if necessary.
|
Status |
Int16Builder.Append(short val)
Append a single scalar and increase the size if necessary.
|
Status |
UInt16Builder.Append(short val)
Append a single scalar and increase the size if necessary.
|
Status |
FixedSizeBinaryBuilder.Append(String value) |
Status |
BaseBinaryBuilder.Append(String value,
int length) |
Status |
BaseLargeBinaryBuilder.Append(String value,
long length) |
Status |
Int64Builder.AppendEmptyValue()
\brief Append a empty element
|
Status |
DayTimeIntervalBuilder.AppendEmptyValue()
\brief Append a empty element
|
Status |
Int32Builder.AppendEmptyValue()
\brief Append a empty element
|
Status |
DenseUnionBuilder.AppendEmptyValue() |
Status |
BaseBinaryBuilder.AppendEmptyValue() |
Status |
FloatBuilder.AppendEmptyValue()
\brief Append a empty element
|
Status |
StructBuilder.AppendEmptyValue() |
Status |
DoubleBuilder.AppendEmptyValue()
\brief Append a empty element
|
Status |
UInt64Builder.AppendEmptyValue()
\brief Append a empty element
|
Status |
HalfFloatBuilder.AppendEmptyValue()
\brief Append a empty element
|
Status |
SparseUnionBuilder.AppendEmptyValue() |
Status |
UInt8Builder.AppendEmptyValue()
\brief Append a empty element
|
Status |
BooleanBuilder.AppendEmptyValue() |
Status |
BaseLargeListBuilder.AppendEmptyValue() |
Status |
MapBuilder.AppendEmptyValue() |
Status |
BaseLargeBinaryBuilder.AppendEmptyValue() |
Status |
FixedSizeBinaryBuilder.AppendEmptyValue() |
Status |
FixedSizeListBuilder.AppendEmptyValue() |
Status |
Int16Builder.AppendEmptyValue()
\brief Append a empty element
|
Status |
ArrayBuilder.AppendEmptyValue()
\brief Append a non-null value to builder
The appended value is an implementation detail, but the corresponding
memory slot is guaranteed to be initialized.
|
Status |
NullBuilder.AppendEmptyValue() |
Status |
BaseListBuilder.AppendEmptyValue() |
Status |
UInt32Builder.AppendEmptyValue()
\brief Append a empty element
|
Status |
Int8Builder.AppendEmptyValue()
\brief Append a empty element
|
Status |
UInt16Builder.AppendEmptyValue()
\brief Append a empty element
|
Status |
Int64Builder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
DayTimeIntervalBuilder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
Int32Builder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
DenseUnionBuilder.AppendEmptyValues(long length) |
Status |
BaseBinaryBuilder.AppendEmptyValues(long length) |
Status |
FloatBuilder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
StructBuilder.AppendEmptyValues(long length) |
Status |
DoubleBuilder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
UInt64Builder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
HalfFloatBuilder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
SparseUnionBuilder.AppendEmptyValues(long length) |
Status |
UInt8Builder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
BooleanBuilder.AppendEmptyValues(long length) |
Status |
BaseLargeListBuilder.AppendEmptyValues(long length) |
Status |
MapBuilder.AppendEmptyValues(long length) |
Status |
BaseLargeBinaryBuilder.AppendEmptyValues(long length) |
Status |
FixedSizeBinaryBuilder.AppendEmptyValues(long length) |
Status |
FixedSizeListBuilder.AppendEmptyValues(long length) |
Status |
Int16Builder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
ArrayBuilder.AppendEmptyValues(long length)
\brief Append a number of non-null values to builder
The appended values are an implementation detail, but the corresponding
memory slot is guaranteed to be initialized.
|
Status |
NullBuilder.AppendEmptyValues(long length) |
Status |
BaseListBuilder.AppendEmptyValues(long length) |
Status |
UInt32Builder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
Int8Builder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
UInt16Builder.AppendEmptyValues(long length)
\brief Append several empty elements
|
Status |
Int64Builder.AppendNull()
\brief Append a single null element
|
Status |
DayTimeIntervalBuilder.AppendNull()
\brief Append a single null element
|
Status |
Int32Builder.AppendNull()
\brief Append a single null element
|
Status |
DenseUnionBuilder.AppendNull() |
Status |
BaseBinaryBuilder.AppendNull() |
Status |
ChunkedBinaryBuilder.AppendNull() |
Status |
FloatBuilder.AppendNull()
\brief Append a single null element
|
Status |
StructBuilder.AppendNull()
\brief Append a null value.
|
Status |
DoubleBuilder.AppendNull()
\brief Append a single null element
|
Status |
UInt64Builder.AppendNull()
\brief Append a single null element
|
Status |
HalfFloatBuilder.AppendNull()
\brief Append a single null element
|
Status |
SparseUnionBuilder.AppendNull()
\brief Append a null value.
|
Status |
UInt8Builder.AppendNull()
\brief Append a single null element
|
Status |
BooleanBuilder.AppendNull() |
Status |
BaseLargeListBuilder.AppendNull() |
Status |
MapBuilder.AppendNull() |
Status |
BaseLargeBinaryBuilder.AppendNull() |
Status |
FixedSizeBinaryBuilder.AppendNull() |
Status |
FixedSizeListBuilder.AppendNull()
\brief Append a null fixed length list.
|
Status |
Int16Builder.AppendNull()
\brief Append a single null element
|
Status |
ArrayBuilder.AppendNull()
\brief Append a null value to builder
|
Status |
NullBuilder.AppendNull()
\brief Append a single null element
|
Status |
BaseListBuilder.AppendNull() |
Status |
UInt32Builder.AppendNull()
\brief Append a single null element
|
Status |
Int8Builder.AppendNull()
\brief Append a single null element
|
Status |
UInt16Builder.AppendNull()
\brief Append a single null element
|
Status |
Int64Builder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
DayTimeIntervalBuilder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
Int32Builder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
DenseUnionBuilder.AppendNulls(long length) |
Status |
BaseBinaryBuilder.AppendNulls(long length) |
Status |
FloatBuilder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
StructBuilder.AppendNulls(long length)
\brief Append multiple null values.
|
Status |
DoubleBuilder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
UInt64Builder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
HalfFloatBuilder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
SparseUnionBuilder.AppendNulls(long length)
\brief Append multiple null values.
|
Status |
UInt8Builder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
BooleanBuilder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
|
Status |
BaseLargeListBuilder.AppendNulls(long length) |
Status |
MapBuilder.AppendNulls(long length) |
Status |
BaseLargeBinaryBuilder.AppendNulls(long length) |
Status |
FixedSizeBinaryBuilder.AppendNulls(long length) |
Status |
FixedSizeListBuilder.AppendNulls(long length)
\brief Append length null fixed length lists.
|
Status |
Int16Builder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
ArrayBuilder.AppendNulls(long length)
\brief Append a number of null values to builder
|
Status |
NullBuilder.AppendNulls(long length)
\brief Append the specified number of null elements
|
Status |
BaseListBuilder.AppendNulls(long length) |
Status |
UInt32Builder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
Int8Builder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
UInt16Builder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
The memory at the corresponding data slot is set to 0 to prevent
uninitialized memory access
|
Status |
BooleanBuilder.AppendValues(BoolVector values)
\brief Append a sequence of elements in one shot
|
Status |
BooleanBuilder.AppendValues(BoolVector values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
UInt8Builder.AppendValues(byte[] values) |
Status |
BooleanBuilder.AppendValues(byte[] values) |
Status |
Int8Builder.AppendValues(byte[] values) |
Status |
UInt8Builder.AppendValues(byte[] values,
BoolVector is_valid) |
Status |
BooleanBuilder.AppendValues(byte[] values,
BoolVector is_valid) |
Status |
Int8Builder.AppendValues(byte[] values,
BoolVector is_valid) |
Status |
BaseBinaryBuilder.AppendValues(byte[] values,
long length) |
Status |
UInt8Builder.AppendValues(byte[] values,
long length) |
Status |
BooleanBuilder.AppendValues(byte[] values,
long length) |
Status |
BaseLargeBinaryBuilder.AppendValues(byte[] values,
long length) |
Status |
FixedSizeBinaryBuilder.AppendValues(byte[] data,
long length) |
Status |
Int8Builder.AppendValues(byte[] values,
long length) |
Status |
UInt8Builder.AppendValues(byte[] values,
long length,
BoolVector is_valid) |
Status |
BooleanBuilder.AppendValues(byte[] values,
long length,
BoolVector is_valid) |
Status |
Int8Builder.AppendValues(byte[] values,
long length,
BoolVector is_valid) |
Status |
BaseBinaryBuilder.AppendValues(byte[] values,
long length,
byte[] valid_bytes) |
Status |
UInt8Builder.AppendValues(byte[] values,
long length,
byte[] valid_bytes) |
Status |
BooleanBuilder.AppendValues(byte[] values,
long length,
byte[] valid_bytes) |
Status |
BaseLargeBinaryBuilder.AppendValues(byte[] values,
long length,
byte[] valid_bytes) |
Status |
FixedSizeBinaryBuilder.AppendValues(byte[] data,
long length,
byte[] valid_bytes) |
Status |
Int8Builder.AppendValues(byte[] values,
long length,
byte[] valid_bytes) |
Status |
UInt8Builder.AppendValues(ByteBuffer values) |
Status |
BooleanBuilder.AppendValues(ByteBuffer values) |
Status |
Int8Builder.AppendValues(ByteBuffer values) |
Status |
UInt8Builder.AppendValues(ByteBuffer values,
BoolVector is_valid) |
Status |
BooleanBuilder.AppendValues(ByteBuffer values,
BoolVector is_valid) |
Status |
Int8Builder.AppendValues(ByteBuffer values,
BoolVector is_valid) |
Status |
BaseBinaryBuilder.AppendValues(ByteBuffer values,
long length) |
Status |
UInt8Builder.AppendValues(ByteBuffer values,
long length) |
Status |
BooleanBuilder.AppendValues(ByteBuffer values,
long length) |
Status |
BaseLargeBinaryBuilder.AppendValues(ByteBuffer values,
long length) |
Status |
FixedSizeBinaryBuilder.AppendValues(ByteBuffer data,
long length) |
Status |
Int8Builder.AppendValues(ByteBuffer values,
long length) |
Status |
UInt8Builder.AppendValues(ByteBuffer values,
long length,
BoolVector is_valid) |
Status |
BooleanBuilder.AppendValues(ByteBuffer values,
long length,
BoolVector is_valid) |
Status |
Int8Builder.AppendValues(ByteBuffer values,
long length,
BoolVector is_valid) |
Status |
BaseBinaryBuilder.AppendValues(ByteBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
UInt8Builder.AppendValues(ByteBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
BooleanBuilder.AppendValues(ByteBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
BaseLargeBinaryBuilder.AppendValues(ByteBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
FixedSizeBinaryBuilder.AppendValues(ByteBuffer data,
long length,
ByteBuffer valid_bytes) |
Status |
Int8Builder.AppendValues(ByteBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
UInt8Builder.AppendValues(BytePointer values)
\brief Append a sequence of elements in one shot
|
Status |
BooleanBuilder.AppendValues(BytePointer values)
\brief Append a sequence of elements in one shot
|
Status |
Int8Builder.AppendValues(BytePointer values)
\brief Append a sequence of elements in one shot
|
Status |
UInt8Builder.AppendValues(BytePointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
BooleanBuilder.AppendValues(BytePointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
Int8Builder.AppendValues(BytePointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
BaseBinaryBuilder.AppendValues(BytePointer values,
long length) |
Status |
UInt8Builder.AppendValues(BytePointer values,
long length) |
Status |
BooleanBuilder.AppendValues(BytePointer values,
long length) |
Status |
BaseLargeBinaryBuilder.AppendValues(BytePointer values,
long length) |
Status |
FixedSizeBinaryBuilder.AppendValues(BytePointer data,
long length) |
Status |
Int8Builder.AppendValues(BytePointer values,
long length) |
Status |
UInt8Builder.AppendValues(BytePointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
BooleanBuilder.AppendValues(BytePointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
Int8Builder.AppendValues(BytePointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
BaseBinaryBuilder.AppendValues(BytePointer values,
long length,
BytePointer valid_bytes) |
Status |
UInt8Builder.AppendValues(BytePointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
BooleanBuilder.AppendValues(BytePointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
BaseLargeBinaryBuilder.AppendValues(BytePointer values,
long length,
BytePointer valid_bytes) |
Status |
FixedSizeBinaryBuilder.AppendValues(BytePointer data,
long length,
BytePointer valid_bytes) |
Status |
Int8Builder.AppendValues(BytePointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
byte[] valid_bytes) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
ByteBuffer valid_bytes) |
Status |
DayTimeIntervalBuilder.AppendValues(DayTimeIntervalType.DayMilliseconds values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
DoubleBuilder.AppendValues(double[] values) |
Status |
DoubleBuilder.AppendValues(double[] values,
BoolVector is_valid) |
Status |
DoubleBuilder.AppendValues(double[] values,
long length) |
Status |
DoubleBuilder.AppendValues(double[] values,
long length,
BoolVector is_valid) |
Status |
DoubleBuilder.AppendValues(double[] values,
long length,
byte[] valid_bytes) |
Status |
DoubleBuilder.AppendValues(DoubleBuffer values) |
Status |
DoubleBuilder.AppendValues(DoubleBuffer values,
BoolVector is_valid) |
Status |
DoubleBuilder.AppendValues(DoubleBuffer values,
long length) |
Status |
DoubleBuilder.AppendValues(DoubleBuffer values,
long length,
BoolVector is_valid) |
Status |
DoubleBuilder.AppendValues(DoubleBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
DoubleBuilder.AppendValues(DoublePointer values)
\brief Append a sequence of elements in one shot
|
Status |
DoubleBuilder.AppendValues(DoublePointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
DoubleBuilder.AppendValues(DoublePointer values,
long length) |
Status |
DoubleBuilder.AppendValues(DoublePointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
DoubleBuilder.AppendValues(DoublePointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
FloatBuilder.AppendValues(float[] values) |
Status |
FloatBuilder.AppendValues(float[] values,
BoolVector is_valid) |
Status |
FloatBuilder.AppendValues(float[] values,
long length) |
Status |
FloatBuilder.AppendValues(float[] values,
long length,
BoolVector is_valid) |
Status |
FloatBuilder.AppendValues(float[] values,
long length,
byte[] valid_bytes) |
Status |
FloatBuilder.AppendValues(FloatBuffer values) |
Status |
FloatBuilder.AppendValues(FloatBuffer values,
BoolVector is_valid) |
Status |
FloatBuilder.AppendValues(FloatBuffer values,
long length) |
Status |
FloatBuilder.AppendValues(FloatBuffer values,
long length,
BoolVector is_valid) |
Status |
FloatBuilder.AppendValues(FloatBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
FloatBuilder.AppendValues(FloatPointer values)
\brief Append a sequence of elements in one shot
|
Status |
FloatBuilder.AppendValues(FloatPointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
FloatBuilder.AppendValues(FloatPointer values,
long length) |
Status |
FloatBuilder.AppendValues(FloatPointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
FloatBuilder.AppendValues(FloatPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
Int32Builder.AppendValues(int[] values) |
Status |
UInt32Builder.AppendValues(int[] values) |
Status |
Int32Builder.AppendValues(int[] values,
BoolVector is_valid) |
Status |
UInt32Builder.AppendValues(int[] values,
BoolVector is_valid) |
Status |
Int32Builder.AppendValues(int[] values,
long length) |
Status |
MapBuilder.AppendValues(int[] offsets,
long length) |
Status |
BaseListBuilder.AppendValues(int[] offsets,
long length) |
Status |
UInt32Builder.AppendValues(int[] values,
long length) |
Status |
Int32Builder.AppendValues(int[] values,
long length,
BoolVector is_valid) |
Status |
UInt32Builder.AppendValues(int[] values,
long length,
BoolVector is_valid) |
Status |
Int32Builder.AppendValues(int[] values,
long length,
byte[] valid_bytes) |
Status |
MapBuilder.AppendValues(int[] offsets,
long length,
byte[] valid_bytes) |
Status |
BaseListBuilder.AppendValues(int[] offsets,
long length,
byte[] valid_bytes) |
Status |
UInt32Builder.AppendValues(int[] values,
long length,
byte[] valid_bytes) |
Status |
Int32Builder.AppendValues(IntBuffer values) |
Status |
UInt32Builder.AppendValues(IntBuffer values) |
Status |
Int32Builder.AppendValues(IntBuffer values,
BoolVector is_valid) |
Status |
UInt32Builder.AppendValues(IntBuffer values,
BoolVector is_valid) |
Status |
Int32Builder.AppendValues(IntBuffer values,
long length) |
Status |
MapBuilder.AppendValues(IntBuffer offsets,
long length) |
Status |
BaseListBuilder.AppendValues(IntBuffer offsets,
long length) |
Status |
UInt32Builder.AppendValues(IntBuffer values,
long length) |
Status |
Int32Builder.AppendValues(IntBuffer values,
long length,
BoolVector is_valid) |
Status |
UInt32Builder.AppendValues(IntBuffer values,
long length,
BoolVector is_valid) |
Status |
Int32Builder.AppendValues(IntBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
MapBuilder.AppendValues(IntBuffer offsets,
long length,
ByteBuffer valid_bytes) |
Status |
BaseListBuilder.AppendValues(IntBuffer offsets,
long length,
ByteBuffer valid_bytes) |
Status |
UInt32Builder.AppendValues(IntBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
Int32Builder.AppendValues(IntPointer values)
\brief Append a sequence of elements in one shot
|
Status |
UInt32Builder.AppendValues(IntPointer values)
\brief Append a sequence of elements in one shot
|
Status |
Int32Builder.AppendValues(IntPointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
UInt32Builder.AppendValues(IntPointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
Int32Builder.AppendValues(IntPointer values,
long length) |
Status |
MapBuilder.AppendValues(IntPointer offsets,
long length) |
Status |
BaseListBuilder.AppendValues(IntPointer offsets,
long length) |
Status |
UInt32Builder.AppendValues(IntPointer values,
long length) |
Status |
Int32Builder.AppendValues(IntPointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
UInt32Builder.AppendValues(IntPointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
Int32Builder.AppendValues(IntPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
MapBuilder.AppendValues(IntPointer offsets,
long length,
BytePointer valid_bytes)
\brief Vector append
If passed, valid_bytes is of equal length to values, and any zero byte
will be considered as a null for that slot
|
Status |
BaseListBuilder.AppendValues(IntPointer offsets,
long length,
BytePointer valid_bytes)
\brief Vector append
If passed, valid_bytes is of equal length to values, and any zero byte
will be considered as a null for that slot
|
Status |
UInt32Builder.AppendValues(IntPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
FixedSizeListBuilder.AppendValues(long length) |
Status |
Int64Builder.AppendValues(long[] values) |
Status |
UInt64Builder.AppendValues(long[] values) |
Status |
Int64Builder.AppendValues(long[] values,
BoolVector is_valid) |
Status |
UInt64Builder.AppendValues(long[] values,
BoolVector is_valid) |
Status |
Int64Builder.AppendValues(long[] values,
long length) |
Status |
UInt64Builder.AppendValues(long[] values,
long length) |
Status |
BaseLargeListBuilder.AppendValues(long[] offsets,
long length) |
Status |
Int64Builder.AppendValues(long[] values,
long length,
BoolVector is_valid) |
Status |
UInt64Builder.AppendValues(long[] values,
long length,
BoolVector is_valid) |
Status |
Int64Builder.AppendValues(long[] values,
long length,
byte[] valid_bytes) |
Status |
UInt64Builder.AppendValues(long[] values,
long length,
byte[] valid_bytes) |
Status |
BaseLargeListBuilder.AppendValues(long[] offsets,
long length,
byte[] valid_bytes) |
Status |
BooleanBuilder.AppendValues(long length,
boolean value)
\brief Append a sequence of elements in one shot, with a specified nullmap
|
Status |
Int64Builder.AppendValues(LongBuffer values) |
Status |
UInt64Builder.AppendValues(LongBuffer values) |
Status |
Int64Builder.AppendValues(LongBuffer values,
BoolVector is_valid) |
Status |
UInt64Builder.AppendValues(LongBuffer values,
BoolVector is_valid) |
Status |
Int64Builder.AppendValues(LongBuffer values,
long length) |
Status |
UInt64Builder.AppendValues(LongBuffer values,
long length) |
Status |
BaseLargeListBuilder.AppendValues(LongBuffer offsets,
long length) |
Status |
Int64Builder.AppendValues(LongBuffer values,
long length,
BoolVector is_valid) |
Status |
UInt64Builder.AppendValues(LongBuffer values,
long length,
BoolVector is_valid) |
Status |
Int64Builder.AppendValues(LongBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
UInt64Builder.AppendValues(LongBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
BaseLargeListBuilder.AppendValues(LongBuffer offsets,
long length,
ByteBuffer valid_bytes) |
Status |
StructBuilder.AppendValues(long length,
byte[] valid_bytes) |
Status |
FixedSizeListBuilder.AppendValues(long length,
byte[] valid_bytes) |
Status |
StructBuilder.AppendValues(long length,
ByteBuffer valid_bytes) |
Status |
FixedSizeListBuilder.AppendValues(long length,
ByteBuffer valid_bytes) |
Status |
StructBuilder.AppendValues(long length,
BytePointer valid_bytes)
Null bitmap is of equal length to every child field, and any zero byte
will be considered as a null for that field, but users must using app-
end methods or advance methods of the child builders' independently to
insert data.
|
Status |
FixedSizeListBuilder.AppendValues(long length,
BytePointer valid_bytes)
\brief Vector append
If passed, valid_bytes wil be read and any zero byte
will cause the corresponding slot to be null
This function affects only the validity bitmap; the child values must be appended
using the child array builder.
|
Status |
Int64Builder.AppendValues(LongPointer values)
\brief Append a sequence of elements in one shot
|
Status |
UInt64Builder.AppendValues(LongPointer values)
\brief Append a sequence of elements in one shot
|
Status |
Int64Builder.AppendValues(LongPointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
UInt64Builder.AppendValues(LongPointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
Int64Builder.AppendValues(LongPointer values,
long length) |
Status |
UInt64Builder.AppendValues(LongPointer values,
long length) |
Status |
BaseLargeListBuilder.AppendValues(LongPointer offsets,
long length) |
Status |
Int64Builder.AppendValues(LongPointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
UInt64Builder.AppendValues(LongPointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
Int64Builder.AppendValues(LongPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
UInt64Builder.AppendValues(LongPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
BaseLargeListBuilder.AppendValues(LongPointer offsets,
long length,
BytePointer valid_bytes)
\brief Vector append
If passed, valid_bytes is of equal length to values, and any zero byte
will be considered as a null for that slot
|
Status |
BaseBinaryBuilder.AppendValues(PointerPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of nul-terminated strings in one shot.
|
Status |
BaseLargeBinaryBuilder.AppendValues(PointerPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of nul-terminated strings in one shot.
|
Status |
HalfFloatBuilder.AppendValues(short[] values) |
Status |
Int16Builder.AppendValues(short[] values) |
Status |
UInt16Builder.AppendValues(short[] values) |
Status |
HalfFloatBuilder.AppendValues(short[] values,
BoolVector is_valid) |
Status |
Int16Builder.AppendValues(short[] values,
BoolVector is_valid) |
Status |
UInt16Builder.AppendValues(short[] values,
BoolVector is_valid) |
Status |
HalfFloatBuilder.AppendValues(short[] values,
long length) |
Status |
Int16Builder.AppendValues(short[] values,
long length) |
Status |
UInt16Builder.AppendValues(short[] values,
long length) |
Status |
HalfFloatBuilder.AppendValues(short[] values,
long length,
BoolVector is_valid) |
Status |
Int16Builder.AppendValues(short[] values,
long length,
BoolVector is_valid) |
Status |
UInt16Builder.AppendValues(short[] values,
long length,
BoolVector is_valid) |
Status |
HalfFloatBuilder.AppendValues(short[] values,
long length,
byte[] valid_bytes) |
Status |
Int16Builder.AppendValues(short[] values,
long length,
byte[] valid_bytes) |
Status |
UInt16Builder.AppendValues(short[] values,
long length,
byte[] valid_bytes) |
Status |
HalfFloatBuilder.AppendValues(ShortBuffer values) |
Status |
Int16Builder.AppendValues(ShortBuffer values) |
Status |
UInt16Builder.AppendValues(ShortBuffer values) |
Status |
HalfFloatBuilder.AppendValues(ShortBuffer values,
BoolVector is_valid) |
Status |
Int16Builder.AppendValues(ShortBuffer values,
BoolVector is_valid) |
Status |
UInt16Builder.AppendValues(ShortBuffer values,
BoolVector is_valid) |
Status |
HalfFloatBuilder.AppendValues(ShortBuffer values,
long length) |
Status |
Int16Builder.AppendValues(ShortBuffer values,
long length) |
Status |
UInt16Builder.AppendValues(ShortBuffer values,
long length) |
Status |
HalfFloatBuilder.AppendValues(ShortBuffer values,
long length,
BoolVector is_valid) |
Status |
Int16Builder.AppendValues(ShortBuffer values,
long length,
BoolVector is_valid) |
Status |
UInt16Builder.AppendValues(ShortBuffer values,
long length,
BoolVector is_valid) |
Status |
HalfFloatBuilder.AppendValues(ShortBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
Int16Builder.AppendValues(ShortBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
UInt16Builder.AppendValues(ShortBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
HalfFloatBuilder.AppendValues(ShortPointer values)
\brief Append a sequence of elements in one shot
|
Status |
Int16Builder.AppendValues(ShortPointer values)
\brief Append a sequence of elements in one shot
|
Status |
UInt16Builder.AppendValues(ShortPointer values)
\brief Append a sequence of elements in one shot
|
Status |
HalfFloatBuilder.AppendValues(ShortPointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
Int16Builder.AppendValues(ShortPointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
UInt16Builder.AppendValues(ShortPointer values,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
HalfFloatBuilder.AppendValues(ShortPointer values,
long length) |
Status |
Int16Builder.AppendValues(ShortPointer values,
long length) |
Status |
UInt16Builder.AppendValues(ShortPointer values,
long length) |
Status |
HalfFloatBuilder.AppendValues(ShortPointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
Int16Builder.AppendValues(ShortPointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
UInt16Builder.AppendValues(ShortPointer values,
long length,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
HalfFloatBuilder.AppendValues(ShortPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
Int16Builder.AppendValues(ShortPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
UInt16Builder.AppendValues(ShortPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
BaseBinaryBuilder.AppendValues(StringVector values) |
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values) |
Status |
BaseBinaryBuilder.AppendValues(StringVector values,
byte[] valid_bytes) |
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values,
byte[] valid_bytes) |
Status |
BaseBinaryBuilder.AppendValues(StringVector values,
ByteBuffer valid_bytes) |
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values,
ByteBuffer valid_bytes) |
Status |
BaseBinaryBuilder.AppendValues(StringVector values,
BytePointer valid_bytes)
\brief Append a sequence of strings in one shot.
|
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values,
BytePointer valid_bytes)
\brief Append a sequence of strings in one shot.
|
static Status |
SchemaBuilder.AreCompatible(SchemaVector schemas) |
static Status |
SchemaBuilder.AreCompatible(SchemaVector schemas,
int policy) |
static Status |
SchemaBuilder.AreCompatible(SchemaVector schemas,
SchemaBuilder.ConflictPolicy policy)
\brief Indicate if schemas are compatible to merge according to policy.
|
Status |
ReadRangeCache.Cache(ReadRange ranges)
\brief Cache the given ranges in the background.
|
Status |
Schema.CanReferenceFieldsByNames(StringVector names)
Indicate if fields named
names can be found unambiguously in the schema. |
Status |
HadoopFileSystem.Chmod(BytePointer path,
int mode) |
Status |
HadoopFileSystem.Chmod(String path,
int mode)
Change path permissions
|
Status |
HadoopFileSystem.Chown(BytePointer path,
BytePointer owner,
BytePointer group) |
Status |
HadoopFileSystem.Chown(String path,
String owner,
String group)
Change
|
Status |
FixedSizeBufferWriter.Close() |
Status |
BufferOutputStream.Close()
Close the stream, preserving the buffer (retrieve it with Finish()).
|
Status |
MockOutputStream.Close() |
Status |
CompressedOutputStream.Close()
\brief Close the compressed output stream.
|
Status |
BufferedOutputStream.Close()
\brief Close the buffered output stream.
|
Status |
MemoryMappedFile.Close() |
Status |
BufferReaderRandomAccessFileConcurrencyWrapper.Close() |
Status |
FileOutputStream.Close() |
Status |
BufferedInputStreamConcurrencyWrapper.Close() |
Status |
RecordBatchWriter.Close()
\brief Perform any logic necessary to finish the stream
|
Status |
ReadableFileRandomAccessFileConcurrencyWrapper.Close() |
Status |
CompressedInputStreamConcurrencyWrapper.Close() |
Status |
FileInterface.Close()
\brief Close the stream cleanly
For writable streams, this will attempt to flush any pending data
before releasing the underlying resource.
|
Status |
HdfsOutputStream.Close() |
Status |
SlowInputStream.Close() |
Status |
IpcPayloadWriter.Close() |
Status |
HdfsReadableFile.Close() |
Status |
SlowRandomAccessFile.Close() |
static Status |
HadoopFileSystem.Connect(HdfsConnectionConfig config,
HadoopFileSystem fs) |
Status |
MessageDecoder.Consume(ArrowBuffer buffer)
\brief Feed data to the decoder as a Buffer.
|
Status |
StreamDecoder.Consume(ArrowBuffer buffer)
\brief Feed data to the decoder as a Buffer.
|
Status |
MessageDecoder.Consume(byte[] data,
long size) |
Status |
StreamDecoder.Consume(byte[] data,
long size) |
Status |
MessageDecoder.Consume(ByteBuffer data,
long size) |
Status |
StreamDecoder.Consume(ByteBuffer data,
long size) |
Status |
MessageDecoder.Consume(BytePointer data,
long size)
\brief Feed data to the decoder as a raw data.
|
Status |
StreamDecoder.Consume(BytePointer data,
long size)
\brief Feed data to the decoder as a raw data.
|
Status |
LocalFileSystem.CopyFile(BytePointer src,
BytePointer dest) |
Status |
MockFileSystem.CopyFile(BytePointer src,
BytePointer dest) |
Status |
SubTreeFileSystem.CopyFile(BytePointer src,
BytePointer dest) |
Status |
SlowFileSystem.CopyFile(BytePointer src,
BytePointer dest) |
Status |
FileSystem.CopyFile(BytePointer src,
BytePointer dest) |
Status |
LocalFileSystem.CopyFile(String src,
String dest) |
Status |
MockFileSystem.CopyFile(String src,
String dest) |
Status |
SubTreeFileSystem.CopyFile(String src,
String dest) |
Status |
SlowFileSystem.CopyFile(String src,
String dest) |
Status |
FileSystem.CopyFile(String src,
String dest)
Copy a file.
|
Status |
Tensor.CountNonZero(long[] result)
Deprecated.
|
Status |
Tensor.CountNonZero(LongBuffer result)
Deprecated.
|
Status |
Tensor.CountNonZero(LongPointer result)
Deprecated.
|
Status |
LocalFileSystem.CreateDir(BytePointer path) |
Status |
MockFileSystem.CreateDir(BytePointer path) |
Status |
SubTreeFileSystem.CreateDir(BytePointer path) |
Status |
SlowFileSystem.CreateDir(BytePointer path) |
Status |
FileSystem.CreateDir(BytePointer path) |
Status |
LocalFileSystem.CreateDir(BytePointer path,
boolean recursive) |
Status |
MockFileSystem.CreateDir(BytePointer path,
boolean recursive) |
Status |
SubTreeFileSystem.CreateDir(BytePointer path,
boolean recursive) |
Status |
SlowFileSystem.CreateDir(BytePointer path,
boolean recursive) |
Status |
FileSystem.CreateDir(BytePointer path,
boolean recursive) |
Status |
LocalFileSystem.CreateDir(String path) |
Status |
MockFileSystem.CreateDir(String path) |
Status |
SubTreeFileSystem.CreateDir(String path) |
Status |
SlowFileSystem.CreateDir(String path) |
Status |
FileSystem.CreateDir(String path) |
Status |
LocalFileSystem.CreateDir(String path,
boolean recursive) |
Status |
MockFileSystem.CreateDir(String path,
boolean recursive) |
Status |
SubTreeFileSystem.CreateDir(String path,
boolean recursive) |
Status |
SlowFileSystem.CreateDir(String path,
boolean recursive) |
Status |
FileSystem.CreateDir(String path,
boolean recursive)
Create a directory and subdirectories.
|
Status |
TaskGroup.current_status()
The current aggregate error Status.
|
Status |
HadoopFileSystem.Delete(BytePointer path) |
Status |
KeyValueMetadata.Delete(BytePointer key) |
Status |
HadoopFileSystem.Delete(BytePointer path,
boolean recursive) |
Status |
KeyValueMetadata.Delete(long index) |
Status |
HadoopFileSystem.Delete(String path) |
Status |
KeyValueMetadata.Delete(String key) |
Status |
HadoopFileSystem.Delete(String path,
boolean recursive) |
Status |
LocalFileSystem.DeleteDir(BytePointer path) |
Status |
MockFileSystem.DeleteDir(BytePointer path) |
Status |
SubTreeFileSystem.DeleteDir(BytePointer path) |
Status |
SlowFileSystem.DeleteDir(BytePointer path) |
Status |
FileSystem.DeleteDir(BytePointer path) |
Status |
LocalFileSystem.DeleteDir(String path) |
Status |
MockFileSystem.DeleteDir(String path) |
Status |
SubTreeFileSystem.DeleteDir(String path) |
Status |
SlowFileSystem.DeleteDir(String path) |
Status |
FileSystem.DeleteDir(String path)
Delete a directory and its contents, recursively.
|
Status |
LocalFileSystem.DeleteDirContents(BytePointer path) |
Status |
MockFileSystem.DeleteDirContents(BytePointer path) |
Status |
SubTreeFileSystem.DeleteDirContents(BytePointer path) |
Status |
SlowFileSystem.DeleteDirContents(BytePointer path) |
Status |
FileSystem.DeleteDirContents(BytePointer path) |
Status |
LocalFileSystem.DeleteDirContents(String path) |
Status |
MockFileSystem.DeleteDirContents(String path) |
Status |
SubTreeFileSystem.DeleteDirContents(String path) |
Status |
SlowFileSystem.DeleteDirContents(String path) |
Status |
FileSystem.DeleteDirContents(String path)
Delete a directory's contents, recursively.
|
Status |
HadoopFileSystem.DeleteDirectory(BytePointer path) |
Status |
IOFileSystem.DeleteDirectory(BytePointer path) |
Status |
HadoopFileSystem.DeleteDirectory(String path) |
Status |
IOFileSystem.DeleteDirectory(String path) |
Status |
LocalFileSystem.DeleteFile(BytePointer path) |
Status |
MockFileSystem.DeleteFile(BytePointer path) |
Status |
SubTreeFileSystem.DeleteFile(BytePointer path) |
Status |
SlowFileSystem.DeleteFile(BytePointer path) |
Status |
FileSystem.DeleteFile(BytePointer path) |
Status |
LocalFileSystem.DeleteFile(String path) |
Status |
MockFileSystem.DeleteFile(String path) |
Status |
SubTreeFileSystem.DeleteFile(String path) |
Status |
SlowFileSystem.DeleteFile(String path) |
Status |
FileSystem.DeleteFile(String path)
Delete a file.
|
Status |
FileSystem.DeleteFiles(StringVector paths)
Delete many files.
|
Status |
KeyValueMetadata.DeleteMany(long[] indices) |
Status |
KeyValueMetadata.DeleteMany(LongBuffer indices) |
Status |
KeyValueMetadata.DeleteMany(LongPointer indices) |
Status |
LocalFileSystem.DeleteRootDirContents() |
Status |
MockFileSystem.DeleteRootDirContents() |
Status |
SubTreeFileSystem.DeleteRootDirContents() |
Status |
SlowFileSystem.DeleteRootDirContents() |
Status |
FileSystem.DeleteRootDirContents()
EXPERIMENTAL: Delete the root directory's contents, recursively.
|
Status |
HadoopFileSystem.Disconnect() |
Status |
TaskGroup.Finish()
Wait for execution of all tasks (and subgroups) to be finished,
or for at least one task (or subgroup) to error out.
|
Status |
ArrayBuilder.Finish(Array out)
\brief Return result of builder as an Array object.
|
Status |
ChunkedBinaryBuilder.Finish(ArrayVector out) |
Status |
ChunkedStringBuilder.Finish(ArrayVector out) |
Status |
BufferBuilder.Finish(ArrowBuffer out) |
Status |
TypedBufferBuilder.Finish(ArrowBuffer out) |
Status |
BufferBuilder.Finish(ArrowBuffer out,
boolean shrink_to_fit)
\brief Return result of builder as a Buffer object.
|
Status |
TypedBufferBuilder.Finish(ArrowBuffer out,
boolean shrink_to_fit) |
Status |
BinaryBuilder.Finish(BinaryArray out)
\endcond
|
Status |
BooleanBuilder.Finish(BooleanArray out)
\endcond
|
Status |
UInt8Builder.Finish(byte[] out) |
Status |
Int8Builder.Finish(byte[] out) |
Status |
UInt8Builder.Finish(ByteBuffer out) |
Status |
Int8Builder.Finish(ByteBuffer out) |
Status |
UInt8Builder.Finish(BytePointer out)
\endcond
|
Status |
Int8Builder.Finish(BytePointer out)
\endcond
|
Status |
Decimal128Builder.Finish(Decimal128Array out)
\endcond
|
Status |
Decimal256Builder.Finish(Decimal256Array out)
\endcond
|
Status |
DoubleBuilder.Finish(double[] out) |
Status |
DoubleBuilder.Finish(DoubleBuffer out) |
Status |
DoubleBuilder.Finish(DoublePointer out)
\endcond
|
Status |
FixedSizeBinaryBuilder.Finish(FixedSizeBinaryArray out)
\endcond
|
Status |
FixedSizeListBuilder.Finish(FixedSizeListArray out)
\endcond
|
Status |
FloatBuilder.Finish(float[] out) |
Status |
FloatBuilder.Finish(FloatBuffer out) |
Status |
FloatBuilder.Finish(FloatPointer out)
\endcond
|
Status |
Int32Builder.Finish(int[] out) |
Status |
UInt32Builder.Finish(int[] out) |
Status |
Int32Builder.Finish(IntBuffer out) |
Status |
UInt32Builder.Finish(IntBuffer out) |
Status |
Int32Builder.Finish(IntPointer out)
\endcond
|
Status |
UInt32Builder.Finish(IntPointer out)
\endcond
|
Status |
LargeBinaryBuilder.Finish(LargeBinaryArray out)
\endcond
|
Status |
LargeListBuilder.Finish(LargeListArray out)
\endcond
|
Status |
LargeStringBuilder.Finish(LargeStringArray out)
\endcond
|
Status |
ListBuilder.Finish(ListArray out)
\endcond
|
Status |
Int64Builder.Finish(long[] out) |
Status |
DayTimeIntervalBuilder.Finish(long[] out) |
Status |
UInt64Builder.Finish(long[] out) |
Status |
Int64Builder.Finish(LongBuffer out) |
Status |
DayTimeIntervalBuilder.Finish(LongBuffer out) |
Status |
UInt64Builder.Finish(LongBuffer out) |
Status |
Int64Builder.Finish(LongPointer out)
\endcond
|
Status |
DayTimeIntervalBuilder.Finish(LongPointer out)
\endcond
|
Status |
UInt64Builder.Finish(LongPointer out)
\endcond
|
Status |
MapBuilder.Finish(MapArray out)
\endcond
|
Status |
NullBuilder.Finish(NullArray out) |
Status |
HalfFloatBuilder.Finish(short[] out) |
Status |
Int16Builder.Finish(short[] out) |
Status |
UInt16Builder.Finish(short[] out) |
Status |
HalfFloatBuilder.Finish(ShortBuffer out) |
Status |
Int16Builder.Finish(ShortBuffer out) |
Status |
UInt16Builder.Finish(ShortBuffer out) |
Status |
HalfFloatBuilder.Finish(ShortPointer out)
\endcond
|
Status |
Int16Builder.Finish(ShortPointer out)
\endcond
|
Status |
UInt16Builder.Finish(ShortPointer out)
\endcond
|
Status |
StringBuilder.Finish(StringArray out)
\endcond
|
Status |
StructBuilder.Finish(StructArray out)
\endcond
|
Status |
BasicUnionBuilder.Finish(UnionArray out)
\endcond
|
Status |
Decimal256Builder.FinishInternal(ArrayData out) |
Status |
Int64Builder.FinishInternal(ArrayData out) |
Status |
DayTimeIntervalBuilder.FinishInternal(ArrayData out) |
Status |
Int32Builder.FinishInternal(ArrayData out) |
Status |
DenseUnionBuilder.FinishInternal(ArrayData out) |
Status |
BaseBinaryBuilder.FinishInternal(ArrayData out) |
Status |
FloatBuilder.FinishInternal(ArrayData out) |
Status |
StructBuilder.FinishInternal(ArrayData out) |
Status |
Decimal128Builder.FinishInternal(ArrayData out) |
Status |
DoubleBuilder.FinishInternal(ArrayData out) |
Status |
UInt64Builder.FinishInternal(ArrayData out) |
Status |
HalfFloatBuilder.FinishInternal(ArrayData out) |
Status |
UInt8Builder.FinishInternal(ArrayData out) |
Status |
BooleanBuilder.FinishInternal(ArrayData out) |
Status |
BaseLargeListBuilder.FinishInternal(ArrayData out) |
Status |
MapBuilder.FinishInternal(ArrayData out) |
Status |
BaseLargeBinaryBuilder.FinishInternal(ArrayData out) |
Status |
FixedSizeBinaryBuilder.FinishInternal(ArrayData out) |
Status |
FixedSizeListBuilder.FinishInternal(ArrayData out) |
Status |
Int16Builder.FinishInternal(ArrayData out) |
Status |
BasicUnionBuilder.FinishInternal(ArrayData out) |
Status |
ArrayBuilder.FinishInternal(ArrayData out)
\brief Return result of builder as an internal generic ArrayData
object.
|
Status |
NullBuilder.FinishInternal(ArrayData out) |
Status |
BaseListBuilder.FinishInternal(ArrayData out) |
Status |
UInt32Builder.FinishInternal(ArrayData out) |
Status |
Int8Builder.FinishInternal(ArrayData out) |
Status |
UInt16Builder.FinishInternal(ArrayData out) |
Status |
CompressedOutputStream.Flush()
\endcond
|
Status |
BufferedOutputStream.Flush() |
Status |
Writable.Flush()
\brief Flush buffered bytes, if any
|
Status |
HdfsOutputStream.Flush() |
Status |
RecordBatchBuilder.Flush(boolean reset_builders,
RecordBatch batch)
\brief Finish current batch and optionally reset
|
Status |
RecordBatchBuilder.Flush(RecordBatch batch)
\brief Finish current batch and reset
|
static Status |
Decimal128.FromString(BytePointer s,
Decimal128 out,
int[] precision) |
static Status |
Decimal128.FromString(BytePointer s,
Decimal128 out,
int[] precision,
int[] scale) |
static Status |
Decimal128.FromString(BytePointer s,
Decimal128 out,
IntBuffer precision) |
static Status |
Decimal128.FromString(BytePointer s,
Decimal128 out,
IntBuffer precision,
IntBuffer scale) |
static Status |
Decimal128.FromString(BytePointer s,
Decimal128 out,
IntPointer precision) |
static Status |
Decimal128.FromString(BytePointer s,
Decimal128 out,
IntPointer precision,
IntPointer scale) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
int[] precision) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
int[] precision,
int[] scale) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
IntBuffer precision) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
IntBuffer precision,
IntBuffer scale) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
IntPointer precision) |
static Status |
Decimal256.FromString(BytePointer s,
Decimal256 out,
IntPointer precision,
IntPointer scale) |
static Status |
Decimal128.FromString(String s,
Decimal128 out,
int[] precision) |
static Status |
Decimal128.FromString(String s,
Decimal128 out,
int[] precision,
int[] scale) |
static Status |
Decimal128.FromString(String s,
Decimal128 out,
IntBuffer precision) |
static Status |
Decimal128.FromString(String s,
Decimal128 out,
IntBuffer precision,
IntBuffer scale) |
static Status |
Decimal128.FromString(String s,
Decimal128 out,
IntPointer precision) |
static Status |
Decimal128.FromString(String s,
Decimal128 out,
IntPointer precision,
IntPointer scale)
\brief Convert a decimal string to a Decimal128 value, optionally including
precision and scale if they're passed in and not null.
|
static Status |
Decimal256.FromString(String s,
Decimal256 out,
int[] precision) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
int[] precision,
int[] scale) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
IntBuffer precision) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
IntBuffer precision,
IntBuffer scale) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
IntPointer precision) |
static Status |
Decimal256.FromString(String s,
Decimal256 out,
IntPointer precision,
IntPointer scale)
\brief Convert a decimal string to a Decimal256 value, optionally including
precision and scale if they're passed in and not null.
|
Status |
DictionaryMemoTable.GetArrayData(long start_offset,
ArrayData out) |
Status |
HadoopFileSystem.GetCapacity(long[] nbytes) |
Status |
HadoopFileSystem.GetCapacity(LongBuffer nbytes) |
Status |
HadoopFileSystem.GetCapacity(LongPointer nbytes) |
Status |
HadoopFileSystem.GetChildren(BytePointer path,
StringVector listing) |
Status |
IOFileSystem.GetChildren(BytePointer path,
StringVector listing) |
Status |
HadoopFileSystem.GetChildren(String path,
StringVector listing) |
Status |
IOFileSystem.GetChildren(String path,
StringVector listing) |
Status |
HadoopFileSystem.GetPathInfo(BytePointer path,
HdfsPathInfo info) |
Status |
HadoopFileSystem.GetPathInfo(String path,
HdfsPathInfo info) |
Status |
Status.getPointer(long i) |
Status |
DictionaryUnifier.GetResult(DataType out_type,
Array out_dict)
\brief Return a result DictionaryType with the smallest possible index
type to accommodate the unified dictionary.
|
Status |
DictionaryUnifier.GetResultWithIndexType(DataType index_type,
Array out_dict)
\brief Return a unified dictionary with the given index type.
|
Status |
HadoopFileSystem.GetUsed(long[] nbytes) |
Status |
HadoopFileSystem.GetUsed(LongBuffer nbytes) |
Status |
HadoopFileSystem.GetUsed(LongPointer nbytes) |
Status |
HadoopFileSystem.GetWorkingDirectory(BytePointer out)
Return the filesystem's current working directory.
|
Status |
DictionaryMemoTable.InsertValues(Array values)
\brief Insert new memo values
|
Status |
HadoopFileSystem.ListDirectory(BytePointer path,
HdfsPathInfo listing) |
Status |
HadoopFileSystem.ListDirectory(String path,
HdfsPathInfo listing)
List directory contents
If path is a relative path, returned values will be absolute paths or URIs
starting from the current working directory.
|
static Status |
RecordBatchBuilder.Make(Schema schema,
MemoryPool pool,
long initial_capacity,
RecordBatchBuilder builder)
\brief Create an initialize a RecordBatchBuilder
|
static Status |
RecordBatchBuilder.Make(Schema schema,
MemoryPool pool,
RecordBatchBuilder builder)
\brief Create an initialize a RecordBatchBuilder
|
Status |
HadoopFileSystem.MakeDirectory(BytePointer path) |
Status |
IOFileSystem.MakeDirectory(BytePointer path) |
Status |
HadoopFileSystem.MakeDirectory(String path) |
Status |
IOFileSystem.MakeDirectory(String path) |
Status |
LocalFileSystem.Move(BytePointer src,
BytePointer dest) |
Status |
MockFileSystem.Move(BytePointer src,
BytePointer dest) |
Status |
SubTreeFileSystem.Move(BytePointer src,
BytePointer dest) |
Status |
SlowFileSystem.Move(BytePointer src,
BytePointer dest) |
Status |
FileSystem.Move(BytePointer src,
BytePointer dest) |
Status |
LocalFileSystem.Move(String src,
String dest) |
Status |
MockFileSystem.Move(String src,
String dest) |
Status |
SubTreeFileSystem.Move(String src,
String dest) |
Status |
SlowFileSystem.Move(String src,
String dest) |
Status |
FileSystem.Move(String src,
String dest)
Move / rename a file or directory.
|
static Status |
Status.OK()
Return a success status
|
Status |
MessageDecoderListener.OnBody()
\brief Called when the decoder state is changed to
MessageDecoder::State::BODY.
|
Status |
MessageDecoderListener.OnEOS()
\brief Called when the decoder state is changed to
MessageDecoder::State::EOS.
|
Status |
Listener.OnEOS()
\brief Called when end-of-stream is received.
|
Status |
MessageDecoderListener.OnInitial()
\brief Called when the decoder state is changed to
MessageDecoder::State::INITIAL.
|
Status |
AssignMessageDecoderListener.OnMessageDecoded(Message message) |
Status |
MessageDecoderListener.OnMessageDecoded(Message message)
\brief Called when a message is decoded.
|
Status |
MessageDecoderListener.OnMetadata()
\brief Called when the decoder state is changed to
MessageDecoder::State::METADATA.
|
Status |
MessageDecoderListener.OnMetadataLength()
\brief Called when the decoder state is changed to
MessageDecoder::State::METADATA_LENGTH.
|
Status |
CollectListener.OnRecordBatchDecoded(RecordBatch record_batch) |
Status |
Listener.OnRecordBatchDecoded(RecordBatch record_batch)
\brief Called when a record batch is decoded.
|
Status |
CollectListener.OnSchemaDecoded(Schema schema) |
Status |
Listener.OnSchemaDecoded(Schema schema)
\brief Called when a schema is decoded.
|
Status |
HadoopFileSystem.OpenReadable(BytePointer path,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenReadable(BytePointer path,
int buffer_size,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenReadable(BytePointer path,
int buffer_size,
IOContext io_context,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenReadable(BytePointer path,
IOContext io_context,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenReadable(String path,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenReadable(String path,
int buffer_size,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenReadable(String path,
int buffer_size,
IOContext io_context,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenReadable(String path,
IOContext io_context,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenWritable(BytePointer path,
boolean append,
HdfsOutputStream file) |
Status |
HadoopFileSystem.OpenWritable(BytePointer path,
boolean append,
int buffer_size,
short replication,
long default_block_size,
HdfsOutputStream file) |
Status |
HadoopFileSystem.OpenWritable(String path,
boolean append,
HdfsOutputStream file) |
Status |
HadoopFileSystem.OpenWritable(String path,
boolean append,
int buffer_size,
short replication,
long default_block_size,
HdfsOutputStream file) |
Status |
StopToken.Poll() |
Status |
Status.position(long position) |
Status |
Status.put(Status s) |
Status |
Reader.Read(int[] indices,
Table out) |
Status |
Reader.Read(IntBuffer indices,
Table out) |
Status |
Reader.Read(IntPointer indices,
Table out)
\brief Read only the specified columns from the file as an arrow::Table.
|
Status |
Reader.Read(StringVector names,
Table out)
\brief Read only the specified columns from the file as an arrow::Table.
|
Status |
Reader.Read(Table out)
\brief Read all columns from the file as an arrow::Table.
|
Status |
RecordBatchReader.ReadAll(RecordBatchVector batches)
\brief Consume entire stream as a vector of record batches
|
Status |
RecordBatchReader.ReadAll(Table table)
\brief Read all batches and concatenate as arrow::Table
|
Status |
TableBatchReader.ReadNext(RecordBatch out) |
Status |
RecordBatchReader.ReadNext(RecordBatch batch)
\brief Read the next record batch in the stream.
|
Status |
MemoryPool.Reallocate(long old_size,
long new_size,
byte[] ptr) |
Status |
LoggingMemoryPool.Reallocate(long old_size,
long new_size,
byte[] ptr) |
Status |
ProxyMemoryPool.Reallocate(long old_size,
long new_size,
byte[] ptr) |
Status |
MemoryPool.Reallocate(long old_size,
long new_size,
ByteBuffer ptr) |
Status |
LoggingMemoryPool.Reallocate(long old_size,
long new_size,
ByteBuffer ptr) |
Status |
ProxyMemoryPool.Reallocate(long old_size,
long new_size,
ByteBuffer ptr) |
Status |
MemoryPool.Reallocate(long old_size,
long new_size,
BytePointer ptr) |
Status |
LoggingMemoryPool.Reallocate(long old_size,
long new_size,
BytePointer ptr) |
Status |
ProxyMemoryPool.Reallocate(long old_size,
long new_size,
BytePointer ptr) |
Status |
MemoryPool.Reallocate(long old_size,
long new_size,
PointerPointer ptr)
Resize an already allocated memory section.
|
Status |
LoggingMemoryPool.Reallocate(long old_size,
long new_size,
PointerPointer ptr) |
Status |
ProxyMemoryPool.Reallocate(long old_size,
long new_size,
PointerPointer ptr) |
Status |
ExtensionTypeRegistry.RegisterType(ExtensionType type) |
Status |
HadoopFileSystem.Rename(BytePointer src,
BytePointer dst) |
Status |
IOFileSystem.Rename(BytePointer src,
BytePointer dst) |
Status |
HadoopFileSystem.Rename(String src,
String dst) |
Status |
IOFileSystem.Rename(String src,
String dst) |
Status |
ChunkedBinaryBuilder.Reserve(long values) |
Status |
BufferBuilder.Reserve(long additional_bytes)
\brief Ensure that builder can accommodate the additional number of bytes
without the need to perform allocations
|
Status |
ArrayBuilder.Reserve(long additional_capacity)
\brief Ensure that there is enough space allocated to append the indicated
number of elements without any further reallocation.
|
Status |
ResizableBuffer.Reserve(long new_capacity)
Ensure that buffer has enough memory allocated to fit the indicated
capacity (and meets the 64 byte padding requirement in Layout.md).
|
Status |
TypedBufferBuilder.Reserve(long additional_elements) |
Status |
BaseBinaryBuilder.ReserveData(long elements)
\brief Ensures there is enough allocated capacity to append the indicated
number of bytes to the value data buffer without additional allocations
|
Status |
BaseLargeBinaryBuilder.ReserveData(long elements)
\brief Ensures there is enough allocated capacity to append the indicated
number of bytes to the value data buffer without additional allocations
|
Status |
FixedSizeBinaryBuilder.ReserveData(long elements)
\brief Ensures there is enough allocated capacity to append the indicated
number of bytes to the value data buffer without additional allocations
|
Status |
BufferOutputStream.Reset() |
Status |
Decompressor.Reset()
\brief Reinitialize decompressor, making it ready for a new compressed stream.
|
Status |
BufferOutputStream.Reset(long initial_capacity,
MemoryPool pool)
\brief Initialize state of OutputStream with newly allocated memory and
set position to 0
|
Status |
Int64Builder.Resize(long _capacity) |
Status |
DayTimeIntervalBuilder.Resize(long _capacity) |
Status |
Int32Builder.Resize(long _capacity) |
Status |
MemoryMappedFile.Resize(long new_size)
\endcond
|
Status |
BaseBinaryBuilder.Resize(long _capacity) |
Status |
FloatBuilder.Resize(long _capacity) |
Status |
DoubleBuilder.Resize(long _capacity) |
Status |
UInt64Builder.Resize(long _capacity) |
Status |
HalfFloatBuilder.Resize(long _capacity) |
Status |
UInt8Builder.Resize(long _capacity) |
Status |
BooleanBuilder.Resize(long _capacity) |
Status |
BaseLargeListBuilder.Resize(long _capacity)
Use this constructor to incrementally build the value array along with offsets and
null bitmap.
|
Status |
MapBuilder.Resize(long _capacity) |
Status |
BaseLargeBinaryBuilder.Resize(long _capacity) |
Status |
FixedSizeBinaryBuilder.Resize(long _capacity) |
Status |
FixedSizeListBuilder.Resize(long _capacity) |
Status |
BufferBuilder.Resize(long new_capacity) |
Status |
Int16Builder.Resize(long _capacity) |
Status |
ArrayBuilder.Resize(long _capacity)
\brief Ensure that enough memory has been allocated to fit the indicated
number of total elements in the builder, including any that have already
been appended.
|
Status |
ResizableBuffer.Resize(long new_size) |
Status |
TypedBufferBuilder.Resize(long new_capacity) |
Status |
BaseListBuilder.Resize(long _capacity)
Use this constructor to incrementally build the value array along with offsets and
null bitmap.
|
Status |
UInt32Builder.Resize(long _capacity) |
Status |
Int8Builder.Resize(long _capacity) |
Status |
UInt16Builder.Resize(long _capacity) |
Status |
BufferBuilder.Resize(long new_capacity,
boolean shrink_to_fit)
\brief Resize the buffer to the nearest multiple of 64 bytes
|
Status |
ResizableBuffer.Resize(long new_size,
boolean shrink_to_fit)
Change buffer reported size to indicated size, allocating memory if
necessary.
|
Status |
TypedBufferBuilder.Resize(long new_capacity,
boolean shrink_to_fit) |
Status |
FixedSizeBufferWriter.Seek(long _position) |
Status |
MemoryMappedFile.Seek(long _position) |
Status |
BufferReaderRandomAccessFileConcurrencyWrapper.Seek(long _position) |
Status |
ReadableFileRandomAccessFileConcurrencyWrapper.Seek(long _position) |
Status |
Seekable.Seek(long _position) |
Status |
HdfsReadableFile.Seek(long _position) |
Status |
SlowRandomAccessFile.Seek(long _position) |
Status |
Message.SerializeTo(OutputStream file,
IpcWriteOptions options,
long[] output_length) |
Status |
Message.SerializeTo(OutputStream file,
IpcWriteOptions options,
LongBuffer output_length) |
Status |
Message.SerializeTo(OutputStream file,
IpcWriteOptions options,
LongPointer output_length)
\brief Write length-prefixed metadata and body to output stream
|
Status |
KeyValueMetadata.Set(BytePointer key,
BytePointer value) |
Status |
KeyValueMetadata.Set(String key,
String value) |
Status |
BufferedInputStream.SetBufferSize(long new_buffer_size)
\brief Resize internal read buffer; calls to Read(...) will read at least
|
Status |
BufferedOutputStream.SetBufferSize(long new_buffer_size)
\brief Resize internal buffer
|
Status |
ThreadPool.SetCapacity(int threads) |
Status |
ThreadPool.Shutdown() |
Status |
ThreadPool.Shutdown(boolean _wait) |
Status |
IpcPayloadWriter.Start() |
Status |
HadoopFileSystem.Stat(BytePointer path,
FileStatistics stat) |
Status |
IOFileSystem.Stat(BytePointer path,
FileStatistics stat) |
Status |
HadoopFileSystem.Stat(String path,
FileStatistics stat) |
Status |
IOFileSystem.Stat(String path,
FileStatistics stat) |
Status |
CodecResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
SelectionVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RandomAccessFileResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
InputStreamResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
StopSourceResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
StringViewResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
CompressedOutputStreamResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RandomAccessFileFuture.status()
\brief Wait for the Future to complete and return its Status
|
Status |
RecordBatchResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ValueDescrResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
Decimal128PairResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ResizableUniqueResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
BufferUniqueResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ResizableResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
BinaryArrayResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
SchemaResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FieldResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
InputStreamFuture.status()
\brief Wait for the Future to complete and return its Status
|
Status |
ReadableFileResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RecordBatchWriterSharedResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
KernelResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
KernelContext.status()
\brief Return the current status of the context.
|
Status |
StringPairResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RecordBatchStreamReaderResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ChunkedArrayVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
StructScalarResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
CompressorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FlushResultResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
LongResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FileInfoVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
VectorKernelResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RecordBatchWriterUniqueResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
BufferedOutputStreamResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
BoolResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
DataTypeResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
DictionaryVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
LocalFileSystemOptionsResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
LargeListArrayResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
EndResultResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
StringResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ScalarAggregateKernelResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
Future.status()
\brief Wait for the Future to complete and return its Status
|
Status |
StructArrayResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FileInfoResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
TableFuture.status()
\brief Wait for the Future to complete and return its Status
|
Status |
MemoryMappedFileResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
BufferOutputStreamResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FunctionResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
SchemaVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
CompressResultResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RecordBatchFileReaderResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RecordBatchVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
SparseTensorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ArrayResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
Decimal256PairResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
DecompressorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ListArrayResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FieldRefResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ScalarKernelResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ExecBatchResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
DictionaryUnifierResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ArrayVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ThreadPoolResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FileOutputStreamResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RecordBatchIteratorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ArrayDataResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
MessageUniqueResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
BufferResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
HDFSOptionsResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
CompressionTypeResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
CompressedInputStreamResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
StreamingReaderResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RecordBatchReaderSharedResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
IpcPayloadWriterResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
IntResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FileSystemResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
TensorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
MessageSharedResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
SizeTResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
BufferedInputStreamResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
DatumResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
TableResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FeatherReaderResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FileInfoVectorFuture.status()
\brief Wait for the Future to complete and return its Status
|
Status |
BufferIteratorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
DecompressResultResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
TableReaderResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ScalarResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ChunkedArrayResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
BufferVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
OutputStreamResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FieldRefDatumMapResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
DatumVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
Decimal128Result.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
Decimal256Result.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
DictionaryUnifier.Unify(Array dictionary)
\brief Append dictionary to the internal memo
|
Status |
DictionaryUnifier.Unify(Array dictionary,
ArrowBuffer out_transpose)
\brief Append dictionary and compute transpose indices
|
Status |
ExtensionTypeRegistry.UnregisterType(BytePointer type_name) |
Status |
ExtensionTypeRegistry.UnregisterType(String type_name) |
Status |
Function.Validate() |
Status |
Array.Validate()
\brief Perform cheap validation checks to determine obvious inconsistencies
within the array's internal data.
|
Status |
ChunkedArray.Validate()
\brief Perform cheap validation checks to determine obvious inconsistencies
within the chunk array's internal data.
|
Status |
Table.Validate()
\brief Perform cheap validation checks to determine obvious inconsistencies
within the table's schema and internal data.
|
Status |
RecordBatch.Validate()
\brief Perform cheap validation checks to determine obvious inconsistencies
within the record batch's schema and internal data.
|
Status |
Tensor.Validate()
Returns the value at the given index without data-type and bounds checks
|
static Status |
MapArray.ValidateChildData(ArrayDataVector child_data)
Validate child data before constructing the actual MapArray.
|
Status |
Array.ValidateFull()
\brief Perform extensive validation checks to determine inconsistencies
within the array's internal data.
|
Status |
ChunkedArray.ValidateFull()
\brief Perform extensive validation checks to determine inconsistencies
within the chunk array's internal data.
|
Status |
Table.ValidateFull()
\brief Perform extensive validation checks to determine inconsistencies
within the table's schema and internal data.
|
Status |
RecordBatch.ValidateFull()
\brief Perform extensive validation checks to determine inconsistencies
within the record batch's schema and internal data.
|
Status |
BaseBinaryBuilder.ValidateOverflow(long new_bytes) |
Status |
BaseLargeListBuilder.ValidateOverflow(long new_elements) |
Status |
MapBuilder.ValidateOverflow(long new_elements) |
Status |
BaseLargeBinaryBuilder.ValidateOverflow(long new_bytes) |
Status |
FixedSizeBinaryBuilder.ValidateOverflow(long new_bytes) |
Status |
FixedSizeListBuilder.ValidateOverflow(long new_elements) |
Status |
BaseListBuilder.ValidateOverflow(long new_elements) |
Status |
ArrayVisitor.Visit(BinaryArray array) |
Status |
ScalarVisitor.Visit(BinaryScalar scalar) |
Status |
TypeVisitor.Visit(BinaryType type) |
Status |
ArrayVisitor.Visit(BooleanArray array) |
Status |
ScalarVisitor.Visit(BooleanScalar scalar) |
Status |
TypeVisitor.Visit(BooleanType type) |
Status |
ArrayVisitor.Visit(Date32Array array) |
Status |
ScalarVisitor.Visit(Date32Scalar scalar) |
Status |
TypeVisitor.Visit(Date32Type type) |
Status |
ArrayVisitor.Visit(Date64Array array) |
Status |
ScalarVisitor.Visit(Date64Scalar scalar) |
Status |
TypeVisitor.Visit(Date64Type type) |
Status |
ArrayVisitor.Visit(DayTimeIntervalArray array) |
Status |
ScalarVisitor.Visit(DayTimeIntervalScalar scalar) |
Status |
TypeVisitor.Visit(DayTimeIntervalType type) |
Status |
ArrayVisitor.Visit(Decimal128Array array) |
Status |
ScalarVisitor.Visit(Decimal128Scalar scalar) |
Status |
TypeVisitor.Visit(Decimal128Type type) |
Status |
ArrayVisitor.Visit(Decimal256Array array) |
Status |
ScalarVisitor.Visit(Decimal256Scalar scalar) |
Status |
TypeVisitor.Visit(Decimal256Type type) |
Status |
ArrayVisitor.Visit(DenseUnionArray array) |
Status |
TypeVisitor.Visit(DenseUnionType type) |
Status |
ArrayVisitor.Visit(DictionaryArray array) |
Status |
ScalarVisitor.Visit(DictionaryScalar scalar) |
Status |
TypeVisitor.Visit(DictionaryType type) |
Status |
ArrayVisitor.Visit(DoubleArray array) |
Status |
ScalarVisitor.Visit(DoubleScalar scalar) |
Status |
TypeVisitor.Visit(DoubleType type) |
Status |
ArrayVisitor.Visit(DurationArray array) |
Status |
ScalarVisitor.Visit(DurationScalar scalar) |
Status |
TypeVisitor.Visit(DurationType type) |
Status |
ArrayVisitor.Visit(ExtensionArray array) |
Status |
TypeVisitor.Visit(ExtensionType type) |
Status |
ArrayVisitor.Visit(FixedSizeBinaryArray array) |
Status |
ScalarVisitor.Visit(FixedSizeBinaryScalar scalar) |
Status |
TypeVisitor.Visit(FixedSizeBinaryType type) |
Status |
ArrayVisitor.Visit(FixedSizeListArray array) |
Status |
ScalarVisitor.Visit(FixedSizeListScalar scalar) |
Status |
TypeVisitor.Visit(FixedSizeListType type) |
Status |
ArrayVisitor.Visit(FloatArray array) |
Status |
ScalarVisitor.Visit(FloatScalar scalar) |
Status |
TypeVisitor.Visit(FloatType type) |
Status |
ArrayVisitor.Visit(HalfFloatArray array) |
Status |
ScalarVisitor.Visit(HalfFloatScalar scalar) |
Status |
TypeVisitor.Visit(HalfFloatType type) |
Status |
ArrayVisitor.Visit(Int16Array array) |
Status |
ScalarVisitor.Visit(Int16Scalar scalar) |
Status |
TypeVisitor.Visit(Int16Type type) |
Status |
ArrayVisitor.Visit(Int32Array array) |
Status |
ScalarVisitor.Visit(Int32Scalar scalar) |
Status |
TypeVisitor.Visit(Int32Type type) |
Status |
ArrayVisitor.Visit(Int64Array array) |
Status |
ScalarVisitor.Visit(Int64Scalar scalar) |
Status |
TypeVisitor.Visit(Int64Type type) |
Status |
ArrayVisitor.Visit(Int8Array array) |
Status |
ScalarVisitor.Visit(Int8Scalar scalar) |
Status |
TypeVisitor.Visit(Int8Type type) |
Status |
ArrayVisitor.Visit(LargeBinaryArray array) |
Status |
ScalarVisitor.Visit(LargeBinaryScalar scalar) |
Status |
TypeVisitor.Visit(LargeBinaryType type) |
Status |
ArrayVisitor.Visit(LargeListArray array) |
Status |
ScalarVisitor.Visit(LargeListScalar scalar) |
Status |
TypeVisitor.Visit(LargeListType type) |
Status |
ArrayVisitor.Visit(LargeStringArray array) |
Status |
ScalarVisitor.Visit(LargeStringScalar scalar) |
Status |
TypeVisitor.Visit(LargeStringType type) |
Status |
ArrayVisitor.Visit(ListArray array) |
Status |
ScalarVisitor.Visit(ListScalar scalar) |
Status |
TypeVisitor.Visit(ListType type) |
Status |
ArrayVisitor.Visit(MapArray array) |
Status |
ScalarVisitor.Visit(MapScalar scalar) |
Status |
TypeVisitor.Visit(MapType type) |
Status |
ArrayVisitor.Visit(MonthIntervalArray array) |
Status |
ScalarVisitor.Visit(MonthIntervalScalar scalar) |
Status |
TypeVisitor.Visit(MonthIntervalType type) |
Status |
ArrayVisitor.Visit(NullArray array) |
Status |
ScalarVisitor.Visit(NullScalar scalar) |
Status |
TypeVisitor.Visit(NullType type) |
Status |
ArrayVisitor.Visit(SparseUnionArray array) |
Status |
TypeVisitor.Visit(SparseUnionType type) |
Status |
ArrayVisitor.Visit(StringArray array) |
Status |
ScalarVisitor.Visit(StringScalar scalar) |
Status |
TypeVisitor.Visit(StringType type) |
Status |
ArrayVisitor.Visit(StructArray array) |
Status |
ScalarVisitor.Visit(StructScalar scalar) |
Status |
TypeVisitor.Visit(StructType type) |
Status |
ArrayVisitor.Visit(Time32Array array) |
Status |
ScalarVisitor.Visit(Time32Scalar scalar) |
Status |
TypeVisitor.Visit(Time32Type type) |
Status |
ArrayVisitor.Visit(Time64Array array) |
Status |
ScalarVisitor.Visit(Time64Scalar scalar) |
Status |
TypeVisitor.Visit(Time64Type type) |
Status |
ArrayVisitor.Visit(TimestampArray array) |
Status |
ScalarVisitor.Visit(TimestampScalar scalar) |
Status |
TypeVisitor.Visit(TimestampType type) |
Status |
ArrayVisitor.Visit(UInt16Array array) |
Status |
ScalarVisitor.Visit(UInt16Scalar scalar) |
Status |
TypeVisitor.Visit(UInt16Type type) |
Status |
ArrayVisitor.Visit(UInt32Array array) |
Status |
ScalarVisitor.Visit(UInt32Scalar scalar) |
Status |
TypeVisitor.Visit(UInt32Type type) |
Status |
ArrayVisitor.Visit(UInt64Array array) |
Status |
ScalarVisitor.Visit(UInt64Scalar scalar) |
Status |
TypeVisitor.Visit(UInt64Type type) |
Status |
ArrayVisitor.Visit(UInt8Array array) |
Status |
ScalarVisitor.Visit(UInt8Scalar scalar) |
Status |
TypeVisitor.Visit(UInt8Type type) |
Status |
MemoryMappedFile.WillNeed(ReadRange ranges) |
Status |
BufferReader.WillNeed(ReadRange ranges) |
Status |
ReadableFile.WillNeed(ReadRange ranges) |
Status |
RandomAccessFile.WillNeed(ReadRange ranges)
EXPERIMENTAL: Inform that the given ranges may be read soon.
|
Status |
Status.WithDetail(StatusDetail new_detail)
\brief Return a new Status copying the existing status, but
updating with the existing detail.
|
Status |
BufferedOutputStream.Write(ArrowBuffer data) |
Status |
Writable.Write(ArrowBuffer data)
\brief Write the given data to the stream
Since the Buffer owns its memory, this method can avoid a copy if
buffering is required.
|
Status |
FixedSizeBufferWriter.Write(Pointer data,
long nbytes) |
Status |
BufferOutputStream.Write(Pointer data,
long nbytes) |
Status |
MockOutputStream.Write(Pointer data,
long nbytes) |
Status |
CompressedOutputStream.Write(Pointer data,
long nbytes) |
Status |
BufferedOutputStream.Write(Pointer data,
long nbytes) |
Status |
MemoryMappedFile.Write(Pointer data,
long nbytes)
Write data at the current position in the file.
|
Status |
FileOutputStream.Write(Pointer data,
long nbytes) |
Status |
Writable.Write(Pointer data,
long nbytes)
\brief Write the given data to the stream
This method always processes the bytes in full.
|
Status |
HdfsOutputStream.Write(Pointer buffer,
long nbytes) |
Status |
FixedSizeBufferWriter.WriteAt(long _position,
Pointer data,
long nbytes)
\endcond
|
Status |
MemoryMappedFile.WriteAt(long _position,
Pointer data,
long nbytes)
Write data at a particular position in the file.
|
Status |
WritableFile.WriteAt(long _position,
Pointer data,
long nbytes) |
Status |
IpcPayloadWriter.WritePayload(IpcPayload payload) |
Status |
RecordBatchWriter.WriteRecordBatch(RecordBatch batch)
\brief Write a record batch to the stream
|
Status |
RecordBatchWriter.WriteTable(Table table)
\brief Write possibly-chunked table by creating sequence of record batches
|
Status |
RecordBatchWriter.WriteTable(Table table,
long max_chunksize)
\brief Write Table with a particular chunksize
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Status.and(Status s) |
Status |
Status.andPut(Status s) |
boolean |
Status.Equals(Status s) |
Status |
Status.put(Status s) |
void |
StopSource.RequestStop(Status error) |
void |
KernelContext.SetStatus(Status status)
\brief Indicate that an error has occurred, to be checked by a exec caller
|
| Constructor and Description |
|---|
ArrayDataResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ArrayResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ArrayVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
BinaryArrayResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
BoolResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
BufferedInputStreamResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
BufferedOutputStreamResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
BufferIteratorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
BufferOutputStreamResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
BufferResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
BufferUniqueResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
BufferVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ChunkedArrayResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ChunkedArrayVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
CodecResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
CompressedInputStreamResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
CompressedOutputStreamResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
CompressionTypeResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
CompressorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
CompressResultResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
DataTypeResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
DatumResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
DatumVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
Decimal128PairResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
Decimal128Result(Status status)
Constructs a Result object with the given non-OK Status object.
|
Decimal256PairResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
Decimal256Result(Status status)
Constructs a Result object with the given non-OK Status object.
|
DecompressorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
DecompressResultResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
DictionaryUnifierResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
DictionaryVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
EndResultResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ExecBatchResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FeatherReaderResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FieldRefDatumMapResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FieldRefResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FieldResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FileInfoResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FileInfoVectorFuture(Status s)
\brief Implicit constructor to create a future from a Status, enabling use
of macros like ARROW_RETURN_NOT_OK.
|
FileInfoVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FileOutputStreamResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FileSystemResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FlushResultResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FunctionResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
HDFSOptionsResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
InputStreamFuture(Status s)
\brief Implicit constructor to create a future from a Status, enabling use
of macros like ARROW_RETURN_NOT_OK.
|
InputStreamResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
IntResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
IpcPayloadWriterResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
KernelResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
LargeListArrayResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ListArrayResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
LocalFileSystemOptionsResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
LongResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
MemoryMappedFileResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
MessageSharedResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
MessageUniqueResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
OutputStreamResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
RandomAccessFileFuture(Status s)
\brief Implicit constructor to create a future from a Status, enabling use
of macros like ARROW_RETURN_NOT_OK.
|
RandomAccessFileResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ReadableFileResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
RecordBatchFileReaderResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
RecordBatchIteratorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
RecordBatchReaderSharedResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
RecordBatchResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
RecordBatchStreamReaderResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
RecordBatchVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
RecordBatchWriterSharedResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
RecordBatchWriterUniqueResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ResizableResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ResizableUniqueResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ScalarAggregateKernelResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ScalarKernelResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ScalarResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
SchemaResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
SchemaVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
SelectionVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
SizeTResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
Status(Status s) |
StopSourceResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
StreamingReaderResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
StringPairResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
StringResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
StringViewResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
StructArrayResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
StructScalarResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
TableFuture(Status s)
\brief Implicit constructor to create a future from a Status, enabling use
of macros like ARROW_RETURN_NOT_OK.
|
TableReaderResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
TableResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
TensorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ThreadPoolResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ValueDescrResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
VectorKernelResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
ScannerBuilder.BatchSize(long batch_size)
\brief Set the maximum number of rows per RecordBatch.
|
Status |
ParquetFileFragment.EnsureCompleteMetadata() |
Status |
ParquetFileFragment.EnsureCompleteMetadata(FileReader reader)
\brief Ensure this fragment's FileMetaData is in memory.
|
Status |
ScannerBuilder.Filter(Expression filter)
\brief Set the filter expression to return only rows matching the filter.
|
Status |
FileWriter.Finish()
\brief Indicate that writing is done.
|
Status |
ScannerBuilder.FragmentScanOptions(FragmentScanOptions fragment_scan_options)
\brief Set fragment-specific scan options.
|
Status |
ScannerBuilder.Pool(MemoryPool pool)
\brief Set the pool from which materialized and scanned arrays will be allocated.
|
Status |
ScannerBuilder.Project(Expression exprs,
StringVector names)
\brief Set expressions which will be evaluated to produce the materialized
columns.
|
Status |
ScannerBuilder.Project(StringVector columns)
\brief Set the subset of columns to materialize.
|
Status |
Scanner.Scan(arrow_dataset.TaggedRecordBatchVisitor visitor)
\brief Apply a visitor to each RecordBatch as it is scanned.
|
Status |
DatasetFactory.SetRootPartition(Expression partition)
\brief Set the root partition for the resulting Dataset.
|
Status |
EnumeratedRecordBatchIteratorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RecordBatchGeneratorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
DatasetFactoryResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ScanTaskVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FragmentVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ScannerBuilderResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ScanTaskIteratorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
TaggedRecordBatchVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FragmentResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FileWriterResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ScannerResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
TaggedRecordBatchGeneratorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
EnumeratedRecordBatchGeneratorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FileFragmentResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ParquetFileFragmentResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
DatasetResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
PartitioningResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FragmentIteratorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ScanTaskResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
EnumeratedRecordBatchResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
PartitionedBatchesResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FileSystemDatasetResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FileReaderResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ExpressionResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
TaggedRecordBatchIteratorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
TaggedRecordBatchResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
UnionDatasetResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ScannerBuilder.UseAsync() |
Status |
ScannerBuilder.UseAsync(boolean use_async)
\brief Indicate if the Scanner should run in experimental "async" mode
This mode should have considerably better performance on high-latency or parallel
filesystems but is still experimental
|
Status |
ScannerBuilder.UseThreads() |
Status |
ScannerBuilder.UseThreads(boolean use_threads)
\brief Indicate if the Scanner should make use of the available
ThreadPool found in ScanOptions;
|
static Status |
FileSystemDataset.Write(FileSystemDatasetWriteOptions write_options,
Scanner scanner)
\brief Write a dataset.
|
Status |
FileWriter.Write(RecordBatch batch)
\brief Write the given batch.
|
Status |
IpcFileWriter.Write(RecordBatch batch) |
Status |
ParquetFileWriter.Write(RecordBatch batch) |
Status |
FileWriter.Write(RecordBatchReader batches)
\brief Write all batches from the reader.
|
| Constructor and Description |
|---|
DatasetFactoryResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
DatasetResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
EnumeratedRecordBatchGeneratorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
EnumeratedRecordBatchIteratorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
EnumeratedRecordBatchResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ExpressionResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FileFragmentResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FileReaderResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FileSystemDatasetResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FileWriterResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FragmentIteratorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FragmentResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FragmentVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ParquetFileFragmentResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
PartitionedBatchesResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
PartitioningResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
RecordBatchGeneratorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ScannerBuilderResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ScannerResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ScanTaskIteratorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ScanTaskResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
ScanTaskVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
TaggedRecordBatchGeneratorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
TaggedRecordBatchIteratorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
TaggedRecordBatchResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
TaggedRecordBatchVectorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
UnionDatasetResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
ClientAuthHandler.Authenticate(ClientAuthSender outgoing,
ClientAuthReader incoming)
\brief Authenticate the client on initial connection.
|
Status |
FlightClient.Authenticate(FlightCallOptions options,
ClientAuthHandler auth_handler)
\brief Authenticate to the server using the given handler.
|
Status |
ServerAuthHandler.Authenticate(ServerAuthSender outgoing,
ServerAuthReader incoming)
\brief Authenticate the client on initial connection.
|
Status |
NoOpAuthHandler.Authenticate(ServerAuthSender outgoing,
ServerAuthReader incoming) |
Status |
MetadataRecordBatchWriter.Begin(Schema schema) |
Status |
MetadataRecordBatchWriter.Begin(Schema schema,
IpcWriteOptions options)
\brief Begin writing data with the given schema.
|
static Status |
FlightClient.Connect(Location location,
FlightClient client)
\brief Connect to an unauthenticated flight service
|
static Status |
FlightClient.Connect(Location location,
FlightClientOptions options,
FlightClient client)
\brief Connect to an unauthenticated flight service
|
static Status |
BasicAuth.Deserialize(BytePointer serialized,
BasicAuth out) |
static Status |
FlightDescriptor.Deserialize(BytePointer serialized,
FlightDescriptor out) |
static Status |
FlightInfo.Deserialize(BytePointer serialized,
FlightInfo out) |
static Status |
Ticket.Deserialize(BytePointer serialized,
Ticket out) |
static Status |
BasicAuth.Deserialize(String serialized,
BasicAuth out) |
static Status |
FlightDescriptor.Deserialize(String serialized,
FlightDescriptor out)
\brief Parse the wire-format representation of this type.
|
static Status |
FlightInfo.Deserialize(String serialized,
FlightInfo out)
\brief Parse the wire-format representation of this type.
|
static Status |
Ticket.Deserialize(String serialized,
Ticket out)
\brief Parse the wire-format representation of this type.
|
Status |
FlightClient.DoAction(Action action,
ResultStream results) |
Status |
FlightClient.DoAction(FlightCallOptions options,
Action action,
ResultStream results)
\brief Perform the indicated action, returning an iterator to the stream
of results, if any
|
Status |
FlightServerBase.DoAction(ServerCallContext context,
Action action,
ResultStream result)
\brief Execute an action, return stream of zero or more results
|
Status |
FlightClient.DoExchange(FlightCallOptions options,
FlightDescriptor descriptor,
FlightStreamWriter writer,
FlightStreamReader reader) |
Status |
FlightClient.DoExchange(FlightDescriptor descriptor,
FlightStreamWriter writer,
FlightStreamReader reader) |
Status |
FlightServerBase.DoExchange(ServerCallContext context,
FlightMessageReader reader,
FlightMessageWriter writer)
\brief Process a bidirectional stream of IPC payloads
|
Status |
FlightClient.DoGet(FlightCallOptions options,
Ticket ticket,
FlightStreamReader stream)
\brief Given a flight ticket and schema, request to be sent the
stream.
|
Status |
FlightServerBase.DoGet(ServerCallContext context,
Ticket request,
FlightDataStream stream)
\brief Get a stream of IPC payloads to put on the wire
|
Status |
FlightClient.DoGet(Ticket ticket,
FlightStreamReader stream) |
Status |
FlightStreamWriter.DoneWriting()
\brief Indicate that the application is done writing to this stream.
|
Status |
FlightClient.DoPut(FlightCallOptions options,
FlightDescriptor descriptor,
Schema schema,
FlightStreamWriter stream,
FlightMetadataReader reader)
\brief Upload data to a Flight described by the given
descriptor.
|
Status |
FlightClient.DoPut(FlightDescriptor descriptor,
Schema schema,
FlightStreamWriter stream,
FlightMetadataReader reader) |
Status |
FlightServerBase.DoPut(ServerCallContext context,
FlightMessageReader reader,
FlightMetadataWriter writer)
\brief Process a stream of IPC payloads sent from a client
|
static Status |
Location.ForGrpcTcp(BytePointer host,
int port,
Location location) |
static Status |
Location.ForGrpcTcp(String host,
int port,
Location location)
\brief Initialize a location for a non-TLS, gRPC-based Flight
service from a host and port
|
static Status |
Location.ForGrpcTls(BytePointer host,
int port,
Location location) |
static Status |
Location.ForGrpcTls(String host,
int port,
Location location)
\brief Initialize a location for a TLS-enabled, gRPC-based Flight
service from a host and port
|
static Status |
Location.ForGrpcUnix(BytePointer path,
Location location) |
static Status |
Location.ForGrpcUnix(String path,
Location location)
\brief Initialize a location for a domain socket-based Flight
service
|
Status |
FlightClient.GetFlightInfo(FlightCallOptions options,
FlightDescriptor descriptor,
FlightInfo info)
\brief Request access plan for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetFlightInfo(FlightDescriptor descriptor,
FlightInfo info) |
Status |
FlightServerBase.GetFlightInfo(ServerCallContext context,
FlightDescriptor request,
FlightInfo info)
\brief Retrieve the schema and an access plan for the indicated
descriptor
|
Status |
FlightInfo.GetSchema(DictionaryMemo dictionary_memo,
Schema out)
\brief Deserialize the Arrow schema of the dataset, to be passed
to each call to DoGet.
|
Status |
SchemaResult.GetSchema(DictionaryMemo dictionary_memo,
Schema out)
\brief return schema
|
Status |
FlightClient.GetSchema(FlightCallOptions options,
FlightDescriptor descriptor,
SchemaResult schema_result)
\brief Request schema for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetSchema(FlightDescriptor descriptor,
SchemaResult schema_result) |
Status |
FlightServerBase.GetSchema(ServerCallContext context,
FlightDescriptor request,
SchemaResult schema)
\brief Retrieve the schema for the indicated descriptor
|
Status |
FlightDataStream.GetSchemaPayload(FlightPayload payload)
\brief Compute FlightPayload containing serialized RecordBatch schema
|
Status |
RecordBatchStream.GetSchemaPayload(FlightPayload payload) |
Status |
ClientAuthHandler.GetToken(BytePointer token)
\brief Get a per-call token.
|
Status |
FlightServerBase.Init(FlightServerOptions options)
\brief Initialize a Flight server listening at the given location.
|
Status |
ServerAuthHandler.IsValid(BytePointer token,
BytePointer peer_identity) |
Status |
NoOpAuthHandler.IsValid(BytePointer token,
BytePointer peer_identity) |
Status |
ServerAuthHandler.IsValid(String token,
BytePointer peer_identity)
\brief Validate a per-call client token.
|
Status |
NoOpAuthHandler.IsValid(String token,
BytePointer peer_identity) |
Status |
FlightClient.ListActions(ActionType actions) |
Status |
FlightClient.ListActions(FlightCallOptions options,
ActionType actions)
\brief Retrieve a list of available Action types
|
Status |
FlightServerBase.ListActions(ServerCallContext context,
ActionType actions)
\brief Retrieve the list of available actions
|
Status |
FlightClient.ListFlights(FlightCallOptions options,
Criteria criteria,
FlightListing listing)
\brief List available flights given indicated filter criteria
|
Status |
FlightClient.ListFlights(FlightListing listing)
\brief List all available flights known to the server
|
Status |
FlightServerBase.ListFlights(ServerCallContext context,
Criteria criteria,
FlightListing listings)
\brief Retrieve a list of available fields given an optional opaque
criteria
|
Status |
FlightListing.Next(FlightInfo info)
\brief Retrieve the next FlightInfo from the iterator.
|
Status |
SimpleFlightListing.Next(FlightInfo info) |
Status |
FlightDataStream.Next(FlightPayload payload) |
Status |
RecordBatchStream.Next(FlightPayload payload) |
Status |
MetadataRecordBatchReader.Next(FlightStreamChunk next)
\brief Get the next message from Flight.
|
Status |
ResultStream.Next(Result info)
\brief Retrieve the next Result from the iterator.
|
Status |
SimpleResultStream.Next(Result result) |
static Status |
Location.Parse(BytePointer uri_string,
Location location) |
static Status |
Location.Parse(String uri_string,
Location location)
\brief Initialize a location by parsing a URI string
|
Status |
ServerAuthReader.Read(BytePointer token) |
Status |
ClientAuthReader.Read(BytePointer response) |
Status |
MetadataRecordBatchReader.ReadAll(RecordBatchVector batches)
\brief Consume entire stream as a vector of record batches
|
Status |
MetadataRecordBatchReader.ReadAll(Table table)
\brief Consume entire stream as a Table
|
Status |
FlightMetadataReader.ReadMetadata(ArrowBuffer out)
\brief Read a message from the server.
|
static Status |
BasicAuth.Serialize(BasicAuth basic_auth,
BytePointer out) |
Status |
FlightInfo.SerializeToString(BytePointer out)
\brief Get the wire-format representation of this type.
|
Status |
Ticket.SerializeToString(BytePointer out)
\brief Get the wire-format representation of this type.
|
Status |
FlightDescriptor.SerializeToString(BytePointer out)
\brief Get the wire-format representation of this type.
|
Status |
FlightServerBase.Serve()
\brief Start serving.
|
Status |
FlightServerBase.SetShutdownOnSignals(int[] sigs) |
Status |
FlightServerBase.SetShutdownOnSignals(IntBuffer sigs) |
Status |
FlightServerBase.SetShutdownOnSignals(IntPointer sigs)
\brief Set the server to stop when receiving any of the given signal
numbers.
|
Status |
FlightServerBase.Shutdown()
\brief Shut down the server.
|
Status |
FlightInfoResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FlightServerBase.Wait()
\brief Block until server is terminated with Shutdown.
|
Status |
ClientAuthSender.Write(BytePointer token) |
Status |
ServerAuthSender.Write(BytePointer message) |
Status |
ClientAuthSender.Write(String token) |
Status |
ServerAuthSender.Write(String message) |
Status |
MetadataRecordBatchWriter.WriteMetadata(ArrowBuffer app_metadata) |
Status |
FlightMetadataWriter.WriteMetadata(ArrowBuffer app_metadata)
\brief Send a message to the client.
|
Status |
MetadataRecordBatchWriter.WriteWithMetadata(RecordBatch batch,
ArrowBuffer app_metadata) |
| Modifier and Type | Method and Description |
|---|---|
static FlightStatusDetail |
FlightStatusDetail.UnwrapStatus(Status status)
\brief Try to extract a \a FlightStatusDetail from any Arrow
status.
|
static FlightWriteSizeStatusDetail |
FlightWriteSizeStatusDetail.UnwrapStatus(Status status)
\brief Extract this status detail from a status, or return
nullptr if the status doesn't contain this status detail.
|
| Constructor and Description |
|---|
FlightInfoResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.AlignStream(InputStream stream) |
static Status |
arrow.AlignStream(InputStream stream,
int alignment)
\brief Advance stream to an 8-byte offset if its position is not a multiple
of 8 already
|
static Status |
arrow.AlignStream(OutputStream stream) |
static Status |
arrow.AlignStream(OutputStream stream,
int alignment)
\brief Advance stream to an 8-byte offset if its position is not a multiple
of 8 already
|
static Status |
arrow.ArrayFromJSON(DataType arg0,
BytePointer json,
Array out) |
static Status |
arrow.ArrayFromJSON(DataType arg0,
String json,
Array out) |
static Status |
arrow.CheckAligned(FileInterface stream) |
static Status |
arrow.CheckAligned(FileInterface stream,
int alignment)
\brief Return error Status if file position is not a multiple of the
indicated alignment
|
static Status |
arrow.CheckBufferLength()
\}
|
static Status |
arrow.CheckBufferLength(FixedSizeBinaryType t,
ArrowBuffer b) |
static Status |
arrow_dataset.CheckProjectable(Schema from,
Schema to)
Logic for automatically determining the structure of multi-file
dataset with possible partitioning according to available
partitioning
|
static Status |
arrow.CollectDictionaries(RecordBatch batch,
DictionaryMemo memo) |
static Status |
arrow.ComputeColumnMajorStrides(FixedWidthType type,
long[] shape,
long[] strides) |
static Status |
arrow.ComputeColumnMajorStrides(FixedWidthType type,
LongBuffer shape,
LongBuffer strides) |
static Status |
arrow.ComputeColumnMajorStrides(FixedWidthType type,
LongPointer shape,
LongPointer strides) |
static Status |
arrow.ComputeRowMajorStrides(FixedWidthType type,
long[] shape,
long[] strides) |
static Status |
arrow.ComputeRowMajorStrides(FixedWidthType type,
LongBuffer shape,
LongBuffer strides) |
static Status |
arrow.ComputeRowMajorStrides(FixedWidthType type,
LongPointer shape,
LongPointer strides) |
static Status |
arrow.Concatenate(ArrayVector arrays,
MemoryPool pool,
Array out)
Deprecated.
|
static Status |
arrow.CopyFiles(FileLocator sources,
FileLocator destinations) |
static Status |
arrow.CopyFiles(FileLocator sources,
FileLocator destinations,
IOContext io_context,
long chunk_size,
boolean use_threads)
\}
|
static Status |
arrow.CopyFiles(FileSystem source_fs,
FileSelector source_sel,
FileSystem destination_fs,
BytePointer destination_base_dir) |
static Status |
arrow.CopyFiles(FileSystem source_fs,
FileSelector source_sel,
FileSystem destination_fs,
BytePointer destination_base_dir,
IOContext io_context,
long chunk_size,
boolean use_threads) |
static Status |
arrow.CopyFiles(FileSystem source_fs,
FileSelector source_sel,
FileSystem destination_fs,
String destination_base_dir) |
static Status |
arrow.CopyFiles(FileSystem source_fs,
FileSelector source_sel,
FileSystem destination_fs,
String destination_base_dir,
IOContext io_context,
long chunk_size,
boolean use_threads)
\brief Copy selected files, including from one FileSystem to another
Directories will be created under the destination base directory as needed.
|
static Status |
arrow.DebugPrint(Array arr,
int indent) |
static Status |
arrow.DecodeMessage(MessageDecoder decoder,
InputStream stream)
\brief Feed data from InputStream to MessageDecoder to decode an
encapsulated IPC message (metadata and body)
This API is EXPERIMENTAL.
|
static Status |
arrow.FuzzIpcFile(byte[] data,
long size) |
static Status |
arrow.FuzzIpcFile(ByteBuffer data,
long size) |
static Status |
arrow.FuzzIpcFile(BytePointer data,
long size) |
static Status |
arrow.FuzzIpcStream(byte[] data,
long size) |
static Status |
arrow.FuzzIpcStream(ByteBuffer data,
long size) |
static Status |
arrow.FuzzIpcStream(BytePointer data,
long size) |
static Status |
arrow.FuzzIpcTensorStream(byte[] data,
long size) |
static Status |
arrow.FuzzIpcTensorStream(ByteBuffer data,
long size) |
static Status |
arrow.FuzzIpcTensorStream(BytePointer data,
long size) |
static Status |
parquet.FuzzReader(byte[] data,
long size) |
static Status |
parquet.FuzzReader(ByteBuffer data,
long size) |
static Status |
parquet.FuzzReader(BytePointer data,
long size) |
static Status |
arrow.GenericToStatus(Status st)
\endcond
|
static Status |
arrow.GetDictionaryPayload(long id,
Array dictionary,
IpcWriteOptions options,
IpcPayload payload)
\brief Compute IpcPayload for a dictionary
|
static Status |
arrow.GetDictionaryPayload(long id,
boolean is_delta,
Array dictionary,
IpcWriteOptions options,
IpcPayload payload)
\brief Compute IpcPayload for a dictionary
|
static Status |
arrow.GetRecordBatchPayload(RecordBatch batch,
IpcWriteOptions options,
IpcPayload out)
\brief Compute IpcPayload for the given record batch
|
static Status |
arrow.GetRecordBatchSize(RecordBatch batch,
IpcWriteOptions options,
long[] size) |
static Status |
arrow.GetRecordBatchSize(RecordBatch batch,
IpcWriteOptions options,
LongBuffer size) |
static Status |
arrow.GetRecordBatchSize(RecordBatch batch,
IpcWriteOptions options,
LongPointer size)
\brief Compute the number of bytes needed to write a record batch including metadata
|
static Status |
arrow.GetRecordBatchSize(RecordBatch batch,
long[] size) |
static Status |
arrow.GetRecordBatchSize(RecordBatch batch,
LongBuffer size) |
static Status |
arrow.GetRecordBatchSize(RecordBatch batch,
LongPointer size)
\brief Compute the number of bytes needed to write a record batch including metadata
|
static Status |
arrow.GetSchemaPayload(Schema schema,
IpcWriteOptions options,
DictionaryFieldMapper mapper,
IpcPayload out)
\brief Compute IpcPayload for the given schema
|
static Status |
arrow.GetSparseTensorPayload(SparseTensor sparse_tensor,
MemoryPool pool,
IpcPayload out)
\brief Compute IpcPayload for the given sparse tensor
|
static Status |
arrow.GetTensorSize(Tensor tensor,
long[] size) |
static Status |
arrow.GetTensorSize(Tensor tensor,
LongBuffer size) |
static Status |
arrow.GetTensorSize(Tensor tensor,
LongPointer size)
\brief Compute the number of bytes needed to write a tensor including metadata
|
static Status |
arrow.HaveLibHdfs() |
static Status |
arrow.Initialize(FileSystemGlobalOptions options)
Experimental: optional global initialization routine
This is for environments (such as manylinux) where the path
to TLS CA certificates needs to be configured at runtime.
|
static Status |
arrow.jemalloc_memory_pool(MemoryPool out) |
static Status |
arrow.jemalloc_memory_pool(PointerPointer out)
\brief Return a process-wide memory pool based on jemalloc.
|
static Status |
arrow.jemalloc_set_decay_ms(int ms)
\brief Set jemalloc memory page purging behavior for future-created arenas
to the indicated number of milliseconds.
|
static Status |
arrow.MakeBuilder(MemoryPool pool,
DataType type,
ArrayBuilder out)
\brief Construct an empty ArrayBuilder corresponding to the data
type
|
static Status |
arrow.MakeDictionaryBuilder(MemoryPool pool,
DataType type,
Array dictionary,
ArrayBuilder out)
\brief Construct an empty DictionaryBuilder initialized optionally
with a pre-existing dictionary
|
static Status |
arrow_flight.MakeFlightError(arrow_flight.FlightStatusCode code,
String message) |
static Status |
arrow_flight.MakeFlightError(arrow_flight.FlightStatusCode code,
String message,
String extra_info)
\brief Make an appropriate Arrow status for the given
Flight-specific status.
|
static Status |
arrow_flight.MakeFlightError(byte code,
BytePointer message) |
static Status |
arrow_flight.MakeFlightError(byte code,
BytePointer message,
BytePointer extra_info) |
static Status |
plasma.MakePlasmaError(byte code,
BytePointer message) |
static Status |
plasma.MakePlasmaError(plasma.PlasmaErrorCode code,
String message) |
static Status |
arrow.mimalloc_memory_pool(MemoryPool out) |
static Status |
arrow.mimalloc_memory_pool(PointerPointer out)
\brief Return a process-wide memory pool based on mimalloc.
|
static Status |
arrow.NoMatchingKernel(Function func,
ValueDescrVector arg1)
\brief Return an error message if no Kernel is found.
|
static Status |
parquet.OpenFile(RandomAccessFile arg0,
MemoryPool allocator,
FileReader reader)
\defgroup parquet-arrow-reader-factories Factory functions for Parquet Arrow readers
\{
|
static Status |
arrow.PrettyPrint(Array arr,
int indent,
Pointer sink)
\brief Print human-readable representation of Array
|
static Status |
arrow.PrettyPrint(Array arr,
PrettyPrintOptions options,
BytePointer result)
\brief Print human-readable representation of Array
|
static Status |
arrow.PrettyPrint(Array arr,
PrettyPrintOptions options,
Pointer sink)
\brief Print human-readable representation of Array
|
static Status |
arrow.PrettyPrint(ChunkedArray chunked_arr,
PrettyPrintOptions options,
BytePointer result)
\brief Print human-readable representation of ChunkedArray
|
static Status |
arrow.PrettyPrint(ChunkedArray chunked_arr,
PrettyPrintOptions options,
Pointer sink)
\brief Print human-readable representation of ChunkedArray
|
static Status |
arrow.PrettyPrint(RecordBatch batch,
int indent,
Pointer sink)
\brief Print human-readable representation of RecordBatch
|
static Status |
arrow.PrettyPrint(RecordBatch batch,
PrettyPrintOptions options,
Pointer sink) |
static Status |
arrow.PrettyPrint(Schema schema,
PrettyPrintOptions options,
BytePointer result) |
static Status |
arrow.PrettyPrint(Schema schema,
PrettyPrintOptions options,
Pointer sink) |
static Status |
arrow.PrettyPrint(Table table,
PrettyPrintOptions options,
Pointer sink)
\brief Print human-readable representation of Table
|
static Status |
arrow.RegisterCancellingSignalHandler(int[] signals) |
static Status |
arrow.RegisterCancellingSignalHandler(IntBuffer signals) |
static Status |
arrow.RegisterCancellingSignalHandler(IntPointer signals)
EXPERIMENTAL: Register signal handler triggering the signal-receiving StopSource
|
static Status |
arrow.RegisterExtensionType(ExtensionType type)
\brief Register an extension type globally.
|
static Status |
arrow.ResolveDictionaries(ArrayDataVector columns,
DictionaryMemo memo,
MemoryPool pool) |
static Status |
arrow.SerializeRecordBatch(RecordBatch batch,
IpcWriteOptions options,
OutputStream out)
\brief Write record batch to OutputStream
|
static Status |
arrow.SetCpuThreadPoolCapacity(int threads)
\brief Set the capacity of the global thread pool
Set the number of worker threads int the thread pool to which
Arrow dispatches various CPU-bound tasks.
|
static Status |
parquet.StatisticsAsScalars(Statistics Statistics,
Scalar min,
Scalar max)
\}
|
static Status |
arrow.UnregisterExtensionType(BytePointer type_name) |
static Status |
arrow.UnregisterExtensionType(String type_name)
\brief Delete an extension type from the global registry.
|
static Status |
arrow.ValidateTensorParameters(DataType type,
ArrowBuffer data,
long[] shape,
long[] strides,
StringVector dim_names) |
static Status |
arrow.ValidateTensorParameters(DataType type,
ArrowBuffer data,
LongBuffer shape,
LongBuffer strides,
StringVector dim_names) |
static Status |
arrow.ValidateTensorParameters(DataType type,
ArrowBuffer data,
LongPointer shape,
LongPointer strides,
StringVector dim_names) |
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcWriteOptions options,
OutputStream dst,
int[] metadata_length) |
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcWriteOptions options,
OutputStream dst,
IntBuffer metadata_length) |
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcWriteOptions options,
OutputStream dst,
IntPointer metadata_length)
\brief Write an IPC payload to the given stream.
|
static Status |
arrow.WriteRecordBatch(RecordBatch batch,
long buffer_start_offset,
OutputStream dst,
int[] metadata_length,
long[] body_length,
IpcWriteOptions options) |
static Status |
arrow.WriteRecordBatch(RecordBatch batch,
long buffer_start_offset,
OutputStream dst,
IntBuffer metadata_length,
LongBuffer body_length,
IpcWriteOptions options) |
static Status |
arrow.WriteRecordBatch(RecordBatch batch,
long buffer_start_offset,
OutputStream dst,
IntPointer metadata_length,
LongPointer body_length,
IpcWriteOptions options)
\brief Low-level API for writing a record batch (without schema)
to an OutputStream as encapsulated IPC message.
|
static Status |
arrow.WriteRecordBatchStream(RecordBatchVector batches,
IpcWriteOptions options,
OutputStream dst)
\brief Write multiple record batches to OutputStream, including schema
|
static Status |
arrow.WriteSparseTensor(SparseTensor sparse_tensor,
OutputStream dst,
int[] metadata_length,
long[] body_length) |
static Status |
arrow.WriteSparseTensor(SparseTensor sparse_tensor,
OutputStream dst,
IntBuffer metadata_length,
LongBuffer body_length) |
static Status |
arrow.WriteSparseTensor(SparseTensor sparse_tensor,
OutputStream dst,
IntPointer metadata_length,
LongPointer body_length)
\brief EXPERIMENTAL: Write arrow::SparseTensor as a contiguous message.
|
static Status |
parquet.WriteTable(Table table,
MemoryPool pool,
OutputStream sink,
long chunk_size) |
static Status |
parquet.WriteTable(Table table,
MemoryPool pool,
OutputStream sink,
long chunk_size,
WriterProperties properties,
ArrowWriterProperties arrow_properties)
\brief Write a Table to Parquet.
|
static Status |
arrow.WriteTable(Table table,
OutputStream dst) |
static Status |
arrow.WriteTable(Table table,
OutputStream dst,
WriteProperties properties) |
static Status |
arrow.WriteTensor(Tensor tensor,
OutputStream dst,
int[] metadata_length,
long[] body_length) |
static Status |
arrow.WriteTensor(Tensor tensor,
OutputStream dst,
IntBuffer metadata_length,
LongBuffer body_length) |
static Status |
arrow.WriteTensor(Tensor tensor,
OutputStream dst,
IntPointer metadata_length,
LongPointer body_length)
\brief Write arrow::Tensor as a contiguous message.
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.GenericToStatus(Status st)
\endcond
|
static void |
arrow_dataset.InvalidValueOrDie(Status st) |
static void |
arrow.InvalidValueOrDie(Status st) |
static void |
arrow_flight.InvalidValueOrDie(Status st) |
static boolean |
plasma.IsPlasmaObjectAlreadySealed(Status status)
Return true iff the status indicates an already sealed Plasma object.
|
static boolean |
plasma.IsPlasmaObjectExists(Status status)
Return true iff the status indicates an already existing Plasma object.
|
static boolean |
plasma.IsPlasmaObjectNotFound(Status status)
Return true iff the status indicates a nonexistent Plasma object.
|
static boolean |
plasma.IsPlasmaStoreFull(Status status)
Return true iff the status indicates the Plasma store reached its capacity limit.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Projector.Evaluate(RecordBatch batch,
ArrayDataVector output)
Evaluate the specified record batch, and populate the output arrays.
|
Status |
Projector.Evaluate(RecordBatch batch,
MemoryPool pool,
ArrayVector output)
Evaluate the specified record batch, and return the allocated and populated output
arrays.
|
Status |
Filter.Evaluate(RecordBatch batch,
SelectionVector out_selection)
Evaluate the specified record batch, and populate output selection vector.
|
Status |
Projector.Evaluate(RecordBatch batch,
SelectionVector selection_vector,
ArrayDataVector output)
Evaluate the specified record batch, and populate the output arrays at the filtered
positions.
|
Status |
Projector.Evaluate(RecordBatch batch,
SelectionVector selection_vector,
MemoryPool pool,
ArrayVector output)
Evaluate the specified record batch, and return the allocated and populated output
arrays.
|
static Status |
Filter.Make(Schema schema,
Condition condition,
Configuration config,
Filter filter)
\brief Build a filter for the given schema and condition.
|
static Status |
Filter.Make(Schema schema,
Condition condition,
Filter filter)
Build a filter for the given schema and condition, with the default configuration.
|
static Status |
Projector.Make(Schema schema,
Expression exprs,
Configuration configuration,
Projector projector)
Build a projector for the given schema to evaluate the vector of expressions.
|
static Status |
Projector.Make(Schema schema,
Expression exprs,
int selection_vector_mode,
Configuration configuration,
Projector projector) |
static Status |
Projector.Make(Schema schema,
Expression exprs,
Projector projector)
Build a default projector for the given schema to evaluate
the vector of expressions.
|
static Status |
Projector.Make(Schema schema,
Expression exprs,
SelectionVector.Mode selection_vector_mode,
Configuration configuration,
Projector projector)
Build a projector for the given schema to evaluate the vector of expressions.
|
static Status |
SelectionVector.MakeImmutableInt16(long num_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief creates a selection vector with pre populated buffer.
|
static Status |
SelectionVector.MakeImmutableInt32(long num_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief creates a selection vector with pre populated buffer.
|
static Status |
SelectionVector.MakeInt16(long max_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief make selection vector with int16 type records.
|
static Status |
SelectionVector.MakeInt16(long max_slots,
MemoryPool pool,
SelectionVector selection_vector) |
static Status |
SelectionVector.MakeInt32(long max_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief make selection vector with int32 type records.
|
static Status |
SelectionVector.MakeInt32(long max_slots,
MemoryPool pool,
SelectionVector selection_vector)
\brief make selection vector with int32 type records.
|
static Status |
SelectionVector.MakeInt64(long max_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief make selection vector with int64 type records.
|
static Status |
SelectionVector.MakeInt64(long max_slots,
MemoryPool pool,
SelectionVector selection_vector)
\brief make selection vector with int64 type records.
|
Status |
SelectionVector.PopulateFromBitMap(byte[] bitmap,
long bitmap_size,
long max_bitmap_index) |
Status |
SelectionVector.PopulateFromBitMap(ByteBuffer bitmap,
long bitmap_size,
long max_bitmap_index) |
Status |
SelectionVector.PopulateFromBitMap(BytePointer bitmap,
long bitmap_size,
long max_bitmap_index)
\brief populate selection vector for all the set bits in the bitmap.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
FileReaderBuilder.Build(FileReader out)
Build FileReader instance
|
Status |
FileWriter.Close() |
Status |
FileReader.GetColumn(int i,
ColumnReader out) |
Status |
FileReader.GetRecordBatchReader(int[] row_group_indices,
int[] column_indices,
RecordBatchReader out) |
Status |
FileReader.GetRecordBatchReader(int[] row_group_indices,
RecordBatchReader out) |
Status |
FileReader.GetRecordBatchReader(IntBuffer row_group_indices,
IntBuffer column_indices,
RecordBatchReader out) |
Status |
FileReader.GetRecordBatchReader(IntBuffer row_group_indices,
RecordBatchReader out) |
Status |
FileReader.GetRecordBatchReader(IntPointer row_group_indices,
IntPointer column_indices,
RecordBatchReader out)
\brief Return a RecordBatchReader of row groups selected from
row_group_indices, whose columns are selected by column_indices.
|
Status |
FileReader.GetRecordBatchReader(IntPointer row_group_indices,
RecordBatchReader out)
\brief Return a RecordBatchReader of row groups selected from row_group_indices.
|
Status |
FileReader.GetSchema(Schema out)
\brief Return arrow schema for all the columns.
|
static Status |
FileReader.Make(MemoryPool pool,
ParquetFileReader reader,
ArrowReaderProperties properties,
FileReader out)
Factory function to create a FileReader from a ParquetFileReader and properties
|
static Status |
FileReader.Make(MemoryPool pool,
ParquetFileReader reader,
FileReader out)
Factory function to create a FileReader from a ParquetFileReader
|
static Status |
FileWriter.Make(MemoryPool pool,
ParquetFileWriter writer,
Schema schema,
ArrowWriterProperties arrow_properties,
FileWriter out) |
Status |
FileWriter.NewRowGroup(long chunk_size) |
Status |
FileReaderBuilder.Open(RandomAccessFile file) |
Status |
FileReaderBuilder.Open(RandomAccessFile file,
ReaderProperties properties,
FileMetaData metadata)
Create FileReaderBuilder from Arrow file and optional properties / metadata
|
static Status |
FileWriter.Open(Schema schema,
MemoryPool pool,
OutputStream sink,
WriterProperties properties,
ArrowWriterProperties arrow_properties,
FileWriter writer) |
static Status |
FileWriter.Open(Schema schema,
MemoryPool pool,
OutputStream sink,
WriterProperties properties,
FileWriter writer) |
Status |
ColumnChunkReader.Read(ChunkedArray out) |
Status |
FileReader.ReadColumn(int i,
ChunkedArray out)
\brief Read column as a whole into a chunked array.
|
Status |
FileReader.ReadRowGroup(int i,
int[] column_indices,
Table out) |
Status |
FileReader.ReadRowGroup(int i,
IntBuffer column_indices,
Table out) |
Status |
FileReader.ReadRowGroup(int i,
IntPointer column_indices,
Table out) |
Status |
FileReader.ReadRowGroup(int i,
Table out) |
Status |
FileReader.ReadRowGroups(int[] row_groups,
int[] column_indices,
Table out) |
Status |
FileReader.ReadRowGroups(int[] row_groups,
Table out) |
Status |
FileReader.ReadRowGroups(IntBuffer row_groups,
IntBuffer column_indices,
Table out) |
Status |
FileReader.ReadRowGroups(IntBuffer row_groups,
Table out) |
Status |
FileReader.ReadRowGroups(IntPointer row_groups,
IntPointer column_indices,
Table out) |
Status |
FileReader.ReadRowGroups(IntPointer row_groups,
Table out) |
Status |
FileReader.ReadSchemaField(int i,
ChunkedArray out) |
Status |
FileReader.ReadTable(int[] column_indices,
Table out) |
Status |
FileReader.ReadTable(IntBuffer column_indices,
Table out) |
Status |
FileReader.ReadTable(IntPointer column_indices,
Table out)
\brief Read the given columns into a Table
The indicated column indices are relative to the schema
|
Status |
FileReader.ReadTable(Table out)
Read all columns into a Table
|
Status |
FileReader.ScanContents(int[] columns,
int column_batch_size,
long[] num_rows) |
Status |
FileReader.ScanContents(IntBuffer columns,
int column_batch_size,
LongBuffer num_rows) |
Status |
FileReader.ScanContents(IntPointer columns,
int column_batch_size,
LongPointer num_rows)
\brief Scan file contents with one thread, return number of rows
|
Status |
ParquetStatusException.status() |
Status |
ColumnWriter.WriteArrow(short[] def_levels,
short[] rep_levels,
long num_levels,
Array leaf_array,
ArrowWriteContext ctx,
boolean leaf_field_nullable) |
Status |
ColumnWriter.WriteArrow(ShortBuffer def_levels,
ShortBuffer rep_levels,
long num_levels,
Array leaf_array,
ArrowWriteContext ctx,
boolean leaf_field_nullable) |
Status |
ColumnWriter.WriteArrow(ShortPointer def_levels,
ShortPointer rep_levels,
long num_levels,
Array leaf_array,
ArrowWriteContext ctx,
boolean leaf_field_nullable)
\brief Write Apache Arrow columnar data directly to ColumnWriter.
|
Status |
FileWriter.WriteColumnChunk(Array data) |
Status |
FileWriter.WriteColumnChunk(ChunkedArray data) |
Status |
FileWriter.WriteColumnChunk(ChunkedArray data,
long offset,
long size)
\brief Write ColumnChunk in row group using slice of a ChunkedArray
|
Status |
FileWriter.WriteTable(Table table,
long chunk_size)
\brief Write a Table to Parquet.
|
| Constructor and Description |
|---|
ParquetStatusException(Status status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
PlasmaClient.Abort(UniqueID object_id)
Abort an unsealed object in the object store.
|
Status |
PlasmaClient.Connect(BytePointer store_socket_name) |
Status |
PlasmaClient.Connect(BytePointer store_socket_name,
BytePointer manager_socket_name,
int release_delay,
int num_retries) |
Status |
PlasmaClient.Connect(String store_socket_name) |
Status |
PlasmaClient.Connect(String store_socket_name,
String manager_socket_name,
int release_delay,
int num_retries)
Connect to the local plasma store.
|
Status |
PlasmaClient.Contains(UniqueID object_id,
boolean[] has_object) |
Status |
PlasmaClient.Contains(UniqueID object_id,
BoolPointer has_object)
Check if the object store contains a particular object and the object has
been sealed.
|
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
byte[] metadata,
long metadata_size,
ArrowBuffer data) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
byte[] metadata,
long metadata_size,
ArrowBuffer data,
int device_num,
boolean evict_if_full) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
ByteBuffer metadata,
long metadata_size,
ArrowBuffer data) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
ByteBuffer metadata,
long metadata_size,
ArrowBuffer data,
int device_num,
boolean evict_if_full) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
BytePointer metadata,
long metadata_size,
ArrowBuffer data) |
Status |
PlasmaClient.Create(UniqueID object_id,
long data_size,
BytePointer metadata,
long metadata_size,
ArrowBuffer data,
int device_num,
boolean evict_if_full)
Create an object in the Plasma Store.
|
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
BytePointer data,
BytePointer metadata) |
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
BytePointer data,
BytePointer metadata,
boolean evict_if_full) |
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
String data,
String metadata) |
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
String data,
String metadata,
boolean evict_if_full)
Create and seal an object in the object store.
|
Status |
PlasmaClient.CreateAndSealBatch(UniqueID object_ids,
StringVector data,
StringVector metadata) |
Status |
PlasmaClient.CreateAndSealBatch(UniqueID object_ids,
StringVector data,
StringVector metadata,
boolean evict_if_full)
Create and seal multiple objects in the object store.
|
Status |
PlasmaClient.DecodeNotifications(byte[] buffer,
UniqueID object_ids,
long[] data_sizes,
long[] metadata_sizes) |
Status |
PlasmaClient.DecodeNotifications(ByteBuffer buffer,
UniqueID object_ids,
LongBuffer data_sizes,
LongBuffer metadata_sizes) |
Status |
PlasmaClient.DecodeNotifications(BytePointer buffer,
UniqueID object_ids,
LongPointer data_sizes,
LongPointer metadata_sizes) |
Status |
PlasmaClient.Delete(UniqueID object_id)
Delete an object from the object store.
|
Status |
PlasmaClient.Disconnect()
Disconnect from the local plasma instance, including the local store and
manager.
|
Status |
PlasmaClient.Evict(long num_bytes,
long[] num_bytes_evicted) |
Status |
PlasmaClient.Evict(long num_bytes,
LongBuffer num_bytes_evicted) |
Status |
PlasmaClient.Evict(long num_bytes,
LongPointer num_bytes_evicted)
Delete objects until we have freed up num_bytes bytes or there are no more
released objects that can be deleted.
|
Status |
PlasmaClient.Get(UniqueID object_ids,
long num_objects,
long timeout_ms,
ObjectBuffer object_buffers)
Deprecated variant of Get() that doesn't automatically release buffers
when they get out of scope.
|
Status |
PlasmaClient.Get(UniqueID object_ids,
long timeout_ms,
ObjectBuffer object_buffers)
Get some objects from the Plasma Store.
|
Status |
PlasmaClient.GetNotification(int fd,
UniqueID object_id,
long[] data_size,
long[] metadata_size) |
Status |
PlasmaClient.GetNotification(int fd,
UniqueID object_id,
LongBuffer data_size,
LongBuffer metadata_size) |
Status |
PlasmaClient.GetNotification(int fd,
UniqueID object_id,
LongPointer data_size,
LongPointer metadata_size)
Receive next object notification for this client if Subscribe has been called.
|
Status |
PlasmaClient.Hash(UniqueID object_id,
byte[] digest) |
Status |
PlasmaClient.Hash(UniqueID object_id,
ByteBuffer digest) |
Status |
PlasmaClient.Hash(UniqueID object_id,
BytePointer digest)
Compute the hash of an object in the object store.
|
Status |
PlasmaClient.List(StringStringMap objects)
List all the objects in the object store.
|
Status |
PlasmaClient.Refresh(UniqueID object_ids)
Bump objects up in the LRU cache, i.e.
|
Status |
PlasmaClient.Release(UniqueID object_id)
Tell Plasma that the client no longer needs the object.
|
Status |
PlasmaClient.Seal(UniqueID object_id)
Seal an object in the object store.
|
Status |
PlasmaClient.SetClientOptions(BytePointer client_name,
long output_memory_quota) |
Status |
PlasmaClient.SetClientOptions(String client_name,
long output_memory_quota)
Set runtime options for this client.
|
Status |
PlasmaClient.Subscribe(int[] fd) |
Status |
PlasmaClient.Subscribe(IntBuffer fd) |
Status |
PlasmaClient.Subscribe(IntPointer fd)
Subscribe to notifications when objects are sealed in the object store.
|
Copyright © 2021. All rights reserved.