@Namespace(value="parquet") @Properties(inherit=parquet.class) public class PageReader extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PageReader(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Page |
NextPage() |
static PageReader |
Open(InputStream stream,
long total_num_rows,
Compression.type codec) |
static PageReader |
Open(InputStream stream,
long total_num_rows,
Compression.type codec,
MemoryPool pool,
CryptoContext ctx) |
static PageReader |
Open(InputStream stream,
long total_num_rows,
int codec) |
static PageReader |
Open(InputStream stream,
long total_num_rows,
int codec,
MemoryPool pool,
CryptoContext ctx) |
void |
set_max_page_header_size(int size) |
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 PageReader(Pointer p)
Pointer(Pointer)
.@UniquePtr public static PageReader Open(@Cast(value="parquet::ArrowInputStream*") @SharedPtr InputStream stream, @Cast(value="int64_t") long total_num_rows, Compression.type codec, MemoryPool pool, @Const CryptoContext ctx)
@UniquePtr public static PageReader Open(@Cast(value="parquet::ArrowInputStream*") @SharedPtr InputStream stream, @Cast(value="int64_t") long total_num_rows, Compression.type codec)
@UniquePtr public static PageReader Open(@Cast(value="parquet::ArrowInputStream*") @SharedPtr InputStream stream, @Cast(value="int64_t") long total_num_rows, @Cast(value="arrow::Compression::type") int codec, MemoryPool pool, @Const CryptoContext ctx)
@UniquePtr public static PageReader Open(@Cast(value="parquet::ArrowInputStream*") @SharedPtr InputStream stream, @Cast(value="int64_t") long total_num_rows, @Cast(value="arrow::Compression::type") int codec)
@SharedPtr public Page NextPage()
Copyright © 2022. All rights reserved.