java.lang.Object
org.apache.arrow.flatbuf.MessageHeader
----------------------------------------------------------------------
The root Message type
This union enables us to easily send different message types without
redundant storage, and in the future we can easily add new message types.
Arrow implementations do not need to implement all of the message types,
which may include experimental metadata types. For maximum compatibility,
it is best to send data using RecordBatch
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte
static final String[]
static final byte
static final byte
static final byte
static final byte
static final byte
-
Method Summary
-
Field Details
-
NONE
public static final byte NONE- See Also:
-
Schema
public static final byte Schema- See Also:
-
DictionaryBatch
public static final byte DictionaryBatch- See Also:
-
RecordBatch
public static final byte RecordBatch- See Also:
-
Tensor
public static final byte Tensor- See Also:
-
SparseTensor
public static final byte SparseTensor- See Also:
-
names
-
-
Method Details
-
name
-