Class ArrowDictionaryBatch

java.lang.Object
org.apache.arrow.vector.ipc.message.ArrowDictionaryBatch
All Implemented Interfaces:
AutoCloseable, ArrowMessage, FBSerializable

public class ArrowDictionaryBatch extends Object implements ArrowMessage
POJO wrapper around a Dictionary Batch IPC messages (https://arrow.apache.org/docs/format/IPC.html#dictionary-batches)
  • Constructor Details

    • ArrowDictionaryBatch

      @Deprecated public ArrowDictionaryBatch(long dictionaryId, ArrowRecordBatch dictionary)
      Deprecated.
    • ArrowDictionaryBatch

      public ArrowDictionaryBatch(long dictionaryId, ArrowRecordBatch dictionary, boolean isDelta)
      Constructs new instance.
  • Method Details