@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ColumnChunkMetaData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ColumnChunkMetaData(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
can_decompress() |
Compression.type |
compression() |
ColumnCryptoMetaData |
crypto_metadata() |
long |
data_page_offset() |
long |
dictionary_page_offset() |
PageEncodingStats |
encoding_stats() |
IntPointer |
encodings() |
boolean |
Equals(ColumnChunkMetaData other) |
long |
file_offset() |
String |
file_path() |
boolean |
has_dictionary_page() |
boolean |
has_index_page() |
long |
index_page_offset() |
boolean |
is_metadata_set() |
boolean |
is_stats_set() |
static ColumnChunkMetaData |
Make(Pointer metadata,
ColumnDescriptor descr) |
static ColumnChunkMetaData |
Make(Pointer metadata,
ColumnDescriptor descr,
ApplicationVersion writer_version,
short row_group_ordinal,
short column_ordinal,
InternalFileDecryptor file_decryptor) |
long |
num_values() |
ColumnPath |
path_in_schema() |
Statistics |
statistics() |
long |
total_compressed_size() |
long |
total_uncompressed_size() |
Type.type |
type() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public ColumnChunkMetaData(Pointer p)
Pointer(Pointer)
.@UniquePtr public static ColumnChunkMetaData Make(@Const Pointer metadata, @Const ColumnDescriptor descr, @Const ApplicationVersion writer_version, short row_group_ordinal, short column_ordinal, @SharedPtr InternalFileDecryptor file_decryptor)
@UniquePtr public static ColumnChunkMetaData Make(@Const Pointer metadata, @Const ColumnDescriptor descr)
@Cast(value="bool") public boolean Equals(@Const @ByRef ColumnChunkMetaData other)
@StdString public String file_path()
public Type.type type()
@SharedPtr public ColumnPath path_in_schema()
@SharedPtr public Statistics statistics()
public Compression.type compression()
@StdVector public IntPointer encodings()
@StdVector public PageEncodingStats encoding_stats()
@UniquePtr public ColumnCryptoMetaData crypto_metadata()
Copyright © 2022. All rights reserved.