@Namespace(value="parquet::schema") @Properties(inherit=parquet.class) public class DecimalMetadata extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DecimalMetadata()
Default native constructor.
|
DecimalMetadata(long size)
Native array allocator.
|
DecimalMetadata(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
DecimalMetadata |
getPointer(long i) |
boolean |
isset() |
DecimalMetadata |
isset(boolean setter) |
DecimalMetadata |
position(long position) |
int |
precision() |
DecimalMetadata |
precision(int setter) |
int |
scale() |
DecimalMetadata |
scale(int 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 DecimalMetadata()
public DecimalMetadata(long size)
Pointer.position(long)
.public DecimalMetadata(Pointer p)
Pointer(Pointer)
.public DecimalMetadata position(long position)
public DecimalMetadata getPointer(long i)
getPointer
in class Pointer
public DecimalMetadata isset(boolean setter)
public int scale()
public DecimalMetadata scale(int setter)
public int precision()
public DecimalMetadata precision(int setter)
Copyright © 2022. All rights reserved.