@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class EncodedStatistics extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
EncodedStatistics() |
EncodedStatistics(long size)
Native array allocator.
|
EncodedStatistics(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplyStatSizeLimits(long length) |
long |
distinct_count() |
EncodedStatistics |
distinct_count(long setter) |
EncodedStatistics |
getPointer(long i) |
boolean |
has_distinct_count() |
EncodedStatistics |
has_distinct_count(boolean setter) |
boolean |
has_max() |
EncodedStatistics |
has_max(boolean setter) |
boolean |
has_min() |
EncodedStatistics |
has_min(boolean setter) |
boolean |
has_null_count() |
EncodedStatistics |
has_null_count(boolean setter) |
boolean |
is_set() |
boolean |
is_signed() |
String |
max() |
String |
min() |
long |
null_count() |
EncodedStatistics |
null_count(long setter) |
EncodedStatistics |
position(long position) |
EncodedStatistics |
set_distinct_count(long value) |
void |
set_is_signed(boolean is_signed) |
EncodedStatistics |
set_max(BytePointer value) |
EncodedStatistics |
set_max(String value) |
EncodedStatistics |
set_min(BytePointer value) |
EncodedStatistics |
set_min(String value) |
EncodedStatistics |
set_null_count(long value) |
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 EncodedStatistics(Pointer p)
Pointer(Pointer)
.public EncodedStatistics(long size)
Pointer.position(long)
.public EncodedStatistics()
public EncodedStatistics position(long position)
public EncodedStatistics getPointer(long i)
getPointer
in class Pointer
@StdString public String max()
@StdString public String min()
public EncodedStatistics null_count(long setter)
public EncodedStatistics distinct_count(long setter)
public EncodedStatistics has_min(boolean setter)
public EncodedStatistics has_max(boolean setter)
public EncodedStatistics has_null_count(boolean setter)
public EncodedStatistics has_distinct_count(boolean setter)
@ByRef public EncodedStatistics set_max(@StdString String value)
@ByRef public EncodedStatistics set_max(@StdString BytePointer value)
@ByRef public EncodedStatistics set_min(@StdString String value)
@ByRef public EncodedStatistics set_min(@StdString BytePointer value)
@ByRef public EncodedStatistics set_null_count(@Cast(value="int64_t") long value)
@ByRef public EncodedStatistics set_distinct_count(@Cast(value="int64_t") long value)
Copyright © 2022. All rights reserved.