public final class Footer
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
Footer.Vector |
Constructor and Description |
---|
Footer() |
Modifier and Type | Method and Description |
---|---|
Footer |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addCustomMetadata(com.google.flatbuffers.FlatBufferBuilder builder,
int customMetadataOffset) |
static void |
addDictionaries(com.google.flatbuffers.FlatBufferBuilder builder,
int dictionariesOffset) |
static void |
addRecordBatches(com.google.flatbuffers.FlatBufferBuilder builder,
int recordBatchesOffset) |
static void |
addSchema(com.google.flatbuffers.FlatBufferBuilder builder,
int schemaOffset) |
static void |
addVersion(com.google.flatbuffers.FlatBufferBuilder builder,
short version) |
static int |
createCustomMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createFooter(com.google.flatbuffers.FlatBufferBuilder builder,
short version,
int schemaOffset,
int dictionariesOffset,
int recordBatchesOffset,
int custom_metadataOffset) |
KeyValue |
customMetadata(int j)
User-defined metadata
|
KeyValue |
customMetadata(KeyValue obj,
int j) |
int |
customMetadataLength() |
KeyValue.Vector |
customMetadataVector() |
KeyValue.Vector |
customMetadataVector(KeyValue.Vector obj) |
Block |
dictionaries(Block obj,
int j) |
Block |
dictionaries(int j) |
int |
dictionariesLength() |
Block.Vector |
dictionariesVector() |
Block.Vector |
dictionariesVector(Block.Vector obj) |
static int |
endFooter(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
finishFooterBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static void |
finishSizePrefixedFooterBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static Footer |
getRootAsFooter(ByteBuffer _bb) |
static Footer |
getRootAsFooter(ByteBuffer _bb,
Footer obj) |
Block |
recordBatches(Block obj,
int j) |
Block |
recordBatches(int j) |
int |
recordBatchesLength() |
Block.Vector |
recordBatchesVector() |
Block.Vector |
recordBatchesVector(Block.Vector obj) |
Schema |
schema() |
Schema |
schema(Schema obj) |
static void |
startCustomMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startDictionariesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startFooter(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startRecordBatchesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
ValidateVersion() |
short |
version() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static Footer getRootAsFooter(ByteBuffer _bb)
public static Footer getRootAsFooter(ByteBuffer _bb, Footer obj)
public void __init(int _i, ByteBuffer _bb)
public Footer __assign(int _i, ByteBuffer _bb)
public short version()
public Schema schema()
public Block dictionaries(int j)
public int dictionariesLength()
public Block.Vector dictionariesVector()
public Block.Vector dictionariesVector(Block.Vector obj)
public Block recordBatches(int j)
public int recordBatchesLength()
public Block.Vector recordBatchesVector()
public Block.Vector recordBatchesVector(Block.Vector obj)
public KeyValue customMetadata(int j)
public int customMetadataLength()
public KeyValue.Vector customMetadataVector()
public KeyValue.Vector customMetadataVector(KeyValue.Vector obj)
public static int createFooter(com.google.flatbuffers.FlatBufferBuilder builder, short version, int schemaOffset, int dictionariesOffset, int recordBatchesOffset, int custom_metadataOffset)
public static void startFooter(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addVersion(com.google.flatbuffers.FlatBufferBuilder builder, short version)
public static void addSchema(com.google.flatbuffers.FlatBufferBuilder builder, int schemaOffset)
public static void addDictionaries(com.google.flatbuffers.FlatBufferBuilder builder, int dictionariesOffset)
public static void startDictionariesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addRecordBatches(com.google.flatbuffers.FlatBufferBuilder builder, int recordBatchesOffset)
public static void startRecordBatchesVector(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 endFooter(com.google.flatbuffers.FlatBufferBuilder builder)
public static void finishFooterBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
public static void finishSizePrefixedFooterBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
Copyright © 2023 The Apache Software Foundation. All rights reserved.