| 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 |
SlowRandomAccessFile.Abort() |
Status |
SlowInputStream.Abort() |
Status |
ReadableFileRandomAccessFileConcurrencyWrapper.Abort() |
Status |
FileInterface.Abort()
\brief Close the stream abruptly
This method does not guarantee that any pending data is flushed.
|
Status |
CompressedOutputStream.Abort() |
Status |
CompressedInputStreamConcurrencyWrapper.Abort() |
Status |
BufferReaderRandomAccessFileConcurrencyWrapper.Abort() |
Status |
BufferedOutputStream.Abort() |
Status |
BufferedInputStreamConcurrencyWrapper.Abort() |
Status |
Array.Accept(ArrayVisitor visitor) |
Status |
DataType.Accept(TypeVisitor visitor) |
Status |
RecordBatch.AddColumn(int i,
BytePointer field_name,
Array column,
RecordBatch out) |
Status |
RecordBatch.AddColumn(int i,
Field field,
Array column,
RecordBatch out)
\brief Add column to the record batch, producing a new RecordBatch
|
Status |
Table.AddColumn(int i,
Field field_arg,
ChunkedArray column,
Table out)
\brief Add column to the table, producing a new Table
|
Status |
RecordBatch.AddColumn(int i,
String field_name,
Array column,
RecordBatch out)
\brief Add new nullable column to the record batch, producing a new
RecordBatch.
|
Status |
DictionaryMemo.AddDictionary(long id,
Array dictionary)
\brief Add a dictionary to the memo with a particular id.
|
Status |
SchemaBuilder.AddField(Field field)
\brief Add a field to the constructed schema.
|
Status |
Schema.AddField(int i,
Field field,
Schema out) |
Status |
DictionaryMemo.AddField(long id,
Field field)
\brief Add field to the memo, return KeyError if already present
|
Status |
SchemaBuilder.AddFields(FieldVector fields)
\brief Add multiple fields to the constructed schema.
|
Status |
SchemaBuilder.AddMetadata(KeyValueMetadata metadata) |
Status |
SchemaBuilder.AddSchema(Schema schema)
\brief Add fields of a Schema to the constructed Schema.
|
Status |
SchemaBuilder.AddSchemas(SchemaVector schemas)
\brief Add fields of multiple Schemas to the constructed Schema.
|
Status |
TypedBufferBuilder.Advance(long length) |
Status |
InputStream.Advance(long nbytes)
\brief Advance or skip stream indicated number of bytes
|
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 |
FunctionContext.Allocate(long nbytes,
ArrowBuffer out)
\brief Allocate buffer from the context's memory pool
|
Status |
ProxyMemoryPool.Allocate(long size,
byte[] out) |
Status |
MemoryPool.Allocate(long size,
byte[] out) |
Status |
LoggingMemoryPool.Allocate(long size,
byte[] out) |
Status |
ProxyMemoryPool.Allocate(long size,
ByteBuffer out) |
Status |
MemoryPool.Allocate(long size,
ByteBuffer out) |
Status |
LoggingMemoryPool.Allocate(long size,
ByteBuffer out) |
Status |
ProxyMemoryPool.Allocate(long size,
BytePointer out) |
Status |
MemoryPool.Allocate(long size,
BytePointer out) |
Status |
LoggingMemoryPool.Allocate(long size,
BytePointer out) |
Status |
ProxyMemoryPool.Allocate(long size,
PointerPointer 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 |
Status.and(Status s) |
Status |
Status.andPut(Status s) |
Status |
StructBuilder.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 |
BaseLargeListBuilder.Append() |
Status |
TypedBufferBuilder.Append(boolean value) |
Status |
StructBuilder.Append(boolean is_valid)
Append an element to the Struct.
|
Status |
BooleanBuilder.Append(boolean val)
Scalar append
|
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 |
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 |
UInt8Builder.Append(byte val)
Append a single scalar and increase the size if necessary.
|
Status |
SparseUnionBuilder.Append(byte next_type)
\brief Append an element to the UnionArray.
|
Status |
Int8Builder.Append(byte val)
Append a single scalar and increase the size if necessary.
|
Status |
DenseUnionBuilder.Append(byte next_type)
\brief Append an element to the UnionArray.
|
Status |
BooleanBuilder.Append(byte val) |
Status |
FixedSizeBinaryBuilder.Append(byte[] value) |
Status |
ChunkedBinaryBuilder.Append(byte[] value,
int length) |
Status |
BaseBinaryBuilder.Append(byte[] value,
int length) |
Status |
TypedBufferBuilder.Append(byte[] valid_bytes,
long num_elements) |
Status |
BaseLargeBinaryBuilder.Append(byte[] value,
long length) |
Status |
FixedSizeBinaryBuilder.Append(ByteBuffer value) |
Status |
ChunkedBinaryBuilder.Append(ByteBuffer value,
int length) |
Status |
BaseBinaryBuilder.Append(ByteBuffer value,
int length) |
Status |
TypedBufferBuilder.Append(ByteBuffer valid_bytes,
long num_elements) |
Status |
BaseLargeBinaryBuilder.Append(ByteBuffer value,
long length) |
Status |
FixedSizeBinaryBuilder.Append(BytePointer value) |
Status |
TableWriter.Append(BytePointer name,
Array values) |
Status |
ChunkedBinaryBuilder.Append(BytePointer value,
int length) |
Status |
BaseBinaryBuilder.Append(BytePointer value,
int length) |
Status |
TypedBufferBuilder.Append(BytePointer valid_bytes,
long num_elements) |
Status |
BaseLargeBinaryBuilder.Append(BytePointer value,
long length) |
Status |
DayTimeIntervalBuilder.Append(DayTimeIntervalType.DayMilliseconds day_millis) |
Status |
Decimal128Builder.Append(Decimal128 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 |
UInt32Builder.Append(int 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 |
UInt64Builder.Append(long 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 |
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 |
ReadaheadQueue.Append(ReadaheadPromise arg0) |
Status |
UInt16Builder.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 |
HalfFloatBuilder.Append(short val)
Append a single scalar and increase the size if necessary.
|
Status |
FixedSizeBinaryBuilder.Append(String value) |
Status |
TableWriter.Append(String name,
Array values)
\brief Append a column to the file
|
Status |
BaseBinaryBuilder.Append(String value,
int length) |
Status |
BaseLargeBinaryBuilder.Append(String value,
long length) |
Status |
UInt8Builder.AppendNull()
\brief Append a single null element
|
Status |
UInt64Builder.AppendNull()
\brief Append a single null element
|
Status |
UInt32Builder.AppendNull()
\brief Append a single null element
|
Status |
UInt16Builder.AppendNull()
\brief Append a single null element
|
Status |
StructBuilder.AppendNull() |
Status |
SparseUnionBuilder.AppendNull() |
Status |
NullBuilder.AppendNull()
\brief Append a single null element
|
Status |
MapBuilder.AppendNull() |
Status |
Int8Builder.AppendNull()
\brief Append a single null element
|
Status |
Int64Builder.AppendNull()
\brief Append a single null element
|
Status |
Int32Builder.AppendNull()
\brief Append a single null element
|
Status |
Int16Builder.AppendNull()
\brief Append a single null element
|
Status |
HalfFloatBuilder.AppendNull()
\brief Append a single null element
|
Status |
FloatBuilder.AppendNull()
\brief Append a single null element
|
Status |
FixedSizeListBuilder.AppendNull()
\brief Append a null fixed length list.
|
Status |
FixedSizeBinaryBuilder.AppendNull() |
Status |
DoubleBuilder.AppendNull()
\brief Append a single null element
|
Status |
DenseUnionBuilder.AppendNull() |
Status |
DayTimeIntervalBuilder.AppendNull() |
Status |
ChunkedBinaryBuilder.AppendNull() |
Status |
BooleanBuilder.AppendNull() |
Status |
BaseListBuilder.AppendNull() |
Status |
BaseLargeListBuilder.AppendNull() |
Status |
BaseLargeBinaryBuilder.AppendNull() |
Status |
BaseBinaryBuilder.AppendNull() |
Status |
ArrayBuilder.AppendNull() |
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 |
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 |
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 |
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 |
StructBuilder.AppendNulls(long length) |
Status |
SparseUnionBuilder.AppendNulls(long length) |
Status |
NullBuilder.AppendNulls(long length)
\brief Append the specified number of null elements
|
Status |
MapBuilder.AppendNulls(long length) |
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 |
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 |
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 |
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 |
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 |
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 |
FixedSizeListBuilder.AppendNulls(long length)
\brief Append length null fixed length lists.
|
Status |
FixedSizeBinaryBuilder.AppendNulls(long length) |
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 |
DenseUnionBuilder.AppendNulls(long length) |
Status |
DayTimeIntervalBuilder.AppendNulls(long length) |
Status |
BooleanBuilder.AppendNulls(long length)
Write nulls as uint8_t* (0 value indicates null) into pre-allocated memory
|
Status |
BaseListBuilder.AppendNulls(long length) |
Status |
BaseLargeListBuilder.AppendNulls(long length) |
Status |
BaseLargeBinaryBuilder.AppendNulls(long length) |
Status |
BaseBinaryBuilder.AppendNulls(long length) |
Status |
ArrayBuilder.AppendNulls(long length) |
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 |
Int8Builder.AppendValues(byte[] values) |
Status |
BooleanBuilder.AppendValues(byte[] values) |
Status |
UInt8Builder.AppendValues(byte[] values,
BoolVector is_valid) |
Status |
Int8Builder.AppendValues(byte[] values,
BoolVector is_valid) |
Status |
BooleanBuilder.AppendValues(byte[] values,
BoolVector is_valid) |
Status |
UInt8Builder.AppendValues(byte[] values,
long length) |
Status |
Int8Builder.AppendValues(byte[] values,
long length) |
Status |
FixedSizeBinaryBuilder.AppendValues(byte[] data,
long length) |
Status |
BooleanBuilder.AppendValues(byte[] values,
long length) |
Status |
BaseLargeBinaryBuilder.AppendValues(byte[] values,
long length) |
Status |
BaseBinaryBuilder.AppendValues(byte[] values,
long length) |
Status |
UInt8Builder.AppendValues(byte[] values,
long length,
BoolVector is_valid) |
Status |
Int8Builder.AppendValues(byte[] values,
long length,
BoolVector is_valid) |
Status |
BooleanBuilder.AppendValues(byte[] values,
long length,
BoolVector is_valid) |
Status |
UInt8Builder.AppendValues(byte[] values,
long length,
byte[] valid_bytes) |
Status |
Int8Builder.AppendValues(byte[] values,
long length,
byte[] valid_bytes) |
Status |
FixedSizeBinaryBuilder.AppendValues(byte[] data,
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 |
BaseBinaryBuilder.AppendValues(byte[] values,
long length,
byte[] valid_bytes) |
Status |
UInt8Builder.AppendValues(ByteBuffer values) |
Status |
Int8Builder.AppendValues(ByteBuffer values) |
Status |
BooleanBuilder.AppendValues(ByteBuffer values) |
Status |
UInt8Builder.AppendValues(ByteBuffer values,
BoolVector is_valid) |
Status |
Int8Builder.AppendValues(ByteBuffer values,
BoolVector is_valid) |
Status |
BooleanBuilder.AppendValues(ByteBuffer values,
BoolVector is_valid) |
Status |
UInt8Builder.AppendValues(ByteBuffer values,
long length) |
Status |
Int8Builder.AppendValues(ByteBuffer values,
long length) |
Status |
FixedSizeBinaryBuilder.AppendValues(ByteBuffer data,
long length) |
Status |
BooleanBuilder.AppendValues(ByteBuffer values,
long length) |
Status |
BaseLargeBinaryBuilder.AppendValues(ByteBuffer values,
long length) |
Status |
BaseBinaryBuilder.AppendValues(ByteBuffer values,
long length) |
Status |
UInt8Builder.AppendValues(ByteBuffer values,
long length,
BoolVector is_valid) |
Status |
Int8Builder.AppendValues(ByteBuffer values,
long length,
BoolVector is_valid) |
Status |
BooleanBuilder.AppendValues(ByteBuffer values,
long length,
BoolVector is_valid) |
Status |
UInt8Builder.AppendValues(ByteBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
Int8Builder.AppendValues(ByteBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
FixedSizeBinaryBuilder.AppendValues(ByteBuffer data,
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 |
BaseBinaryBuilder.AppendValues(ByteBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
UInt8Builder.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 |
BooleanBuilder.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 |
Int8Builder.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 |
UInt8Builder.AppendValues(BytePointer values,
long length) |
Status |
Int8Builder.AppendValues(BytePointer values,
long length) |
Status |
FixedSizeBinaryBuilder.AppendValues(BytePointer data,
long length) |
Status |
BooleanBuilder.AppendValues(BytePointer values,
long length) |
Status |
BaseLargeBinaryBuilder.AppendValues(BytePointer values,
long length) |
Status |
BaseBinaryBuilder.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 |
Int8Builder.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 |
UInt8Builder.AppendValues(BytePointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
Int8Builder.AppendValues(BytePointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
Status |
FixedSizeBinaryBuilder.AppendValues(BytePointer data,
long length,
BytePointer valid_bytes) |
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 |
BaseBinaryBuilder.AppendValues(BytePointer values,
long length,
BytePointer valid_bytes) |
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 |
UInt32Builder.AppendValues(int[] values) |
Status |
Int32Builder.AppendValues(int[] values) |
Status |
UInt32Builder.AppendValues(int[] values,
BoolVector is_valid) |
Status |
Int32Builder.AppendValues(int[] values,
BoolVector is_valid) |
Status |
UInt32Builder.AppendValues(int[] values,
long length) |
Status |
MapBuilder.AppendValues(int[] offsets,
long length) |
Status |
Int32Builder.AppendValues(int[] values,
long length) |
Status |
BaseListBuilder.AppendValues(int[] offsets,
long length) |
Status |
UInt32Builder.AppendValues(int[] values,
long length,
BoolVector is_valid) |
Status |
Int32Builder.AppendValues(int[] values,
long length,
BoolVector is_valid) |
Status |
UInt32Builder.AppendValues(int[] values,
long length,
byte[] valid_bytes) |
Status |
MapBuilder.AppendValues(int[] offsets,
long length,
byte[] valid_bytes) |
Status |
Int32Builder.AppendValues(int[] values,
long length,
byte[] valid_bytes) |
Status |
BaseListBuilder.AppendValues(int[] offsets,
long length,
byte[] valid_bytes) |
Status |
UInt32Builder.AppendValues(IntBuffer values) |
Status |
Int32Builder.AppendValues(IntBuffer values) |
Status |
UInt32Builder.AppendValues(IntBuffer values,
BoolVector is_valid) |
Status |
Int32Builder.AppendValues(IntBuffer values,
BoolVector is_valid) |
Status |
UInt32Builder.AppendValues(IntBuffer values,
long length) |
Status |
MapBuilder.AppendValues(IntBuffer offsets,
long length) |
Status |
Int32Builder.AppendValues(IntBuffer values,
long length) |
Status |
BaseListBuilder.AppendValues(IntBuffer offsets,
long length) |
Status |
UInt32Builder.AppendValues(IntBuffer values,
long length,
BoolVector is_valid) |
Status |
Int32Builder.AppendValues(IntBuffer values,
long length,
BoolVector is_valid) |
Status |
UInt32Builder.AppendValues(IntBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
MapBuilder.AppendValues(IntBuffer offsets,
long length,
ByteBuffer valid_bytes) |
Status |
Int32Builder.AppendValues(IntBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
BaseListBuilder.AppendValues(IntBuffer offsets,
long length,
ByteBuffer valid_bytes) |
Status |
UInt32Builder.AppendValues(IntPointer values)
\brief Append a sequence of elements in one shot
|
Status |
Int32Builder.AppendValues(IntPointer values)
\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,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
UInt32Builder.AppendValues(IntPointer values,
long length) |
Status |
MapBuilder.AppendValues(IntPointer offsets,
long length) |
Status |
Int32Builder.AppendValues(IntPointer values,
long length) |
Status |
BaseListBuilder.AppendValues(IntPointer offsets,
long length) |
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,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
UInt32Builder.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 |
Int32Builder.AppendValues(IntPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of elements in one shot
|
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 |
FixedSizeListBuilder.AppendValues(long length) |
Status |
UInt64Builder.AppendValues(long[] values) |
Status |
Int64Builder.AppendValues(long[] values) |
Status |
UInt64Builder.AppendValues(long[] values,
BoolVector is_valid) |
Status |
Int64Builder.AppendValues(long[] values,
BoolVector is_valid) |
Status |
UInt64Builder.AppendValues(long[] values,
long length) |
Status |
Int64Builder.AppendValues(long[] values,
long length) |
Status |
BaseLargeListBuilder.AppendValues(long[] offsets,
long length) |
Status |
UInt64Builder.AppendValues(long[] values,
long length,
BoolVector is_valid) |
Status |
Int64Builder.AppendValues(long[] values,
long length,
BoolVector is_valid) |
Status |
UInt64Builder.AppendValues(long[] values,
long length,
byte[] valid_bytes) |
Status |
Int64Builder.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 |
UInt64Builder.AppendValues(LongBuffer values) |
Status |
Int64Builder.AppendValues(LongBuffer values) |
Status |
UInt64Builder.AppendValues(LongBuffer values,
BoolVector is_valid) |
Status |
Int64Builder.AppendValues(LongBuffer values,
BoolVector is_valid) |
Status |
UInt64Builder.AppendValues(LongBuffer values,
long length) |
Status |
Int64Builder.AppendValues(LongBuffer values,
long length) |
Status |
BaseLargeListBuilder.AppendValues(LongBuffer offsets,
long length) |
Status |
UInt64Builder.AppendValues(LongBuffer values,
long length,
BoolVector is_valid) |
Status |
Int64Builder.AppendValues(LongBuffer values,
long length,
BoolVector is_valid) |
Status |
UInt64Builder.AppendValues(LongBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
Int64Builder.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 |
UInt64Builder.AppendValues(LongPointer values)
\brief Append a sequence of elements in one shot
|
Status |
Int64Builder.AppendValues(LongPointer values)
\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,
BoolVector is_valid)
\brief Append a sequence of elements in one shot
|
Status |
UInt64Builder.AppendValues(LongPointer values,
long length) |
Status |
Int64Builder.AppendValues(LongPointer values,
long length) |
Status |
BaseLargeListBuilder.AppendValues(LongPointer offsets,
long length) |
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,
BoolVector is_valid)
\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 |
Int64Builder.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 |
BaseLargeBinaryBuilder.AppendValues(PointerPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of nul-terminated strings in one shot.
|
Status |
BaseBinaryBuilder.AppendValues(PointerPointer values,
long length,
BytePointer valid_bytes)
\brief Append a sequence of nul-terminated strings in one shot.
|
Status |
UInt16Builder.AppendValues(short[] values) |
Status |
Int16Builder.AppendValues(short[] values) |
Status |
HalfFloatBuilder.AppendValues(short[] values) |
Status |
UInt16Builder.AppendValues(short[] values,
BoolVector is_valid) |
Status |
Int16Builder.AppendValues(short[] values,
BoolVector is_valid) |
Status |
HalfFloatBuilder.AppendValues(short[] values,
BoolVector is_valid) |
Status |
UInt16Builder.AppendValues(short[] values,
long length) |
Status |
Int16Builder.AppendValues(short[] values,
long length) |
Status |
HalfFloatBuilder.AppendValues(short[] values,
long length) |
Status |
UInt16Builder.AppendValues(short[] values,
long length,
BoolVector is_valid) |
Status |
Int16Builder.AppendValues(short[] values,
long length,
BoolVector is_valid) |
Status |
HalfFloatBuilder.AppendValues(short[] values,
long length,
BoolVector is_valid) |
Status |
UInt16Builder.AppendValues(short[] values,
long length,
byte[] valid_bytes) |
Status |
Int16Builder.AppendValues(short[] values,
long length,
byte[] valid_bytes) |
Status |
HalfFloatBuilder.AppendValues(short[] values,
long length,
byte[] valid_bytes) |
Status |
UInt16Builder.AppendValues(ShortBuffer values) |
Status |
Int16Builder.AppendValues(ShortBuffer values) |
Status |
HalfFloatBuilder.AppendValues(ShortBuffer values) |
Status |
UInt16Builder.AppendValues(ShortBuffer values,
BoolVector is_valid) |
Status |
Int16Builder.AppendValues(ShortBuffer values,
BoolVector is_valid) |
Status |
HalfFloatBuilder.AppendValues(ShortBuffer values,
BoolVector is_valid) |
Status |
UInt16Builder.AppendValues(ShortBuffer values,
long length) |
Status |
Int16Builder.AppendValues(ShortBuffer values,
long length) |
Status |
HalfFloatBuilder.AppendValues(ShortBuffer values,
long length) |
Status |
UInt16Builder.AppendValues(ShortBuffer values,
long length,
BoolVector is_valid) |
Status |
Int16Builder.AppendValues(ShortBuffer values,
long length,
BoolVector is_valid) |
Status |
HalfFloatBuilder.AppendValues(ShortBuffer values,
long length,
BoolVector is_valid) |
Status |
UInt16Builder.AppendValues(ShortBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
Int16Builder.AppendValues(ShortBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
HalfFloatBuilder.AppendValues(ShortBuffer values,
long length,
ByteBuffer valid_bytes) |
Status |
UInt16Builder.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 |
HalfFloatBuilder.AppendValues(ShortPointer values)
\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 |
Int16Builder.AppendValues(ShortPointer values,
BoolVector is_valid)
\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 |
UInt16Builder.AppendValues(ShortPointer values,
long length) |
Status |
Int16Builder.AppendValues(ShortPointer values,
long length) |
Status |
HalfFloatBuilder.AppendValues(ShortPointer values,
long length) |
Status |
UInt16Builder.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 |
HalfFloatBuilder.AppendValues(ShortPointer values,
long length,
BoolVector is_valid)
\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 |
Int16Builder.AppendValues(ShortPointer values,
long length,
BytePointer valid_bytes)
\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 |
BaseLargeBinaryBuilder.AppendValues(StringVector values) |
Status |
BaseBinaryBuilder.AppendValues(StringVector values) |
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values,
byte[] valid_bytes) |
Status |
BaseBinaryBuilder.AppendValues(StringVector values,
byte[] valid_bytes) |
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values,
ByteBuffer valid_bytes) |
Status |
BaseBinaryBuilder.AppendValues(StringVector values,
ByteBuffer valid_bytes) |
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values,
BytePointer valid_bytes)
\brief Append a sequence of strings in one shot.
|
Status |
BaseBinaryBuilder.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 |
UnaryKernel.Call(FunctionContext ctx,
Datum input,
Datum out)
\brief Executes the kernel.
|
Status |
TakeKernel.Call(FunctionContext ctx,
Datum values,
Datum indices,
Datum out)
\brief BinaryKernel interface
delegates to subclasses via Take()
|
Status |
FilterKernel.Call(FunctionContext ctx,
Datum values,
Datum filter,
Datum out)
\brief BinaryKernel interface
delegates to subclasses via Filter()
|
Status |
BinaryKernel.Call(FunctionContext ctx,
Datum left,
Datum right,
Datum out) |
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 |
SlowRandomAccessFile.Close() |
Status |
SlowInputStream.Close() |
Status |
RecordBatchWriter.Close()
\brief Perform any logic necessary to finish the stream
|
Status |
RecordBatchStreamWriter.Close()
\brief Close the stream by writing a 4-byte int32 0 EOS market
|
Status |
RecordBatchFileWriter.Close()
\brief Close the file stream by writing the file footer and magic number
|
Status |
ReadableFileRandomAccessFileConcurrencyWrapper.Close() |
Status |
MockOutputStream.Close() |
Status |
MemoryMappedFile.Close() |
Status |
IpcPayloadWriter.Close() |
Status |
HdfsReadableFile.Close() |
Status |
HdfsOutputStream.Close() |
Status |
FixedSizeBufferWriter.Close() |
Status |
FileOutputStream.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 |
CompressedOutputStream.Close()
\brief Close the compressed output stream.
|
Status |
CompressedInputStreamConcurrencyWrapper.Close() |
Status |
BufferReaderRandomAccessFileConcurrencyWrapper.Close() |
Status |
BufferOutputStream.Close()
Close the stream, preserving the buffer (retrieve it with Finish()).
|
Status |
BufferedOutputStream.Close()
\brief Close the buffered output stream.
|
Status |
BufferedInputStreamConcurrencyWrapper.Close() |
Status |
Table.CombineChunks(MemoryPool pool,
Table out)
\brief Make a new table by combining the chunks this table has.
|
Status |
Codec.Compress(long input_len,
byte[] input,
long output_buffer_len,
byte[] output_buffer,
long[] output_len)
Deprecated.
|
Status |
Codec.Compress(long input_len,
ByteBuffer input,
long output_buffer_len,
ByteBuffer output_buffer,
LongBuffer output_len)
Deprecated.
|
Status |
Codec.Compress(long input_len,
BytePointer input,
long output_buffer_len,
BytePointer output_buffer,
LongPointer output_len)
Deprecated.
|
static Status |
HadoopFileSystem.Connect(HdfsConnectionConfig config,
HadoopFileSystem fs) |
Status |
ArrowBuffer.Copy(long start,
long nbytes,
ArrowBuffer out)
Copy a section of the buffer using the default memory pool into a new Buffer.
|
Status |
ArrowBuffer.Copy(long start,
long nbytes,
MemoryPool pool,
ArrowBuffer out)
Copy a section of the buffer into a new Buffer.
|
Status |
SubTreeFileSystem.CopyFile(BytePointer src,
BytePointer dest) |
Status |
SlowFileSystem.CopyFile(BytePointer src,
BytePointer dest) |
Status |
MockFileSystem.CopyFile(BytePointer src,
BytePointer dest) |
Status |
LocalFileSystem.CopyFile(BytePointer src,
BytePointer dest) |
Status |
FileSystem.CopyFile(BytePointer src,
BytePointer dest) |
Status |
SubTreeFileSystem.CopyFile(String src,
String dest) |
Status |
SlowFileSystem.CopyFile(String src,
String dest) |
Status |
MockFileSystem.CopyFile(String src,
String dest) |
Status |
LocalFileSystem.CopyFile(String src,
String dest) |
Status |
FileSystem.CopyFile(String src,
String dest)
Copy a file.
|
Status |
Tensor.CountNonZero(long[] result) |
Status |
Tensor.CountNonZero(LongBuffer result) |
Status |
Tensor.CountNonZero(LongPointer result)
Compute the number of non-zero values in the tensor
|
static Status |
MemoryMappedFile.Create(BytePointer path,
long size,
MemoryMappedFile out)
Deprecated.
|
static Status |
Codec.Create(Compression.type codec,
Codec out)
Deprecated.
|
static Status |
Codec.Create(Compression.type codec,
int compression_level,
Codec out)
Deprecated.
|
static Status |
Codec.Create(int codec,
Codec out)
Deprecated.
|
static Status |
Codec.Create(int codec,
int compression_level,
Codec out)
Deprecated.
|
static Status |
BufferOutputStream.Create(long initial_capacity,
MemoryPool pool,
BufferOutputStream out)
Deprecated.
|
static Status |
BufferedInputStream.Create(long buffer_size,
MemoryPool pool,
InputStream raw,
BufferedInputStream out)
Deprecated.
|
static Status |
BufferedInputStream.Create(long buffer_size,
MemoryPool pool,
InputStream raw,
BufferedInputStream out,
long raw_read_bound)
Deprecated.
|
static Status |
BufferedOutputStream.Create(long buffer_size,
MemoryPool pool,
OutputStream raw,
BufferedOutputStream out)
Deprecated.
|
static Status |
MemoryMappedFile.Create(String path,
long size,
MemoryMappedFile out)
Deprecated.
|
Status |
SubTreeFileSystem.CreateDir(BytePointer path) |
Status |
SlowFileSystem.CreateDir(BytePointer path) |
Status |
MockFileSystem.CreateDir(BytePointer path) |
Status |
LocalFileSystem.CreateDir(BytePointer path) |
Status |
FileSystem.CreateDir(BytePointer path) |
Status |
SubTreeFileSystem.CreateDir(BytePointer path,
boolean recursive) |
Status |
SlowFileSystem.CreateDir(BytePointer path,
boolean recursive) |
Status |
MockFileSystem.CreateDir(BytePointer path,
boolean recursive) |
Status |
LocalFileSystem.CreateDir(BytePointer path,
boolean recursive) |
Status |
FileSystem.CreateDir(BytePointer path,
boolean recursive) |
Status |
SubTreeFileSystem.CreateDir(String path) |
Status |
SlowFileSystem.CreateDir(String path) |
Status |
MockFileSystem.CreateDir(String path) |
Status |
LocalFileSystem.CreateDir(String path) |
Status |
FileSystem.CreateDir(String path) |
Status |
SubTreeFileSystem.CreateDir(String path,
boolean recursive) |
Status |
SlowFileSystem.CreateDir(String path,
boolean recursive) |
Status |
MockFileSystem.CreateDir(String path,
boolean recursive) |
Status |
LocalFileSystem.CreateDir(String path,
boolean recursive) |
Status |
FileSystem.CreateDir(String path,
boolean recursive)
Create a directory and subdirectories.
|
Status |
MockFileSystem.CreateFile(BytePointer path,
BytePointer content) |
Status |
MockFileSystem.CreateFile(BytePointer path,
BytePointer content,
boolean recursive) |
Status |
MockFileSystem.CreateFile(String path,
String content) |
Status |
MockFileSystem.CreateFile(String path,
String content,
boolean recursive) |
Status |
Codec.Decompress(long input_len,
byte[] input,
long output_buffer_len,
byte[] output_buffer,
long[] output_len)
Deprecated.
|
Status |
Codec.Decompress(long input_len,
ByteBuffer input,
long output_buffer_len,
ByteBuffer output_buffer,
LongBuffer output_len)
Deprecated.
|
Status |
Codec.Decompress(long input_len,
BytePointer input,
long output_buffer_len,
BytePointer output_buffer,
LongPointer output_len)
Deprecated.
|
Status |
HadoopFileSystem.Delete(BytePointer path) |
Status |
HadoopFileSystem.Delete(BytePointer path,
boolean recursive) |
Status |
HadoopFileSystem.Delete(String path) |
Status |
HadoopFileSystem.Delete(String path,
boolean recursive) |
Status |
SubTreeFileSystem.DeleteDir(BytePointer path) |
Status |
SlowFileSystem.DeleteDir(BytePointer path) |
Status |
MockFileSystem.DeleteDir(BytePointer path) |
Status |
LocalFileSystem.DeleteDir(BytePointer path) |
Status |
FileSystem.DeleteDir(BytePointer path) |
Status |
SubTreeFileSystem.DeleteDir(String path) |
Status |
SlowFileSystem.DeleteDir(String path) |
Status |
MockFileSystem.DeleteDir(String path) |
Status |
LocalFileSystem.DeleteDir(String path) |
Status |
FileSystem.DeleteDir(String path)
Delete a directory and its contents, recursively.
|
Status |
SubTreeFileSystem.DeleteDirContents(BytePointer path) |
Status |
SlowFileSystem.DeleteDirContents(BytePointer path) |
Status |
MockFileSystem.DeleteDirContents(BytePointer path) |
Status |
LocalFileSystem.DeleteDirContents(BytePointer path) |
Status |
FileSystem.DeleteDirContents(BytePointer path) |
Status |
SubTreeFileSystem.DeleteDirContents(String path) |
Status |
SlowFileSystem.DeleteDirContents(String path) |
Status |
MockFileSystem.DeleteDirContents(String path) |
Status |
LocalFileSystem.DeleteDirContents(String path) |
Status |
FileSystem.DeleteDirContents(String path)
Delete a directory's contents, recursively.
|
Status |
IOFileSystem.DeleteDirectory(BytePointer path) |
Status |
HadoopFileSystem.DeleteDirectory(BytePointer path) |
Status |
IOFileSystem.DeleteDirectory(String path) |
Status |
HadoopFileSystem.DeleteDirectory(String path) |
Status |
SubTreeFileSystem.DeleteFile(BytePointer path) |
Status |
SlowFileSystem.DeleteFile(BytePointer path) |
Status |
MockFileSystem.DeleteFile(BytePointer path) |
Status |
LocalFileSystem.DeleteFile(BytePointer path) |
Status |
FileSystem.DeleteFile(BytePointer path) |
Status |
SubTreeFileSystem.DeleteFile(String path) |
Status |
SlowFileSystem.DeleteFile(String path) |
Status |
MockFileSystem.DeleteFile(String path) |
Status |
LocalFileSystem.DeleteFile(String path) |
Status |
FileSystem.DeleteFile(String path)
Delete a file.
|
Status |
FileSystem.DeleteFiles(StringVector paths)
Delete many files.
|
Status |
ExtensionType.Deserialize(DataType storage_type,
BytePointer serialized_data,
DataType out) |
Status |
ExtensionType.Deserialize(DataType storage_type,
String serialized_data,
DataType out)
\brief Create an instance of the ExtensionType given the actual storage
type and the serialized representation
|
Status |
BufferedOutputStream.Detach(OutputStream raw)
Deprecated.
|
Status |
HadoopFileSystem.Disconnect() |
Status |
Decimal128.Divide(Decimal128 divisor,
Decimal128 result,
Decimal128 remainder)
Deprecated.
|
Status |
FilterKernel.Filter(FunctionContext ctx,
Array values,
BooleanArray filter,
long out_length,
Array out)
\brief single-array implementation
|
Status |
TableWriter.Finalize()
\brief Finalize the file by writing the file metadata and footer
|
Status |
ArrayBuilder.Finish(Array out)
\brief Return result of builder as an Array object.
|
Status |
ChunkedStringBuilder.Finish(ArrayVector out) |
Status |
ChunkedBinaryBuilder.Finish(ArrayVector out) |
Status |
TypedBufferBuilder.Finish(ArrowBuffer out) |
Status |
BufferOutputStream.Finish(ArrowBuffer result)
Deprecated.
|
Status |
BufferBuilder.Finish(ArrowBuffer out) |
Status |
TypedBufferBuilder.Finish(ArrowBuffer out,
boolean shrink_to_fit) |
Status |
BufferBuilder.Finish(ArrowBuffer out,
boolean shrink_to_fit)
\brief Return result of builder as a Buffer object.
|
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 |
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 |
UInt32Builder.Finish(int[] out) |
Status |
Int32Builder.Finish(int[] out) |
Status |
UInt32Builder.Finish(IntBuffer out) |
Status |
Int32Builder.Finish(IntBuffer out) |
Status |
UInt32Builder.Finish(IntPointer out)
\endcond
|
Status |
Int32Builder.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 |
UInt64Builder.Finish(long[] out) |
Status |
Int64Builder.Finish(long[] out) |
Status |
UInt64Builder.Finish(LongBuffer out) |
Status |
Int64Builder.Finish(LongBuffer out) |
Status |
UInt64Builder.Finish(LongPointer out)
\endcond
|
Status |
Int64Builder.Finish(LongPointer out)
\endcond
|
Status |
MapBuilder.Finish(MapArray out)
\endcond
|
Status |
NullBuilder.Finish(NullArray out) |
Status |
UInt16Builder.Finish(short[] out) |
Status |
Int16Builder.Finish(short[] out) |
Status |
HalfFloatBuilder.Finish(short[] out) |
Status |
UInt16Builder.Finish(ShortBuffer out) |
Status |
Int16Builder.Finish(ShortBuffer out) |
Status |
HalfFloatBuilder.Finish(ShortBuffer out) |
Status |
UInt16Builder.Finish(ShortPointer out)
\endcond
|
Status |
Int16Builder.Finish(ShortPointer out)
\endcond
|
Status |
HalfFloatBuilder.Finish(ShortPointer out)
\endcond
|
Status |
StringBuilder.Finish(StringArray out)
\endcond
|
Status |
StructBuilder.Finish(StructArray out)
\endcond
|
Status |
BasicUnionBuilder.Finish(UnionArray out)
\endcond
|
Status |
UInt8Builder.FinishInternal(ArrayData out) |
Status |
UInt64Builder.FinishInternal(ArrayData out) |
Status |
UInt32Builder.FinishInternal(ArrayData out) |
Status |
UInt16Builder.FinishInternal(ArrayData out) |
Status |
StructBuilder.FinishInternal(ArrayData out) |
Status |
NullBuilder.FinishInternal(ArrayData out) |
Status |
MapBuilder.FinishInternal(ArrayData out) |
Status |
Int8Builder.FinishInternal(ArrayData out) |
Status |
Int64Builder.FinishInternal(ArrayData out) |
Status |
Int32Builder.FinishInternal(ArrayData out) |
Status |
Int16Builder.FinishInternal(ArrayData out) |
Status |
HalfFloatBuilder.FinishInternal(ArrayData out) |
Status |
FloatBuilder.FinishInternal(ArrayData out) |
Status |
FixedSizeListBuilder.FinishInternal(ArrayData out) |
Status |
FixedSizeBinaryBuilder.FinishInternal(ArrayData out) |
Status |
DoubleBuilder.FinishInternal(ArrayData out) |
Status |
DenseUnionBuilder.FinishInternal(ArrayData out) |
Status |
Decimal128Builder.FinishInternal(ArrayData out) |
Status |
DayTimeIntervalBuilder.FinishInternal(ArrayData out) |
Status |
BooleanBuilder.FinishInternal(ArrayData out) |
Status |
BasicUnionBuilder.FinishInternal(ArrayData out) |
Status |
BaseListBuilder.FinishInternal(ArrayData out) |
Status |
BaseLargeListBuilder.FinishInternal(ArrayData out) |
Status |
BaseLargeBinaryBuilder.FinishInternal(ArrayData out) |
Status |
BaseBinaryBuilder.FinishInternal(ArrayData out) |
Status |
ArrayBuilder.FinishInternal(ArrayData out)
\brief Return result of builder as an internal generic ArrayData
object.
|
Status |
StructArray.Flatten(MemoryPool pool,
ArrayVector out)
\brief Flatten this array as a vector of arrays, one for each field
|
Status |
ChunkedArray.Flatten(MemoryPool pool,
ChunkedArrayVector out)
\brief Flatten this chunked array as a vector of chunked arrays, one
for each struct field
|
Status |
Table.Flatten(MemoryPool pool,
Table out)
\brief Flatten the table, producing a new Table.
|
Status |
Writable.Flush()
\brief Flush buffered bytes, if any
|
Status |
HdfsOutputStream.Flush() |
Status |
CompressedOutputStream.Flush()
\endcond
|
Status |
BufferedOutputStream.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 |
MapArray.FromArrays(Array offsets,
Array keys,
Array items,
MemoryPool pool,
Array out)
\brief Construct MapArray from array of offsets and child key, item arrays
This function does the bare minimum of validation of the offsets and
input types, and will allocate a new offsets array if necessary (i.e.
|
static Status |
ListArray.FromArrays(Array offsets,
Array values,
MemoryPool pool,
Array out)
\brief Construct ListArray from array of offsets and child value array
This function does the bare minimum of validation of the offsets and
input types, and will allocate a new offsets array if necessary (i.e.
|
static Status |
LargeListArray.FromArrays(Array offsets,
Array values,
MemoryPool pool,
Array out)
\brief Construct LargeListArray from array of offsets and child value array
This function does the bare minimum of validation of the offsets and
input types, and will allocate a new offsets array if necessary (i.e.
|
static Status |
DictionaryArray.FromArrays(DataType type,
Array indices,
Array dictionary,
Array out)
\brief Construct DictionaryArray from dictionary and indices
array and validate
This function does the validation of the indices and input type.
|
static Status |
Decimal128.FromBigEndian(byte[] data,
int length,
Decimal128 out)
Deprecated.
|
static Status |
Decimal128.FromBigEndian(ByteBuffer data,
int length,
Decimal128 out)
Deprecated.
|
static Status |
Decimal128.FromBigEndian(BytePointer data,
int length,
Decimal128 out)
Deprecated.
|
static Status |
Table.FromChunkedStructArray(ChunkedArray array,
Table table)
\brief Construct a Table from a chunked StructArray.
|
static Status |
Table.FromRecordBatches(RecordBatchVector batches,
Table table)
\brief Construct a Table from RecordBatches, using schema supplied by the first
RecordBatch.
|
static Status |
Table.FromRecordBatches(Schema schema,
RecordBatchVector batches,
Table table)
\brief Construct a Table from RecordBatches, using supplied schema.
|
static Status |
ArrowBuffer.FromString(BytePointer data,
ArrowBuffer out) |
static Status |
Decimal128.FromString(BytePointer s,
Decimal128 out)
Deprecated.
|
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 |
ArrowBuffer.FromString(BytePointer data,
MemoryPool pool,
ArrowBuffer out) |
static Status |
ArrowBuffer.FromString(String data,
ArrowBuffer out)
\brief Construct a new buffer that owns its memory from a std::string
using the default memory pool
|
static Status |
Decimal128.FromString(String s,
Decimal128 out)
Deprecated.
|
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 |
ArrowBuffer.FromString(String data,
MemoryPool pool,
ArrowBuffer out)
\brief Construct a new buffer that owns its memory from a std::string
|
static Status |
RecordBatch.FromStructArray(Array array,
RecordBatch out)
\brief Construct record batch by copying vector of array data
|
Status |
DictionaryMemoTable.GetArrayData(MemoryPool pool,
long start_offset,
ArrayData out) |
Status |
HadoopFileSystem.GetCapacity(long[] nbytes) |
Status |
HadoopFileSystem.GetCapacity(LongBuffer nbytes) |
Status |
HadoopFileSystem.GetCapacity(LongPointer nbytes) |
Status |
IOFileSystem.GetChildren(BytePointer path,
StringVector listing) |
Status |
HadoopFileSystem.GetChildren(BytePointer path,
StringVector listing) |
Status |
IOFileSystem.GetChildren(String path,
StringVector listing) |
Status |
HadoopFileSystem.GetChildren(String path,
StringVector listing) |
Status |
DictionaryMemo.GetDictionary(long id,
Array dictionary)
\brief Return current dictionary corresponding to a particular
id.
|
Status |
DictionaryMemo.GetDictionaryType(long id,
DataType type)
\brief Return dictionary value type corresponding to a
particular dictionary id.
|
Status |
DictionaryMemo.GetId(Field type,
long[] id) |
Status |
DictionaryMemo.GetId(Field type,
LongBuffer id) |
Status |
DictionaryMemo.GetId(Field type,
LongPointer id)
\brief Return id for dictionary if it exists, otherwise return
KeyError
|
Status |
DictionaryMemo.GetOrAssignId(Field field,
long[] out) |
Status |
DictionaryMemo.GetOrAssignId(Field field,
LongBuffer out) |
Status |
DictionaryMemo.GetOrAssignId(Field field,
LongPointer out)
\brief Return id for dictionary, computing new id if necessary
|
Status |
HadoopFileSystem.GetPathInfo(BytePointer path,
HdfsPathInfo info) |
Status |
HadoopFileSystem.GetPathInfo(String path,
HdfsPathInfo info) |
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 |
RandomAccessFile.GetSize(long[] size)
Deprecated.
|
Status |
RandomAccessFile.GetSize(LongBuffer size)
Deprecated.
|
Status |
RandomAccessFile.GetSize(LongPointer size)
Deprecated.
|
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 |
CompressedInputStream.Make(Codec codec,
InputStream raw,
CompressedInputStream out)
Deprecated.
|
static Status |
CompressedOutputStream.Make(Codec codec,
OutputStream raw,
CompressedOutputStream out)
Deprecated.
|
static Status |
TakeKernel.Make(DataType value_type,
DataType index_type,
TakeKernel out)
\brief factory for TakeKernels
|
static Status |
FilterKernel.Make(DataType value_type,
FilterKernel out)
\brief factory for FilterKernels
|
static Status |
Decimal128Type.Make(int precision,
int scale,
DataType out)
Decimal128Type constructor that returns an error on invalid input.
|
static Status |
CompressedInputStream.Make(MemoryPool pool,
Codec codec,
InputStream raw,
CompressedInputStream out)
Deprecated.
|
static Status |
CompressedOutputStream.Make(MemoryPool pool,
Codec codec,
OutputStream raw,
CompressedOutputStream out)
Deprecated.
|
static Status |
DictionaryUnifier.Make(MemoryPool pool,
DataType value_type,
DictionaryUnifier out)
\brief Construct a DictionaryUnifier
|
static Status |
TableReader.Make(MemoryPool pool,
InputStream input,
ReadOptions arg2,
CsvParseOptions arg3,
ConvertOptions arg4,
TableReader out)
Deprecated.
|
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 |
Codec.MakeCompressor(Compressor out)
Deprecated.
|
Status |
Codec.MakeDecompressor(Decompressor out)
Deprecated.
|
static Status |
UnionArray.MakeDense(Array type_ids,
Array value_offsets,
ArrayVector children,
Array out)
\brief Construct Dense UnionArray from types_ids, value_offsets and children
This function does the bare minimum of validation of the offsets and
input types.
|
static Status |
UnionArray.MakeDense(Array type_ids,
Array value_offsets,
ArrayVector children,
byte[] type_codes,
Array out) |
static Status |
UnionArray.MakeDense(Array type_ids,
Array value_offsets,
ArrayVector children,
ByteBuffer type_codes,
Array out) |
static Status |
UnionArray.MakeDense(Array type_ids,
Array value_offsets,
ArrayVector children,
BytePointer type_codes,
Array out)
\brief Construct Dense UnionArray from types_ids, value_offsets and children
This function does the bare minimum of validation of the offsets and
input types.
|
static Status |
UnionArray.MakeDense(Array type_ids,
Array value_offsets,
ArrayVector children,
StringVector field_names,
Array out)
\brief Construct Dense UnionArray from types_ids, value_offsets and children
This function does the bare minimum of validation of the offsets and
input types.
|
static Status |
UnionArray.MakeDense(Array type_ids,
Array value_offsets,
ArrayVector children,
StringVector field_names,
byte[] type_codes,
Array out) |
static Status |
UnionArray.MakeDense(Array type_ids,
Array value_offsets,
ArrayVector children,
StringVector field_names,
ByteBuffer type_codes,
Array out) |
static Status |
UnionArray.MakeDense(Array type_ids,
Array value_offsets,
ArrayVector children,
StringVector field_names,
BytePointer type_codes,
Array out)
\brief Construct Dense UnionArray from types_ids, value_offsets and children
This function does the bare minimum of validation of the offsets and
input types.
|
Status |
IOFileSystem.MakeDirectory(BytePointer path) |
Status |
HadoopFileSystem.MakeDirectory(BytePointer path) |
Status |
IOFileSystem.MakeDirectory(String path) |
Status |
HadoopFileSystem.MakeDirectory(String path) |
static Status |
UnionArray.MakeSparse(Array type_ids,
ArrayVector children,
Array out)
\brief Construct Sparse UnionArray from type_ids and children
This function does the bare minimum of validation of the offsets and
input types.
|
static Status |
UnionArray.MakeSparse(Array type_ids,
ArrayVector children,
byte[] type_codes,
Array out) |
static Status |
UnionArray.MakeSparse(Array type_ids,
ArrayVector children,
ByteBuffer type_codes,
Array out) |
static Status |
UnionArray.MakeSparse(Array type_ids,
ArrayVector children,
BytePointer type_codes,
Array out)
\brief Construct Sparse UnionArray from type_ids and children
This function does the bare minimum of validation of the offsets and
input types.
|
static Status |
UnionArray.MakeSparse(Array type_ids,
ArrayVector children,
StringVector field_names,
Array out)
\brief Construct Sparse UnionArray from type_ids and children
This function does the bare minimum of validation of the offsets and
input types.
|
static Status |
UnionArray.MakeSparse(Array type_ids,
ArrayVector children,
StringVector field_names,
byte[] type_codes,
Array out) |
static Status |
UnionArray.MakeSparse(Array type_ids,
ArrayVector children,
StringVector field_names,
ByteBuffer type_codes,
Array out) |
static Status |
UnionArray.MakeSparse(Array type_ids,
ArrayVector children,
StringVector field_names,
BytePointer type_codes,
Array out)
\brief Construct Sparse UnionArray from type_ids and children
This function does the bare minimum of validation of the offsets and
input types.
|
Status |
SubTreeFileSystem.Move(BytePointer src,
BytePointer dest) |
Status |
SlowFileSystem.Move(BytePointer src,
BytePointer dest) |
Status |
MockFileSystem.Move(BytePointer src,
BytePointer dest) |
Status |
LocalFileSystem.Move(BytePointer src,
BytePointer dest) |
Status |
FileSystem.Move(BytePointer src,
BytePointer dest) |
Status |
SubTreeFileSystem.Move(String src,
String dest) |
Status |
SlowFileSystem.Move(String src,
String dest) |
Status |
MockFileSystem.Move(String src,
String dest) |
Status |
LocalFileSystem.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
|
static Status |
Message.Open(ArrowBuffer metadata,
ArrowBuffer body,
Message out)
\brief Create and validate a Message instance from two buffers
|
static Status |
FileOutputStream.Open(BytePointer path,
boolean append,
FileOutputStream file)
Deprecated.
|
static Status |
FileOutputStream.Open(BytePointer path,
boolean append,
OutputStream out)
Deprecated.
|
static Status |
FileOutputStream.Open(BytePointer path,
FileOutputStream file)
Deprecated.
|
static Status |
MemoryMappedFile.Open(BytePointer path,
int mode,
long offset,
long length,
MemoryMappedFile out)
Deprecated.
|
static Status |
MemoryMappedFile.Open(BytePointer path,
int mode,
MemoryMappedFile out)
Deprecated.
|
static Status |
ReadableFile.Open(BytePointer path,
MemoryPool pool,
ReadableFile file)
Deprecated.
|
static Status |
FileOutputStream.Open(BytePointer path,
OutputStream out)
Deprecated.
|
static Status |
ReadableFile.Open(BytePointer path,
ReadableFile file)
Deprecated.
|
static Status |
RecordBatchStreamReader.Open(InputStream stream,
RecordBatchReader out)
\brief Record batch stream reader from InputStream
|
static Status |
FileOutputStream.Open(int fd,
FileOutputStream out)
Deprecated.
|
static Status |
ReadableFile.Open(int fd,
MemoryPool pool,
ReadableFile file)
Deprecated.
|
static Status |
FileOutputStream.Open(int fd,
OutputStream out)
Deprecated.
|
static Status |
ReadableFile.Open(int fd,
ReadableFile file)
Deprecated.
|
static Status |
RecordBatchStreamReader.Open(MessageReader message_reader,
RecordBatchReader out)
Create batch reader from generic MessageReader.
|
static Status |
RecordBatchStreamWriter.Open(OutputStream sink,
Schema schema,
RecordBatchWriter out)
Create a new writer from stream sink and schema.
|
static Status |
RecordBatchFileWriter.Open(OutputStream sink,
Schema schema,
RecordBatchWriter out)
Create a new writer from stream sink and schema
|
static Status |
TableWriter.Open(OutputStream stream,
TableWriter out)
\brief Create a new TableWriter that writes to an OutputStream
|
static Status |
RecordBatchFileReader.Open(RandomAccessFile file,
long footer_offset,
RecordBatchFileReader reader)
\brief Open a RecordBatchFileReader
If the file is embedded within some larger file or memory region, you can
pass the absolute memory offset to the end of the file (which contains the
metadata footer).
|
static Status |
RecordBatchFileReader.Open(RandomAccessFile file,
RecordBatchFileReader reader)
\brief Open a RecordBatchFileReader
Open a file-like object that is assumed to be self-contained; i.e., the
end of the file interface is the end of the Arrow file.
|
static Status |
FileOutputStream.Open(String path,
boolean append,
FileOutputStream file)
Deprecated.
|
static Status |
FileOutputStream.Open(String path,
boolean append,
OutputStream out)
Deprecated.
|
static Status |
MemoryMappedFile.Open(String path,
FileMode.type mode,
long offset,
long length,
MemoryMappedFile out)
Deprecated.
|
static Status |
MemoryMappedFile.Open(String path,
FileMode.type mode,
MemoryMappedFile out)
Deprecated.
|
static Status |
FileOutputStream.Open(String path,
FileOutputStream file)
Deprecated.
|
static Status |
ReadableFile.Open(String path,
MemoryPool pool,
ReadableFile file)
Deprecated.
|
static Status |
FileOutputStream.Open(String path,
OutputStream out)
Deprecated.
|
static Status |
ReadableFile.Open(String path,
ReadableFile file)
Deprecated.
|
Status |
HadoopFileSystem.OpenReadable(BytePointer path,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenReadable(BytePointer path,
int buffer_size,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenReadable(String path,
HdfsReadableFile file) |
Status |
HadoopFileSystem.OpenReadable(String path,
int buffer_size,
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 |
HadoopFileSystem.OpenWriteable(BytePointer path,
boolean append,
HdfsOutputStream file)
Deprecated.
|
Status |
HadoopFileSystem.OpenWriteable(BytePointer path,
boolean append,
int buffer_size,
short replication,
long default_block_size,
HdfsOutputStream file)
Deprecated.
|
Status |
HadoopFileSystem.OpenWriteable(String path,
boolean append,
HdfsOutputStream file)
Deprecated.
|
Status |
HadoopFileSystem.OpenWriteable(String path,
boolean append,
int buffer_size,
short replication,
long default_block_size,
HdfsOutputStream file)
Deprecated.
|
Status |
ReadaheadQueue.PopDone(ReadaheadPromise arg0) |
Status |
Status.position(long position) |
Status |
ReadaheadQueue.Pump(Pointer factory) |
Status |
Status.put(Status s) |
Status |
Readable.Read(long nbytes,
ArrowBuffer out)
Deprecated.
|
Status |
Readable.Read(long nbytes,
long[] bytes_read,
Pointer out)
Deprecated.
|
Status |
Readable.Read(long nbytes,
LongBuffer bytes_read,
Pointer out)
Deprecated.
|
Status |
Readable.Read(long nbytes,
LongPointer bytes_read,
Pointer out)
Deprecated.
|
Status |
TableReader.Read(Table out)
Deprecated.
|
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 |
RandomAccessFile.ReadAt(long _position,
long nbytes,
ArrowBuffer out)
Deprecated.
|
Status |
RandomAccessFile.ReadAt(long _position,
long nbytes,
long[] bytes_read,
Pointer out)
Deprecated.
|
Status |
RandomAccessFile.ReadAt(long _position,
long nbytes,
LongBuffer bytes_read,
Pointer out)
Deprecated.
|
Status |
RandomAccessFile.ReadAt(long _position,
long nbytes,
LongPointer bytes_read,
Pointer out)
Deprecated.
|
static Status |
Message.ReadFrom(ArrowBuffer metadata,
InputStream stream,
Message out)
\brief Read message body and create Message given Flatbuffer metadata
|
static Status |
Message.ReadFrom(long offset,
ArrowBuffer metadata,
RandomAccessFile file,
Message out)
\brief Read message body from position in file, and create Message given
the Flatbuffer metadata
|
Status |
TableBatchReader.ReadNext(RecordBatch out) |
Status |
RecordBatchStreamReader.ReadNext(RecordBatch batch) |
Status |
RecordBatchReader.ReadNext(RecordBatch batch)
\brief Read the next record batch in the stream.
|
Status |
MessageReader.ReadNextMessage(Message message)
\brief Read next Message from the interface
|
Status |
RecordBatchFileReader.ReadRecordBatch(int i,
RecordBatch batch)
\brief Read a particular record batch from the file.
|
Status |
ProxyMemoryPool.Reallocate(long old_size,
long new_size,
byte[] ptr) |
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,
ByteBuffer 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,
BytePointer 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,
PointerPointer 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 |
ExtensionTypeRegistry.RegisterType(ExtensionType type) |
Status |
RecordBatch.RemoveColumn(int i,
RecordBatch out)
\brief Remove column from the record batch, producing a new RecordBatch
|
Status |
Table.RemoveColumn(int i,
Table out)
\brief Remove column from the table, producing a new Table
|
Status |
Schema.RemoveField(int i,
Schema out) |
Status |
IOFileSystem.Rename(BytePointer src,
BytePointer dst) |
Status |
HadoopFileSystem.Rename(BytePointer src,
BytePointer dst) |
Status |
IOFileSystem.Rename(String src,
String dst) |
Status |
HadoopFileSystem.Rename(String src,
String dst) |
Status |
Table.RenameColumns(StringVector names,
Table out)
\brief Rename columns with provided names
|
Status |
Decimal128.Rescale(int original_scale,
int new_scale,
Decimal128 out)
Deprecated.
|
Status |
TypedBufferBuilder.Reserve(long additional_elements) |
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 |
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 |
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 |
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 |
Decompressor.Reset()
\brief Reinitialize decompressor, making it ready for a new compressed stream.
|
Status |
BufferOutputStream.Reset() |
Status |
BufferOutputStream.Reset(long initial_capacity,
MemoryPool pool)
\brief Initialize state of OutputStream with newly allocated memory and
set position to 0
|
Status |
UInt8Builder.Resize(long _capacity) |
Status |
UInt64Builder.Resize(long _capacity) |
Status |
UInt32Builder.Resize(long _capacity) |
Status |
UInt16Builder.Resize(long _capacity) |
Status |
TypedBufferBuilder.Resize(long new_capacity) |
Status |
ResizableBuffer.Resize(long new_size) |
Status |
MemoryMappedFile.Resize(long new_size)
\endcond
|
Status |
MapBuilder.Resize(long _capacity) |
Status |
Int8Builder.Resize(long _capacity) |
Status |
Int64Builder.Resize(long _capacity) |
Status |
Int32Builder.Resize(long _capacity) |
Status |
Int16Builder.Resize(long _capacity) |
Status |
HalfFloatBuilder.Resize(long _capacity) |
Status |
FloatBuilder.Resize(long _capacity) |
Status |
FixedSizeListBuilder.Resize(long _capacity) |
Status |
FixedSizeBinaryBuilder.Resize(long _capacity) |
Status |
DoubleBuilder.Resize(long _capacity) |
Status |
DayTimeIntervalBuilder.Resize(long _capacity) |
Status |
BufferBuilder.Resize(long new_capacity) |
Status |
BooleanBuilder.Resize(long _capacity) |
Status |
BaseListBuilder.Resize(long _capacity)
Use this constructor to incrementally build the value array along with offsets and
null bitmap.
|
Status |
BaseLargeListBuilder.Resize(long _capacity)
Use this constructor to incrementally build the value array along with offsets and
null bitmap.
|
Status |
BaseLargeBinaryBuilder.Resize(long _capacity) |
Status |
BaseBinaryBuilder.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 |
TypedBufferBuilder.Resize(long new_capacity,
boolean shrink_to_fit) |
Status |
ResizableBuffer.Resize(long new_size,
boolean shrink_to_fit)
Change buffer reported size to indicated size, allocating memory if
necessary.
|
Status |
BufferBuilder.Resize(long new_capacity,
boolean shrink_to_fit)
\brief Resize the buffer to the nearest multiple of 64 bytes
|
Status |
SlowRandomAccessFile.Seek(long _position) |
Status |
Seekable.Seek(long _position) |
Status |
ReadableFileRandomAccessFileConcurrencyWrapper.Seek(long _position) |
Status |
MemoryMappedFile.Seek(long _position) |
Status |
HdfsReadableFile.Seek(long _position) |
Status |
FixedSizeBufferWriter.Seek(long _position) |
Status |
BufferReaderRandomAccessFileConcurrencyWrapper.Seek(long _position) |
Status |
Message.SerializeTo(OutputStream file,
IpcOptions options,
long[] output_length) |
Status |
Message.SerializeTo(OutputStream file,
IpcOptions options,
LongBuffer output_length) |
Status |
Message.SerializeTo(OutputStream file,
IpcOptions options,
LongPointer output_length)
\brief Write length-prefixed metadata and body to output stream
|
Status |
BufferedOutputStream.SetBufferSize(long new_buffer_size)
\brief Resize internal buffer
|
Status |
BufferedInputStream.SetBufferSize(long new_buffer_size)
\brief Resize internal read buffer; calls to Read(...) will read at least
|
Status |
Table.SetColumn(int i,
Field field_arg,
ChunkedArray column,
Table out)
\brief Replace a column in the table, producing a new Table
|
Status |
Schema.SetField(int i,
Field field,
Schema out) |
Status |
ReadaheadQueue.Shutdown() |
Status |
IpcPayloadWriter.Start() |
Status |
IOFileSystem.Stat(BytePointer path,
FileStatistics stat) |
Status |
HadoopFileSystem.Stat(BytePointer path,
FileStatistics stat) |
Status |
IOFileSystem.Stat(String path,
FileStatistics stat) |
Status |
HadoopFileSystem.Stat(String path,
FileStatistics stat) |
Status |
TensorResult.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 |
TableReaderResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
StructArrayResult.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 |
SparseTensorResult.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 |
SchemaVectorResult.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 |
ScalarResult.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 |
RecordBatchWriterSharedResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
RecordBatchResult.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 |
ReadableFileResult.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 |
PathForestResult.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 |
MemoryMappedFileResult.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 |
ListArrayResult.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 |
FunctionContext.status()
\brief Return the current status of the context
|
Status |
FlushResultResult.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 |
FileStatsVectorResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
FileStatsResult.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 |
FieldResult.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 |
DecompressResultResult.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 |
Decimal128Result.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 |
DatumResult.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 |
CompressResultResult.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 |
CompressedOutputStreamResult.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 |
CodecResult.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 |
BufferOutputStreamResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
BufferIteratorResult.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 |
BufferedInputStreamResult.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 |
BinaryArrayResult.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 |
TakeKernel.Take(FunctionContext ctx,
Array values,
Array indices,
Array out)
\brief single-array implementation
|
Status |
FileInterface.Tell(long[] _position)
Deprecated.
|
Status |
FileInterface.Tell(LongBuffer _position)
Deprecated.
|
Status |
FileInterface.Tell(LongPointer _position)
Deprecated.
|
Status |
DictionaryArray.Transpose(MemoryPool pool,
DataType type,
Array dictionary,
int[] transpose_map,
Array out) |
Status |
DictionaryArray.Transpose(MemoryPool pool,
DataType type,
Array dictionary,
IntBuffer transpose_map,
Array out) |
Status |
DictionaryArray.Transpose(MemoryPool pool,
DataType type,
Array dictionary,
IntPointer transpose_map,
Array out)
\brief Transpose this DictionaryArray
This method constructs a new dictionary array with the given dictionary type,
transposing indices using the transpose map.
|
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 |
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 |
ChunkedArray.Validate()
\brief Perform cheap validation checks to determine obvious inconsistencies
within the chunk array's internal data.
|
Status |
Array.Validate()
\brief Perform cheap validation checks to determine obvious inconsistencies
within the 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 |
ChunkedArray.ValidateFull()
\brief Perform extensive validation checks to determine inconsistencies
within the chunk array's internal data.
|
Status |
Array.ValidateFull()
\brief Perform extensive validation checks to determine inconsistencies
within the array's internal data.
|
Status |
Array.View(DataType type,
Array out)
Construct a zero-copy view of this array with the given type.
|
Status |
ChunkedArray.View(DataType type,
ChunkedArray out)
Construct a zero-copy view of this chunked array with the given
type.
|
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(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(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 |
ArrayVisitor.Visit(UnionArray array) |
Status |
TypeVisitor.Visit(UnionType type) |
Status |
Status.WithDetail(StatusDetail new_detail)
\brief Return a new Status copying the existing status, but
updating with the existing detail.
|
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 |
BufferedOutputStream.Write(ArrowBuffer data) |
Status |
Writable.Write(BytePointer data) |
Status |
Writable.Write(Pointer data,
long nbytes)
\brief Write the given data to the stream
This method always processes the bytes in full.
|
Status |
MockOutputStream.Write(Pointer data,
long nbytes) |
Status |
MemoryMappedFile.Write(Pointer data,
long nbytes)
Write data at the current position in the file.
|
Status |
HdfsOutputStream.Write(Pointer buffer,
long nbytes) |
Status |
FixedSizeBufferWriter.Write(Pointer data,
long nbytes) |
Status |
FileOutputStream.Write(Pointer data,
long nbytes) |
Status |
CompressedOutputStream.Write(Pointer data,
long nbytes) |
Status |
BufferOutputStream.Write(Pointer data,
long nbytes) |
Status |
BufferedOutputStream.Write(Pointer data,
long nbytes) |
Status |
HdfsOutputStream.Write(Pointer buffer,
long nbytes,
long[] bytes_written) |
Status |
HdfsOutputStream.Write(Pointer buffer,
long nbytes,
LongBuffer bytes_written) |
Status |
HdfsOutputStream.Write(Pointer buffer,
long nbytes,
LongPointer bytes_written) |
Status |
Writable.Write(String data) |
Status |
TableWriter.Write(Table table)
\brief Write a table to the file
|
Status |
WritableFile.WriteAt(long _position,
Pointer data,
long nbytes) |
Status |
MemoryMappedFile.WriteAt(long _position,
Pointer data,
long nbytes)
Write data at a particular position in the file.
|
Status |
FixedSizeBufferWriter.WriteAt(long _position,
Pointer data,
long nbytes)
\endcond
|
Status |
IpcPayloadWriter.WritePayload(IpcPayload payload) |
Status |
RecordBatchWriter.WriteRecordBatch(RecordBatch batch)
\brief Write a record batch to the stream
|
Status |
RecordBatchStreamWriter.WriteRecordBatch(RecordBatch batch)
\brief Write a record batch to the stream
|
Status |
RecordBatchFileWriter.WriteRecordBatch(RecordBatch batch)
\brief Write a record batch to the file
|
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 |
FunctionContext.SetStatus(Status status)
\brief Indicate that an error has occurred, to be checked by a parent caller
|
| Constructor and Description |
|---|
ArrayResult(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.
|
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.
|
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.
|
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.
|
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.
|
EndResultResult(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.
|
FileOutputStreamResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FileStatsResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
FileStatsVectorResult(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.
|
InputStreamResult(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.
|
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.
|
OutputStreamResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
PathForestResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
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.
|
RecordBatchIteratorResult(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.
|
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.
|
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.
|
SizeTResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
SparseTensorResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
Status(Status s) |
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
ReadaheadQueue.Append(ReadaheadPromise arg0) |
Status |
ScannerBuilder.Filter(Expression filter)
\brief Set the filter expression to return only rows matching the filter.
|
Status |
ReadaheadQueue.PopDone(ReadaheadPromise arg0) |
Status |
ScannerBuilder.Project(StringVector columns)
\brief Set the subset of columns to materialize.
|
Status |
ReadaheadQueue.Pump(Pointer factory) |
Status |
ThreadPool.SetCapacity(int threads) |
Status |
SourceFactory.SetRootPartition(Expression partition) |
Status |
ThreadPool.Shutdown() |
Status |
ReadaheadQueue.Shutdown() |
Status |
ThreadPool.Shutdown(boolean _wait) |
Status |
ThreadPoolResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
SourceResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
SourceFactoryResult.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 |
ScanTaskIteratorResult.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 |
ScannerBuilderResult.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 |
ExpressionResult.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 |
DatasetFactoryResult.status()
Gets the stored status object, or an OK status if a
T value is stored. |
Status |
ScannerBuilder.UseThreads() |
Status |
ScannerBuilder.UseThreads(boolean use_threads)
\brief Indicate if the Scanner should make use of the available
ThreadPool found in ScanContext;
|
| 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.
|
ExpressionResult(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.
|
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.
|
SourceFactoryResult(Status status)
Constructs a Result object with the given non-OK Status object.
|
SourceResult(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.
|
| 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) |
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.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 |
SchemaResult.GetSchema(DictionaryMemo dictionary_memo,
Schema out)
\brief return schema
|
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 |
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 |
RecordBatchStream.GetSchemaPayload(FlightPayload payload) |
Status |
FlightDataStream.GetSchemaPayload(FlightPayload payload)
\brief Compute FlightPayload containing serialized RecordBatch schema
|
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 |
SimpleFlightListing.Next(FlightInfo info) |
Status |
FlightListing.Next(FlightInfo info)
\brief Retrieve the next FlightInfo from the iterator.
|
Status |
RecordBatchStream.Next(FlightPayload payload) |
Status |
FlightDataStream.Next(FlightPayload payload) |
Status |
MetadataRecordBatchReader.Next(FlightStreamChunk next)
\brief Get the next message from Flight.
|
Status |
SimpleResultStream.Next(Result result) |
Status |
ResultStream.Next(Result info)
\brief Retrieve the next Result from the iterator.
|
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 |
Ticket.SerializeToString(BytePointer out)
\brief Get the wire-format representation of this type.
|
Status |
FlightInfo.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 |
FlightServerBase.Wait()
\brief Block until server is terminated with Shutdown.
|
Status |
ServerAuthSender.Write(BytePointer message) |
Status |
ClientAuthSender.Write(BytePointer token) |
Status |
ServerAuthSender.Write(String message) |
Status |
ClientAuthSender.Write(String token) |
Status |
FlightMetadataWriter.WriteMetadata(ArrowBuffer app_metadata)
\brief Send a message to the client.
|
Status |
FlightStreamWriter.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.
|
| 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.AllocateBitmap(MemoryPool pool,
long length,
ArrowBuffer out)
\brief Allocate a bitmap buffer from a memory pool
no guarantee on values is provided.
|
static Status |
arrow.AllocateBuffer(long size,
ArrowBuffer out)
\brief Allocate a fixed-size mutable buffer from the default memory pool
|
static Status |
arrow.AllocateBuffer(MemoryPool pool,
long size,
ArrowBuffer out)
\defgroup buffer-allocation-functions Functions for allocating buffers
\{
|
static Status |
arrow.AllocateEmptyBitmap(long length,
ArrowBuffer out)
\brief Allocate a zero-initialized bitmap buffer from the default memory pool
|
static Status |
arrow.AllocateEmptyBitmap(MemoryPool pool,
long length,
ArrowBuffer out)
\brief Allocate a zero-initialized bitmap buffer from a memory pool
|
static Status |
arrow.AllocateResizableBuffer(long size,
ResizableBuffer out)
\brief Allocate a resizeable buffer from the default memory pool
|
static Status |
arrow.AllocateResizableBuffer(MemoryPool pool,
long size,
ResizableBuffer out)
\brief Allocate a resizeable buffer from a memory pool, zero its padding.
|
static Status |
arrow.And(FunctionContext context,
Datum left,
Datum right,
Datum out)
\brief Element-wise AND of two boolean datums which always propagates nulls
(null and false is null).
|
static Status |
arrow.ArrayFromJSON(DataType arg0,
BytePointer json,
Array out) |
static Status |
arrow.ArrayFromJSON(DataType arg0,
String json,
Array out)
\class TableReader
\brief An interface for reading columns from Feather files
|
static Status |
arrow.Cast(FunctionContext context,
Array value,
DataType to_type,
CastOptions options,
Array out)
\brief Cast from one array type to another
|
static Status |
arrow.Cast(FunctionContext context,
Datum value,
DataType to_type,
CastOptions options,
Datum out)
\brief Cast from one value to another
|
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.CollectDictionaries(RecordBatch batch,
DictionaryMemo memo) |
static Status |
arrow.Compare(FunctionContext context,
Datum left,
Datum right,
CompareOptions options,
Datum out)
\brief Compare a numeric array with a scalar.
|
static Status |
arrow.Concatenate(ArrayVector arrays,
MemoryPool pool,
Array out)
\brief Concatenate arrays
|
static Status |
arrow.ConcatenateBuffers(ArrowBufferVector buffers,
MemoryPool pool,
ArrowBuffer out)
\brief Concatenate multiple buffers into a single buffer
|
static Status |
arrow.Count(FunctionContext context,
CountOptions options,
Array array,
Datum out)
\brief Count non-null (or null) values in an array.
|
static Status |
arrow.Count(FunctionContext context,
CountOptions options,
Datum datum,
Datum out)
\brief Count non-null (or null) values in an array.
|
static Status |
arrow.DebugPrint(Array arr,
int indent) |
static Status |
arrow.DictionaryEncode(FunctionContext context,
Datum data,
Datum out)
\brief Dictionary-encode values in an array-like object
|
static Status |
arrow.Filter(FunctionContext ctx,
Array values,
Array filter,
Array out)
\brief Filter an array with a boolean selection filter
The output array will be populated with values from the input at positions
where the selection filter is not 0.
|
static Status |
arrow.Filter(FunctionContext ctx,
ChunkedArray values,
Array filter,
ChunkedArray out)
\brief Filter a chunked array with a boolean selection filter
The output chunked array will be populated with values from the input at positions
where the selection filter is not 0.
|
static Status |
arrow.Filter(FunctionContext ctx,
ChunkedArray values,
ChunkedArray filter,
ChunkedArray out)
\brief Filter a chunked array with a boolean selection filter
The output chunked array will be populated with values from the input at positions
where the selection filter is not 0.
|
static Status |
arrow.Filter(FunctionContext ctx,
Datum values,
Datum filter,
Datum out)
\brief Filter an array with a boolean selection filter
|
static Status |
arrow.Filter(FunctionContext ctx,
RecordBatch batch,
Array filter,
RecordBatch out)
\brief Filter a record batch with a boolean selection filter
The output record batch's columns will be populated with values from corresponding
columns of the input at positions where the selection filter is not 0.
|
static Status |
arrow.Filter(FunctionContext ctx,
Table table,
Array filter,
Table out)
\brief Filter a table with a boolean selection filter
The output table's columns will be populated with values from corresponding
columns of the input at positions where the selection filter is not 0.
|
static Status |
arrow.Filter(FunctionContext ctx,
Table table,
ChunkedArray filter,
Table out)
\brief Filter a table with a boolean selection filter
The output record batch's columns will be populated with values from corresponding
columns of the input at positions where the selection filter is not 0.
|
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.GenericToStatus(Status st)
\endcond
|
static Status |
arrow.GetCastFunction(DataType in_type,
DataType to_type,
CastOptions options,
UnaryKernel kernel) |
static Status |
arrow.GetDictionaryPayload(long id,
Array dictionary,
IpcOptions options,
MemoryPool pool,
IpcPayload payload)
\brief Compute IpcPayload for a dictionary
|
static Status |
arrow.GetRecordBatchPayload(RecordBatch batch,
IpcOptions options,
MemoryPool pool,
IpcPayload out)
\brief Compute IpcPayload for the given record batch
|
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,
IpcOptions options,
DictionaryMemo dictionary_memo,
IpcPayload out)
\brief Compute IpcPayload for the given schema
|
static Status |
arrow.GetSparseTensorMessage(SparseTensor sparse_tensor,
MemoryPool pool,
Message out)
\brief EXPERIMENTAL: Convert arrow::SparseTensor to a Message with minimal memory
allocation
The message is written out as followed:
|
static Status |
arrow.GetSparseTensorPayload(SparseTensor sparse_tensor,
MemoryPool pool,
IpcPayload out)
\brief Compute IpcPayload for the given sparse tensor
|
static Status |
arrow.GetTensorMessage(Tensor tensor,
MemoryPool pool,
Message out)
\brief EXPERIMENTAL: Convert arrow::Tensor to a Message with minimal memory
allocation
|
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.HaveLibHdfs3() |
static Status |
arrow.Invert(FunctionContext context,
Datum value,
Datum out)
\brief Invert the values of a boolean datum
|
static Status |
arrow.IsIn(FunctionContext context,
Datum left,
Datum right,
Datum out)
\brief IsIn returns boolean values if the value
is in both left and right arrays.
|
static Status |
arrow.jemalloc_memory_pool(MemoryPool out) |
static Status |
arrow.jemalloc_memory_pool(PointerPointer out)
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.KleeneAnd(FunctionContext context,
Datum left,
Datum right,
Datum out)
\brief Element-wise AND of two boolean datums with a Kleene truth table
(null and false is false).
|
static Status |
arrow.KleeneOr(FunctionContext context,
Datum left,
Datum right,
Datum out)
\brief Element-wise OR of two boolean datums with a Kleene truth table
(null or true is true).
|
static Status |
arrow.MakeArrayFromScalar(MemoryPool pool,
Scalar scalar,
long length,
Array out)
\brief Create a strongly-typed Array instance with all elements null
|
static Status |
arrow.MakeArrayFromScalar(Scalar scalar,
long length,
Array out)
\brief Create an Array instance whose slots are the given scalar
|
static Status |
arrow.MakeArrayOfNull(DataType type,
long length,
Array out)
\brief Create a strongly-typed Array instance with all elements null
|
static Status |
arrow.MakeArrayOfNull(MemoryPool pool,
DataType type,
long length,
Array out)
\brief Create a strongly-typed Array instance with all elements null
|
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)
\brief Make an appropriate Arrow status for the given
Flight-specific status.
|
static Status |
arrow_flight.MakeFlightError(byte code,
BytePointer message) |
static Status |
plasma.MakePlasmaError(byte code,
BytePointer message) |
static Status |
plasma.MakePlasmaError(plasma.PlasmaErrorCode code,
String message) |
static Status |
arrow.MakeRecordBatchReader(RecordBatchVector batches,
Schema schema,
RecordBatchReader out)
\brief Create a RecordBatchReader from a vector of RecordBatch.
|
static Status |
arrow.Mean(FunctionContext context,
Array array,
Datum mean)
\brief Compute the mean of a numeric array.
|
static Status |
arrow.Mean(FunctionContext context,
Datum value,
Datum mean)
\brief Compute the mean of a numeric array.
|
static Status |
arrow.mimalloc_memory_pool(MemoryPool out) |
static Status |
arrow.mimalloc_memory_pool(PointerPointer out)
Return a process-wide memory pool based on mimalloc.
|
static Status |
arrow.OpenRecordBatchWriter(IpcPayloadWriter sink,
Schema schema,
RecordBatchWriter out)
Create a new RecordBatchWriter from IpcPayloadWriter and schema.
|
static Status |
arrow.Or(FunctionContext context,
Datum left,
Datum right,
Datum out)
\brief Element-wise OR of two boolean datums which always propagates nulls
(null and true is null).
|
static Status |
arrow.ParseOne(JsonParseOptions options,
ArrowBuffer json,
RecordBatch out)
A class that reads an entire JSON file into a Arrow Table
The file is expected to consist of individual line-separated JSON objects
|
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.ReadMessage(InputStream stream,
Message message)
\brief Read encapsulated IPC message (metadata and body) from InputStream
Returns null if there are not enough bytes available or the
message length is 0 (e.g.
|
static Status |
arrow.ReadMessage(long offset,
int metadata_length,
RandomAccessFile file,
Message message)
\brief Read encapsulated RPC message from position in file
Read a length-prefixed message flatbuffer starting at the indicated file
offset.
|
static Status |
arrow.ReadMessageCopy(InputStream stream,
MemoryPool pool,
Message message)
\brief Read encapsulated IPC message (metadata and body) from InputStream
Like ReadMessage, except that the metadata is copied in a new buffer.
|
static Status |
arrow.ReadRecordBatch(ArrowBuffer metadata,
Schema schema,
DictionaryMemo dictionary_memo,
IpcOptions options,
RandomAccessFile file,
RecordBatch out)
Read record batch from file given metadata and schema
|
static Status |
arrow.ReadRecordBatch(ArrowBuffer metadata,
Schema schema,
DictionaryMemo dictionary_memo,
RandomAccessFile file,
RecordBatch out)
\brief Read record batch from file given metadata and schema
|
static Status |
arrow.ReadRecordBatch(Message message,
Schema schema,
DictionaryMemo dictionary_memo,
RecordBatch out)
\brief Read record batch from encapsulated Message
|
static Status |
arrow.ReadRecordBatch(Schema schema,
DictionaryMemo dictionary_memo,
InputStream stream,
RecordBatch out)
Read record batch as encapsulated IPC message with metadata size prefix and
header
|
static Status |
arrow.ReadSchema(InputStream stream,
DictionaryMemo dictionary_memo,
Schema out)
\brief Read Schema from stream serialized as a single IPC message
and populate any dictionary-encoded fields into a DictionaryMemo
|
static Status |
arrow.ReadSchema(Message message,
DictionaryMemo dictionary_memo,
Schema out)
\brief Read Schema from encapsulated Message
|
static Status |
arrow.RegisterExtensionType(ExtensionType type)
\brief Register an extension type globally.
|
static Status |
arrow.SerializeRecordBatch(RecordBatch batch,
MemoryPool pool,
ArrowBuffer out)
\brief Serialize record batch as encapsulated IPC message in a new buffer
|
static Status |
arrow.SerializeRecordBatch(RecordBatch batch,
MemoryPool pool,
OutputStream out)
\brief Write record batch to OutputStream
|
static Status |
arrow.SerializeSchema(Schema schema,
DictionaryMemo dictionary_memo,
MemoryPool pool,
ArrowBuffer out)
\brief Serialize schema as encapsulated IPC message
|
static Status |
arrow_dataset.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 |
arrow.SortToIndices(FunctionContext ctx,
Array values,
Array offsets)
\brief Returns the indices that would sort an array.
|
static Status |
arrow.Sum(FunctionContext context,
Array array,
Datum out)
\brief Sum values of a numeric array.
|
static Status |
arrow.Sum(FunctionContext context,
Datum value,
Datum out)
\brief Sum values of a numeric array.
|
static Status |
arrow.Take(FunctionContext ctx,
Array values,
Array indices,
TakeOptions options,
Array out)
\brief Take from an array of values at indices in another array
The output array will be of the same type as the input values
array, with elements taken from the values array at the given
indices.
|
static Status |
arrow.Take(FunctionContext ctx,
Array values,
ChunkedArray indices,
TakeOptions options,
ChunkedArray out)
\brief Take from an array of values at indices in a chunked array
The output chunked array will be of the same type as the input values
array, with elements taken from the values array at the given
indices.
|
static Status |
arrow.Take(FunctionContext ctx,
ChunkedArray values,
Array indices,
TakeOptions options,
ChunkedArray out)
\brief Take from a chunked array of values at indices in another array
The output chunked array will be of the same type as the input values
array, with elements taken from the values array at the given
indices.
|
static Status |
arrow.Take(FunctionContext ctx,
ChunkedArray values,
ChunkedArray indices,
TakeOptions options,
ChunkedArray out)
\brief Take from a chunked array of values at indices in a chunked array
The output chunked array will be of the same type as the input values
array, with elements taken from the values array at the given
indices.
|
static Status |
arrow.Take(FunctionContext ctx,
Datum values,
Datum indices,
TakeOptions options,
Datum out)
\brief Take from an array of values at indices in another array
|
static Status |
arrow.Take(FunctionContext ctx,
RecordBatch batch,
Array indices,
TakeOptions options,
RecordBatch out)
\brief Take from a record batch at indices in another array
The output batch will have the same schema as the input batch,
with rows taken from the columns in the batch at the given
indices.
|
static Status |
arrow.Take(FunctionContext ctx,
Table table,
Array indices,
TakeOptions options,
Table out)
\brief Take from a table at indices in an array
The output table will have the same schema as the input table,
with rows taken from the columns in the table at the given
indices.
|
static Status |
arrow.Take(FunctionContext ctx,
Table table,
ChunkedArray indices,
TakeOptions options,
Table out)
\brief Take from a table at indices in a chunked array
The output table will have the same schema as the input table,
with rows taken from the values array at the given
indices.
|
static Status |
arrow.Unique(FunctionContext context,
Datum datum,
Array out)
\brief Compute unique elements from an array-like object
Note if a null occurs in the input it will NOT be included in the output.
|
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.ValueCounts(FunctionContext context,
Datum value,
Array counts)
\brief Return counts of unique elements from an array-like object.
|
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcOptions options,
OutputStream dst,
int[] metadata_length) |
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcOptions options,
OutputStream dst,
IntBuffer metadata_length) |
static Status |
arrow.WriteIpcPayload(IpcPayload payload,
IpcOptions options,
OutputStream dst,
IntPointer metadata_length) |
static Status |
arrow.WriteRecordBatch(RecordBatch batch,
long buffer_start_offset,
OutputStream dst,
int[] metadata_length,
long[] body_length,
IpcOptions options,
MemoryPool pool) |
static Status |
arrow.WriteRecordBatch(RecordBatch batch,
long buffer_start_offset,
OutputStream dst,
IntBuffer metadata_length,
LongBuffer body_length,
IpcOptions options,
MemoryPool pool) |
static Status |
arrow.WriteRecordBatch(RecordBatch batch,
long buffer_start_offset,
OutputStream dst,
IntPointer metadata_length,
LongPointer body_length,
IpcOptions options,
MemoryPool pool)
\brief Low-level API for writing a record batch (without schema)
to an OutputStream as encapsulated IPC message.
|
static Status |
arrow.WriteRecordBatchStream(RecordBatchVector batches,
IpcOptions 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 |
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.
|
static Status |
arrow.Xor(FunctionContext context,
Datum left,
Datum right,
Datum out)
\brief Element-wise XOR of two boolean datums
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.GenericToStatus(Status st)
\endcond
|
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.IsPlasmaObjectNonexistent(Status status)
Return true iff the status indicates a non-existent 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 |
ParquetOutputWrapper.Close() |
Status |
ParquetInputWrapper.Close() |
Status |
ParquetInputWrapper.Seek(long _position) |
Status |
ParquetStatusException.status() |
Status |
ParquetOutputWrapper.Write(Pointer data,
long nbytes) |
Status |
ColumnWriter.WriteArrow(short[] def_levels,
short[] rep_levels,
long num_levels,
Array array,
ArrowWriteContext ctx) |
Status |
ColumnWriter.WriteArrow(ShortBuffer def_levels,
ShortBuffer rep_levels,
long num_levels,
Array array,
ArrowWriteContext ctx) |
Status |
ColumnWriter.WriteArrow(ShortPointer def_levels,
ShortPointer rep_levels,
long num_levels,
Array array,
ArrowWriteContext ctx)
\brief Write Apache Arrow columnar data directly to ColumnWriter.
|
| 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) |
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) |
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)
Create an object in the Plasma Store.
|
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
BytePointer data,
BytePointer metadata) |
Status |
PlasmaClient.CreateAndSeal(UniqueID object_id,
String data,
String metadata)
Create and seal an object in the object store.
|
Status |
PlasmaClient.CreateAndSealBatch(UniqueID object_ids,
StringVector data,
StringVector metadata)
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 © 2020. All rights reserved.