@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class RowGroupReader extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
RowGroupReader.Contents |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RowGroupReader(Pointer p)
Pointer cast constructor.
|
RowGroupReader(RowGroupReader.Contents contents) |
Modifier and Type | Method and Description |
---|---|
ColumnReader |
Column(int i) |
ColumnReader |
ColumnWithExposeEncoding(int i,
int encoding_to_expose) |
ColumnReader |
ColumnWithExposeEncoding(int i,
parquet.ExposedEncoding encoding_to_expose) |
PageReader |
GetColumnPageReader(int i) |
RowGroupMetaData |
metadata() |
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 RowGroupReader(Pointer p)
Pointer(Pointer)
.public RowGroupReader(@UniquePtr RowGroupReader.Contents contents)
@Const public RowGroupMetaData metadata()
@SharedPtr public ColumnReader Column(int i)
@SharedPtr public ColumnReader ColumnWithExposeEncoding(int i, parquet.ExposedEncoding encoding_to_expose)
@SharedPtr public ColumnReader ColumnWithExposeEncoding(int i, @Cast(value="parquet::ExposedEncoding") int encoding_to_expose)
@UniquePtr public PageReader GetColumnPageReader(int i)
Copyright © 2022. All rights reserved.