@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ColumnDecryptionProperties extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
ColumnDecryptionProperties.Builder |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ColumnDecryptionProperties() |
ColumnDecryptionProperties(ColumnDecryptionProperties other) |
ColumnDecryptionProperties(long size)
Native array allocator.
|
ColumnDecryptionProperties(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
column_path() |
ColumnDecryptionProperties |
DeepClone() |
ColumnDecryptionProperties |
getPointer(long i) |
boolean |
is_utilized() |
String |
key() |
ColumnDecryptionProperties |
position(long position) |
void |
set_utilized()
ColumnDecryptionProperties object can be used for reading one file only.
|
void |
WipeOutDecryptionKey()
Upon completion of file reading, the encryption key
will be wiped out.
|
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 ColumnDecryptionProperties(Pointer p)
Pointer(Pointer)
.public ColumnDecryptionProperties(long size)
Pointer.position(long)
.public ColumnDecryptionProperties()
public ColumnDecryptionProperties(@Const @ByRef ColumnDecryptionProperties other)
public ColumnDecryptionProperties position(long position)
public ColumnDecryptionProperties getPointer(long i)
getPointer
in class Pointer
@StdString public String column_path()
@StdString public String key()
public void set_utilized()
public void WipeOutDecryptionKey()
@SharedPtr @ByVal public ColumnDecryptionProperties DeepClone()
Copyright © 2022. All rights reserved.