public class ArrowDictionaryBatch extends Object implements ArrowMessage
ArrowMessage.ArrowMessageVisitor<T>| コンストラクタと説明 |
|---|
ArrowDictionaryBatch(long dictionaryId,
ArrowRecordBatch dictionary) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<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 インタフェース内 FBSerializablepublic int computeBodyLength()
computeBodyLength インタフェース内 ArrowMessagepublic <T> T accepts(ArrowMessage.ArrowMessageVisitor<T> visitor)
accepts インタフェース内 ArrowMessagepublic void close()
close インタフェース内 AutoCloseableCopyright © 2018 The Apache Software Foundation. All rights reserved.