public final class Field
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
Field() |
| Modifier and Type | Method and Description |
|---|---|
Field |
__init(int _i,
ByteBuffer _bb) |
static void |
addChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int childrenOffset) |
static void |
addCustomMetadata(com.google.flatbuffers.FlatBufferBuilder builder,
int customMetadataOffset) |
static void |
addDictionary(com.google.flatbuffers.FlatBufferBuilder builder,
int dictionaryOffset) |
static void |
addLayout(com.google.flatbuffers.FlatBufferBuilder builder,
int layoutOffset) |
static void |
addName(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset) |
static void |
addNullable(com.google.flatbuffers.FlatBufferBuilder builder,
boolean nullable) |
static void |
addType(com.google.flatbuffers.FlatBufferBuilder builder,
int typeOffset) |
static void |
addTypeType(com.google.flatbuffers.FlatBufferBuilder builder,
byte typeType) |
Field |
children(Field obj,
int j) |
Field |
children(int j) |
int |
childrenLength() |
static int |
createChildrenVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createCustomMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createField(com.google.flatbuffers.FlatBufferBuilder builder,
int name,
boolean nullable,
byte type_type,
int type,
int dictionary,
int children,
int layout,
int custom_metadata) |
static int |
createLayoutVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
KeyValue |
customMetadata(int j) |
KeyValue |
customMetadata(KeyValue obj,
int j) |
int |
customMetadataLength() |
DictionaryEncoding |
dictionary() |
DictionaryEncoding |
dictionary(DictionaryEncoding obj) |
static int |
endField(com.google.flatbuffers.FlatBufferBuilder builder) |
static Field |
getRootAsField(ByteBuffer _bb) |
static Field |
getRootAsField(ByteBuffer _bb,
Field obj) |
VectorLayout |
layout(int j)
layout of buffers produced for this type (as derived from the Type)
does not include children
each recordbatch will return instances of those Buffers.
|
VectorLayout |
layout(VectorLayout obj,
int j) |
int |
layoutLength() |
String |
name() |
ByteBuffer |
nameAsByteBuffer() |
boolean |
nullable() |
static void |
startChildrenVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startCustomMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startField(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startLayoutVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
com.google.flatbuffers.Table |
type(com.google.flatbuffers.Table obj) |
byte |
typeType() |
public static Field getRootAsField(ByteBuffer _bb)
public static Field getRootAsField(ByteBuffer _bb, Field obj)
public Field __init(int _i, ByteBuffer _bb)
public String name()
public ByteBuffer nameAsByteBuffer()
public boolean nullable()
public byte typeType()
public com.google.flatbuffers.Table type(com.google.flatbuffers.Table obj)
public DictionaryEncoding dictionary()
public DictionaryEncoding dictionary(DictionaryEncoding obj)
public Field children(int j)
public int childrenLength()
public VectorLayout layout(int j)
public VectorLayout layout(VectorLayout obj, int j)
public int layoutLength()
public KeyValue customMetadata(int j)
public int customMetadataLength()
public static int createField(com.google.flatbuffers.FlatBufferBuilder builder,
int name,
boolean nullable,
byte type_type,
int type,
int dictionary,
int children,
int layout,
int custom_metadata)
public static void startField(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset)
public static void addNullable(com.google.flatbuffers.FlatBufferBuilder builder,
boolean nullable)
public static void addTypeType(com.google.flatbuffers.FlatBufferBuilder builder,
byte typeType)
public static void addType(com.google.flatbuffers.FlatBufferBuilder builder,
int typeOffset)
public static void addDictionary(com.google.flatbuffers.FlatBufferBuilder builder,
int dictionaryOffset)
public static void addChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int childrenOffset)
public static int createChildrenVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data)
public static void startChildrenVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static void addLayout(com.google.flatbuffers.FlatBufferBuilder builder,
int layoutOffset)
public static int createLayoutVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data)
public static void startLayoutVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static void addCustomMetadata(com.google.flatbuffers.FlatBufferBuilder builder,
int customMetadataOffset)
public static int createCustomMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data)
public static void startCustomMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static int endField(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2017 The Apache Software Foundation. All rights reserved.