Class ArrowBodyCompression
java.lang.Object
org.apache.arrow.vector.ipc.message.ArrowBodyCompression
- All Implemented Interfaces:
FBSerializable
Compression information about data written to a channel.
-
Constructor Summary
-
Method Summary
-
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 interfaceFBSerializable
-
getCodec
public byte getCodec() -
getMethod
public byte getMethod() -
toString
-