public final class FieldNode
extends com.google.flatbuffers.Struct
Modifier and Type | Class and Description |
---|---|
static class |
FieldNode.Vector |
Constructor and Description |
---|
FieldNode() |
Modifier and Type | Method and Description |
---|---|
FieldNode |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static int |
createFieldNode(com.google.flatbuffers.FlatBufferBuilder builder,
long length,
long nullCount) |
long |
length()
The number of value slots in the Arrow array at this level of a nested
tree
|
long |
nullCount()
The number of observed nulls.
|
public void __init(int _i, ByteBuffer _bb)
public FieldNode __assign(int _i, ByteBuffer _bb)
public long length()
public long nullCount()
public static int createFieldNode(com.google.flatbuffers.FlatBufferBuilder builder, long length, long nullCount)
Copyright © 2023 The Apache Software Foundation. All rights reserved.