Class ArrowBodyCompression

java.lang.Object
org.apache.arrow.vector.ipc.message.ArrowBodyCompression
All Implemented Interfaces:
FBSerializable

public class ArrowBodyCompression extends Object implements FBSerializable
Compression information about data written to a channel.
  • Constructor Details

    • ArrowBodyCompression

      public ArrowBodyCompression(byte codec, byte method)
  • Method Details

    • writeTo

      public int writeTo(com.google.flatbuffers.FlatBufferBuilder builder)
      Description copied from interface: FBSerializable
      Returns the number of bytes taken to serialize the data in builder after writing to it.
      Specified by:
      writeTo in interface FBSerializable
    • getCodec

      public byte getCodec()
    • getMethod

      public byte getMethod()
    • toString

      public String toString()
      Overrides:
      toString in class Object