@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class CryptoContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CryptoContext() |
CryptoContext(boolean start_with_dictionary_page,
short rg_ordinal,
short col_ordinal,
Decryptor meta,
Decryptor data) |
CryptoContext(long size)
Native array allocator.
|
CryptoContext(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
short |
column_ordinal() |
CryptoContext |
column_ordinal(short setter) |
Decryptor |
data_decryptor() |
CryptoContext |
data_decryptor(Decryptor setter) |
CryptoContext |
getPointer(long i) |
Decryptor |
meta_decryptor() |
CryptoContext |
meta_decryptor(Decryptor setter) |
CryptoContext |
position(long position) |
short |
row_group_ordinal() |
CryptoContext |
row_group_ordinal(short setter) |
boolean |
start_decrypt_with_dictionary_page() |
CryptoContext |
start_decrypt_with_dictionary_page(boolean setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public CryptoContext(Pointer p)
Pointer(Pointer)
.public CryptoContext(long size)
Pointer.position(long)
.public CryptoContext(@Cast(value="bool") boolean start_with_dictionary_page, short rg_ordinal, short col_ordinal, @SharedPtr Decryptor meta, @SharedPtr Decryptor data)
public CryptoContext()
public CryptoContext position(long position)
public CryptoContext getPointer(long i)
getPointer
in class Pointer
@Cast(value="bool") public boolean start_decrypt_with_dictionary_page()
public CryptoContext start_decrypt_with_dictionary_page(boolean setter)
public short row_group_ordinal()
public CryptoContext row_group_ordinal(short setter)
public short column_ordinal()
public CryptoContext column_ordinal(short setter)
@SharedPtr public Decryptor meta_decryptor()
public CryptoContext meta_decryptor(Decryptor setter)
@SharedPtr public Decryptor data_decryptor()
public CryptoContext data_decryptor(Decryptor setter)
Copyright © 2022. All rights reserved.