Package | Description |
---|---|
org.bytedeco.parquet |
Modifier and Type | Method and Description |
---|---|
CryptoContext |
CryptoContext.column_ordinal(short setter) |
CryptoContext |
CryptoContext.column_ordinal(short setter) |
CryptoContext |
CryptoContext.data_decryptor(Decryptor setter) |
CryptoContext |
CryptoContext.data_decryptor(Decryptor setter) |
CryptoContext |
CryptoContext.getPointer(long i) |
CryptoContext |
CryptoContext.getPointer(long i) |
CryptoContext |
CryptoContext.meta_decryptor(Decryptor setter) |
CryptoContext |
CryptoContext.meta_decryptor(Decryptor setter) |
CryptoContext |
CryptoContext.position(long position) |
CryptoContext |
CryptoContext.position(long position) |
CryptoContext |
CryptoContext.row_group_ordinal(short setter) |
CryptoContext |
CryptoContext.row_group_ordinal(short setter) |
CryptoContext |
CryptoContext.start_decrypt_with_dictionary_page(boolean setter) |
CryptoContext |
CryptoContext.start_decrypt_with_dictionary_page(boolean setter) |
Modifier and Type | Method and Description |
---|---|
static PageReader |
PageReader.Open(InputStream stream,
long total_num_rows,
Compression.type codec,
MemoryPool pool,
CryptoContext ctx) |
static PageReader |
PageReader.Open(InputStream stream,
long total_num_rows,
Compression.type codec,
MemoryPool pool,
CryptoContext ctx) |
static PageReader |
PageReader.Open(InputStream stream,
long total_num_rows,
int codec,
MemoryPool pool,
CryptoContext ctx) |
static PageReader |
PageReader.Open(InputStream stream,
long total_num_rows,
int codec,
MemoryPool pool,
CryptoContext ctx) |
Copyright © 2022. All rights reserved.