@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ColumnCryptoMetaData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ColumnCryptoMetaData(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
encrypted_with_footer_key() |
boolean |
Equals(ColumnCryptoMetaData other) |
String |
key_metadata() |
static ColumnCryptoMetaData |
Make(byte[] metadata) |
static ColumnCryptoMetaData |
Make(ByteBuffer metadata) |
static ColumnCryptoMetaData |
Make(BytePointer metadata) |
ColumnPath |
path_in_schema() |
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 ColumnCryptoMetaData(Pointer p)
Pointer(Pointer)
.@UniquePtr public static ColumnCryptoMetaData Make(@Cast(value="const uint8_t*") BytePointer metadata)
@UniquePtr public static ColumnCryptoMetaData Make(@Cast(value="const uint8_t*") ByteBuffer metadata)
@UniquePtr public static ColumnCryptoMetaData Make(@Cast(value="const uint8_t*") byte[] metadata)
@Cast(value="bool") public boolean Equals(@Const @ByRef ColumnCryptoMetaData other)
@SharedPtr public ColumnPath path_in_schema()
@StdString public String key_metadata()
Copyright © 2022. All rights reserved.