@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ColumnProperties extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ColumnProperties() |
ColumnProperties(Encoding.type encoding,
Compression.type codec,
boolean dictionary_enabled,
boolean statistics_enabled,
long max_stats_size) |
ColumnProperties(int encoding,
int codec,
boolean dictionary_enabled,
boolean statistics_enabled,
long max_stats_size) |
ColumnProperties(long size)
Native array allocator.
|
ColumnProperties(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compression_level() |
Compression.type |
compression() |
boolean |
dictionary_enabled() |
Encoding.type |
encoding() |
ColumnProperties |
getPointer(long i) |
long |
max_statistics_size() |
ColumnProperties |
position(long position) |
void |
set_compression_level(int compression_level) |
void |
set_compression(Compression.type codec) |
void |
set_compression(int codec) |
void |
set_dictionary_enabled(boolean dictionary_enabled) |
void |
set_encoding(Encoding.type encoding) |
void |
set_encoding(int encoding) |
void |
set_max_statistics_size(long max_stats_size) |
void |
set_statistics_enabled(boolean statistics_enabled) |
boolean |
statistics_enabled() |
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 ColumnProperties(Pointer p)
Pointer(Pointer)
.public ColumnProperties(long size)
Pointer.position(long)
.public ColumnProperties(Encoding.type encoding, Compression.type codec, @Cast(value="bool") boolean dictionary_enabled, @Cast(value="bool") boolean statistics_enabled, @Cast(value="size_t") long max_stats_size)
public ColumnProperties()
public ColumnProperties position(long position)
public ColumnProperties getPointer(long i)
getPointer
in class Pointer
public void set_encoding(Encoding.type encoding)
public void set_compression(Compression.type codec)
public void set_dictionary_enabled(@Cast(value="bool") boolean dictionary_enabled)
public void set_statistics_enabled(@Cast(value="bool") boolean statistics_enabled)
public void set_max_statistics_size(@Cast(value="size_t") long max_stats_size)
public void set_compression_level(int compression_level)
public Encoding.type encoding()
public Compression.type compression()
public int compression_level()
Copyright © 2022. All rights reserved.