public final class FieldNode
extends com.google.flatbuffers.Struct
| Constructor and Description |
|---|
FieldNode() |
| Modifier and Type | Method and Description |
|---|---|
FieldNode |
__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 FieldNode __init(int _i, ByteBuffer _bb)
public long length()
public long nullCount()
public static int createFieldNode(com.google.flatbuffers.FlatBufferBuilder builder,
long length,
long nullCount)
Copyright © 2018 The Apache Software Foundation. All rights reserved.