@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class RowGroupMetaData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RowGroupMetaData(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
can_decompress() |
ColumnChunkMetaData |
ColumnChunk(int i) |
static RowGroupMetaData |
Make(Pointer metadata,
SchemaDescriptor schema) |
static RowGroupMetaData |
Make(Pointer metadata,
SchemaDescriptor schema,
ApplicationVersion writer_version,
InternalFileDecryptor file_decryptor) |
int |
num_columns() |
long |
num_rows() |
SchemaDescriptor |
schema() |
long |
total_byte_size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic RowGroupMetaData(Pointer p)
Pointer.Pointer(Pointer).@UniquePtr public static RowGroupMetaData Make(@Const Pointer metadata, @Const SchemaDescriptor schema, @Const ApplicationVersion writer_version, @SharedPtr InternalFileDecryptor file_decryptor)
@UniquePtr public static RowGroupMetaData Make(@Const Pointer metadata, @Const SchemaDescriptor schema)
public int num_columns()
@Const public SchemaDescriptor schema()
@UniquePtr public ColumnChunkMetaData ColumnChunk(int i)
Copyright © 2020. All rights reserved.