java.lang.Object
com.google.flatbuffers.Table
org.apache.arrow.flatbuf.KeyValue
public final class KeyValue
extends com.google.flatbuffers.Table
----------------------------------------------------------------------
 user defined key value pairs to add custom metadata to arrow
 key namespacing is the responsibility of the user
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class com.google.flatbuffers.Tablebb, bb_pos
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) static voidaddKey(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset) static voidaddValue(com.google.flatbuffers.FlatBufferBuilder builder, int valueOffset) static intcreateKeyValue(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset) static intendKeyValue(com.google.flatbuffers.FlatBufferBuilder builder) static KeyValuestatic KeyValuegetRootAsKeyValue(ByteBuffer _bb, KeyValue obj) key()static voidstartKeyValue(com.google.flatbuffers.FlatBufferBuilder builder) static voidvalue()Methods inherited from class com.google.flatbuffers.Table__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
- 
Constructor Details- 
KeyValuepublic KeyValue()
 
- 
- 
Method Details- 
ValidateVersionpublic static void ValidateVersion()
- 
getRootAsKeyValue
- 
getRootAsKeyValue
- 
__init
- 
__assign
- 
key
- 
keyAsByteBuffer
- 
keyInByteBuffer
- 
value
- 
valueAsByteBuffer
- 
valueInByteBuffer
- 
createKeyValuepublic static int createKeyValue(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset) 
- 
startKeyValuepublic static void startKeyValue(com.google.flatbuffers.FlatBufferBuilder builder) 
- 
addKeypublic static void addKey(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset) 
- 
addValuepublic static void addValue(com.google.flatbuffers.FlatBufferBuilder builder, int valueOffset) 
- 
endKeyValuepublic static int endKeyValue(com.google.flatbuffers.FlatBufferBuilder builder) 
 
-