public class ArrowFooter extends Object implements FBSerializable
| Constructor and Description |
|---|
ArrowFooter(Footer footer) |
ArrowFooter(Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> recordBatches) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ArrowBlock> |
getDictionaries() |
List<ArrowBlock> |
getRecordBatches() |
Schema |
getSchema() |
int |
hashCode() |
int |
writeTo(com.google.flatbuffers.FlatBufferBuilder builder) |
public ArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches)
public ArrowFooter(Footer footer)
public Schema getSchema()
public List<ArrowBlock> getDictionaries()
public List<ArrowBlock> getRecordBatches()
public int writeTo(com.google.flatbuffers.FlatBufferBuilder builder)
writeTo in interface FBSerializableCopyright © 2018 The Apache Software Foundation. All rights reserved.