- Big - Static variable in class org.apache.arrow.flatbuf.Endianness
-
- Binary - Class in org.apache.arrow.flatbuf
-
Opaque binary data
- Binary() - Constructor for class org.apache.arrow.flatbuf.Binary
-
- Binary - Static variable in class org.apache.arrow.flatbuf.Type
-
- Binary.Vector - Class in org.apache.arrow.flatbuf
-
- BinaryView - Class in org.apache.arrow.flatbuf
-
Logically the same as Binary, but the internal representation uses a view
struct that contains the string length and either the string's entire data
inline (for small strings) or an inlined prefix, an index of another buffer,
and an offset pointing to a slice in that buffer (for non-small strings).
- BinaryView() - Constructor for class org.apache.arrow.flatbuf.BinaryView
-
- BinaryView - Static variable in class org.apache.arrow.flatbuf.Type
-
- BinaryView.Vector - Class in org.apache.arrow.flatbuf
-
- bitWidth() - Method in class org.apache.arrow.flatbuf.Decimal
-
Number of bits per value.
- bitWidth() - Method in class org.apache.arrow.flatbuf.Int
-
- bitWidth() - Method in class org.apache.arrow.flatbuf.Time
-
- Block - Class in org.apache.arrow.flatbuf
-
- Block() - Constructor for class org.apache.arrow.flatbuf.Block
-
- Block.Vector - Class in org.apache.arrow.flatbuf
-
- BodyCompression - Class in org.apache.arrow.flatbuf
-
Optional compression for the memory buffers constituting IPC message
bodies.
- BodyCompression() - Constructor for class org.apache.arrow.flatbuf.BodyCompression
-
- BodyCompression.Vector - Class in org.apache.arrow.flatbuf
-
- BodyCompressionMethod - Class in org.apache.arrow.flatbuf
-
Provided for forward compatibility in case we need to support different
strategies for compressing the IPC message body (like whole-body
compression rather than buffer-level) in the future
- bodyLength() - Method in class org.apache.arrow.flatbuf.Block
-
Length of the data (this is aligned so there can be a gap between this and
the metadata).
- bodyLength() - Method in class org.apache.arrow.flatbuf.Message
-
- Bool - Class in org.apache.arrow.flatbuf
-
- Bool() - Constructor for class org.apache.arrow.flatbuf.Bool
-
- Bool - Static variable in class org.apache.arrow.flatbuf.Type
-
- Bool.Vector - Class in org.apache.arrow.flatbuf
-
- BUFFER - Static variable in class org.apache.arrow.flatbuf.BodyCompressionMethod
-
Each constituent buffer is first compressed with the indicated
compressor, and then written with the uncompressed length in the first 8
bytes as a 64-bit little-endian signed integer followed by the compressed
buffer bytes (and then padding as required by the protocol).
- Buffer - Class in org.apache.arrow.flatbuf
-
----------------------------------------------------------------------
A Buffer represents a single contiguous memory segment
- Buffer() - Constructor for class org.apache.arrow.flatbuf.Buffer
-
- Buffer.Vector - Class in org.apache.arrow.flatbuf
-
- buffers(int) - Method in class org.apache.arrow.flatbuf.RecordBatch
-
Buffers correspond to the pre-ordered flattened buffer tree
The number of buffers appended to this list depends on the schema.
- buffers(Buffer, int) - Method in class org.apache.arrow.flatbuf.RecordBatch
-
- buffersLength() - Method in class org.apache.arrow.flatbuf.RecordBatch
-
- buffersVector() - Method in class org.apache.arrow.flatbuf.RecordBatch
-
- buffersVector(Buffer.Vector) - Method in class org.apache.arrow.flatbuf.RecordBatch
-
- byteWidth() - Method in class org.apache.arrow.flatbuf.FixedSizeBinary
-
Number of bytes per value
- id() - Method in class org.apache.arrow.flatbuf.DictionaryBatch
-
- id() - Method in class org.apache.arrow.flatbuf.DictionaryEncoding
-
The known dictionary id in the application where this data is used.
- indexType() - Method in class org.apache.arrow.flatbuf.DictionaryEncoding
-
The dictionary indices are constrained to be non-negative integers.
- indexType(Int) - Method in class org.apache.arrow.flatbuf.DictionaryEncoding
-
- indicesBuffer() - Method in class org.apache.arrow.flatbuf.SparseMatrixIndexCSX
-
indicesBuffer stores the location and size of the array that
contains the column indices of the corresponding non-zero values.
- indicesBuffer(Buffer) - Method in class org.apache.arrow.flatbuf.SparseMatrixIndexCSX
-
- indicesBuffer() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
The location and size of the indices matrix's data
- indicesBuffer(Buffer) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
- indicesBuffers(int) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
indicesBuffers stores values of nodes.
- indicesBuffers(Buffer, int) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
- indicesBuffersLength() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
- indicesBuffersVector() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
- indicesBuffersVector(Buffer.Vector) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
- indicesStrides(int) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
Non-negative byte offsets to advance one value cell along each dimension
If omitted, default to row-major order (C-like).
- indicesStridesAsByteBuffer() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
- indicesStridesInByteBuffer(ByteBuffer) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
- indicesStridesLength() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
- indicesStridesVector() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
- indicesStridesVector(LongVector) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
- indicesType() - Method in class org.apache.arrow.flatbuf.SparseMatrixIndexCSX
-
The type of values in indicesBuffer
- indicesType(Int) - Method in class org.apache.arrow.flatbuf.SparseMatrixIndexCSX
-
- indicesType() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
The type of values in indicesBuffer
- indicesType(Int) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
- indicesType() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
The type of values in indicesBuffers
- indicesType(Int) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
- indptrBuffer() - Method in class org.apache.arrow.flatbuf.SparseMatrixIndexCSX
-
indptrBuffer stores the location and size of indptr array that
represents the range of the rows.
- indptrBuffer(Buffer) - Method in class org.apache.arrow.flatbuf.SparseMatrixIndexCSX
-
- indptrBuffers(int) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
indptrBuffers stores the sparsity structure.
- indptrBuffers(Buffer, int) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
- indptrBuffersLength() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
- indptrBuffersVector() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
- indptrBuffersVector(Buffer.Vector) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
- indptrType() - Method in class org.apache.arrow.flatbuf.SparseMatrixIndexCSX
-
The type of values in indptrBuffer
- indptrType(Int) - Method in class org.apache.arrow.flatbuf.SparseMatrixIndexCSX
-
- indptrType() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
CSF is a generalization of compressed sparse row (CSR) index.
- indptrType(Int) - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCSF
-
- Int - Class in org.apache.arrow.flatbuf
-
- Int() - Constructor for class org.apache.arrow.flatbuf.Int
-
- Int - Static variable in class org.apache.arrow.flatbuf.Type
-
- Int.Vector - Class in org.apache.arrow.flatbuf
-
- Interval - Class in org.apache.arrow.flatbuf
-
- Interval() - Constructor for class org.apache.arrow.flatbuf.Interval
-
- Interval - Static variable in class org.apache.arrow.flatbuf.Type
-
- Interval.Vector - Class in org.apache.arrow.flatbuf
-
- IntervalUnit - Class in org.apache.arrow.flatbuf
-
- isCanonical() - Method in class org.apache.arrow.flatbuf.SparseTensorIndexCOO
-
This flag is true if and only if the indices matrix is sorted in
row-major order, and does not have duplicated entries.
- isDelta() - Method in class org.apache.arrow.flatbuf.DictionaryBatch
-
If isDelta is true the values in the dictionary are to be appended to a
dictionary with the indicated id.
- isOrdered() - Method in class org.apache.arrow.flatbuf.DictionaryEncoding
-
By default, dictionaries are not ordered, or the order does not have
semantic meaning.
- isSigned() - Method in class org.apache.arrow.flatbuf.Int
-
- Tensor - Static variable in class org.apache.arrow.flatbuf.MessageHeader
-
- Tensor - Class in org.apache.arrow.flatbuf
-
- Tensor() - Constructor for class org.apache.arrow.flatbuf.Tensor
-
- Tensor.Vector - Class in org.apache.arrow.flatbuf
-
- TensorDim - Class in org.apache.arrow.flatbuf
-
----------------------------------------------------------------------
Data structures for dense tensors
Shape data for a single axis in a tensor
- TensorDim() - Constructor for class org.apache.arrow.flatbuf.TensorDim
-
- TensorDim.Vector - Class in org.apache.arrow.flatbuf
-
- Time - Class in org.apache.arrow.flatbuf
-
Time is either a 32-bit or 64-bit signed integer type representing an
elapsed time since midnight, stored in either of four units: seconds,
milliseconds, microseconds or nanoseconds.
- Time() - Constructor for class org.apache.arrow.flatbuf.Time
-
- Time - Static variable in class org.apache.arrow.flatbuf.Type
-
- Time.Vector - Class in org.apache.arrow.flatbuf
-
- Timestamp - Class in org.apache.arrow.flatbuf
-
Timestamp is a 64-bit signed integer representing an elapsed time since a
fixed epoch, stored in either of four units: seconds, milliseconds,
microseconds or nanoseconds, and is optionally annotated with a timezone.
- Timestamp() - Constructor for class org.apache.arrow.flatbuf.Timestamp
-
- Timestamp - Static variable in class org.apache.arrow.flatbuf.Type
-
- Timestamp.Vector - Class in org.apache.arrow.flatbuf
-
- TimeUnit - Class in org.apache.arrow.flatbuf
-
- timezone() - Method in class org.apache.arrow.flatbuf.Timestamp
-
The timezone is an optional string indicating the name of a timezone,
one of:
* As used in the Olson timezone database (the "tz database" or
"tzdata"), such as "America/New_York".
- timezoneAsByteBuffer() - Method in class org.apache.arrow.flatbuf.Timestamp
-
- timezoneInByteBuffer(ByteBuffer) - Method in class org.apache.arrow.flatbuf.Timestamp
-
- type(Table) - Method in class org.apache.arrow.flatbuf.Field
-
This is the type of the decoded value if the field is dictionary encoded.
- type(Table) - Method in class org.apache.arrow.flatbuf.SparseTensor
-
The type of data contained in a value cell.
- type(Table) - Method in class org.apache.arrow.flatbuf.Tensor
-
The type of data contained in a value cell.
- Type - Class in org.apache.arrow.flatbuf
-
----------------------------------------------------------------------
Top-level Type value, enabling extensible type-specific metadata.
- typeIds(int) - Method in class org.apache.arrow.flatbuf.Union
-
- typeIdsAsByteBuffer() - Method in class org.apache.arrow.flatbuf.Union
-
- typeIdsInByteBuffer(ByteBuffer) - Method in class org.apache.arrow.flatbuf.Union
-
- typeIdsLength() - Method in class org.apache.arrow.flatbuf.Union
-
- typeIdsVector() - Method in class org.apache.arrow.flatbuf.Union
-
- typeIdsVector(IntVector) - Method in class org.apache.arrow.flatbuf.Union
-
- typeType() - Method in class org.apache.arrow.flatbuf.Field
-
- typeType() - Method in class org.apache.arrow.flatbuf.SparseTensor
-
- typeType() - Method in class org.apache.arrow.flatbuf.Tensor
-