public class ArrowDictionaryBatch extends Object implements ArrowMessage
ArrowMessage.ArrowMessageVisitor<T>| Constructor and Description |
|---|
ArrowDictionaryBatch(long dictionaryId,
ArrowRecordBatch dictionary) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accepts(ArrowMessage.ArrowMessageVisitor<T> visitor) |
void |
close() |
int |
computeBodyLength() |
ArrowRecordBatch |
getDictionary() |
long |
getDictionaryId() |
String |
toString() |
int |
writeTo(com.google.flatbuffers.FlatBufferBuilder builder) |
public ArrowDictionaryBatch(long dictionaryId,
ArrowRecordBatch dictionary)
public long getDictionaryId()
public ArrowRecordBatch getDictionary()
public int writeTo(com.google.flatbuffers.FlatBufferBuilder builder)
writeTo in interface FBSerializablepublic int computeBodyLength()
computeBodyLength in interface ArrowMessagepublic <T> T accepts(ArrowMessage.ArrowMessageVisitor<T> visitor)
accepts in interface ArrowMessagepublic void close()
close in interface AutoCloseableCopyright © 2017 The Apache Software Foundation. All rights reserved.