public class ArrowFieldNode extends Object implements FBSerializable
| Constructor and Description |
|---|
ArrowFieldNode(long length,
long nullCount)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
int |
getNullCount() |
String |
toString() |
int |
writeTo(com.google.flatbuffers.FlatBufferBuilder builder)
Returns the number of bytes taken to serialize the data in builder after writing to it.
|
public ArrowFieldNode(long length,
long nullCount)
length - The number of values written.nullCount - The number of null values.public int writeTo(com.google.flatbuffers.FlatBufferBuilder builder)
FBSerializablewriteTo in interface FBSerializablepublic int getNullCount()
public int getLength()
Copyright © 2024 The Apache Software Foundation. All rights reserved.