Class ArrowFieldNode
java.lang.Object
org.apache.arrow.vector.ipc.message.ArrowFieldNode
- All Implemented Interfaces:
FBSerializable
Metadata about Vectors/Arrays that is written to a channel.
-
Constructor Details
-
ArrowFieldNode
public ArrowFieldNode(long length, long nullCount) Constructs a new instance.- Parameters:
length
- The number of values written.nullCount
- The number of null values.
-
-
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
-
getNullCount
public int getNullCount() -
getLength
public int getLength() -
toString
-