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 SummaryFieldsModifier and TypeFieldDescriptionstatic final bytestatic final String[]static final bytestatic final bytestatic final bytestatic final bytestatic final byte
- 
Method Summary
- 
Field Details- 
NONEpublic static final byte NONE- See Also:
 
- 
Schemapublic static final byte Schema- See Also:
 
- 
DictionaryBatchpublic static final byte DictionaryBatch- See Also:
 
- 
RecordBatchpublic static final byte RecordBatch- See Also:
 
- 
Tensorpublic static final byte Tensor- See Also:
 
- 
SparseTensorpublic static final byte SparseTensor- See Also:
 
- 
names
 
- 
- 
Method Details- 
name
 
-