public final class Footer
extends com.google.flatbuffers.Table
| コンストラクタと説明 |
|---|
Footer() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Footer |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
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 |
createFooter(com.google.flatbuffers.FlatBufferBuilder builder,
short version,
int schemaOffset,
int dictionariesOffset,
int recordBatchesOffset) |
Block |
dictionaries(Block obj,
int j) |
Block |
dictionaries(int j) |
int |
dictionariesLength() |
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() |
Schema |
schema() |
Schema |
schema(Schema obj) |
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) |
short |
version() |
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 recordBatches(int j)
public int recordBatchesLength()
public static int createFooter(com.google.flatbuffers.FlatBufferBuilder builder,
short version,
int schemaOffset,
int dictionariesOffset,
int recordBatchesOffset)
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 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 © 2018 The Apache Software Foundation. All rights reserved.