@Namespace(value="parquet::internal") @NoOffset @Properties(inherit=parquet.class) public class LevelInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
LevelInfo() |
LevelInfo(int null_slots,
int definition_level,
int repetition_level,
int repeated_ancestor_definition_level) |
LevelInfo(long size)
Native array allocator.
|
LevelInfo(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
short |
def_level() |
LevelInfo |
def_level(short setter) |
boolean |
equals(LevelInfo b) |
LevelInfo |
getPointer(long i) |
boolean |
HasNullableValues() |
void |
Increment(Node node)
Increments levels according to the cardinality of node.
|
void |
IncrementOptional()
Incremetns level for a optional node.
|
short |
IncrementRepeated()
Increments levels for the repeated node.
|
int |
null_slot_usage() |
LevelInfo |
null_slot_usage(int setter) |
LevelInfo |
position(long position) |
short |
rep_level() |
LevelInfo |
rep_level(short setter) |
short |
repeated_ancestor_def_level() |
LevelInfo |
repeated_ancestor_def_level(short 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 LevelInfo(Pointer p)
Pointer(Pointer)
.public LevelInfo(long size)
Pointer.position(long)
.public LevelInfo()
public LevelInfo(int null_slots, int definition_level, int repetition_level, int repeated_ancestor_definition_level)
public LevelInfo getPointer(long i)
getPointer
in class Pointer
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef LevelInfo b)
public int null_slot_usage()
public LevelInfo null_slot_usage(int setter)
public short def_level()
public LevelInfo def_level(short setter)
public short rep_level()
public LevelInfo rep_level(short setter)
public short repeated_ancestor_def_level()
public LevelInfo repeated_ancestor_def_level(short setter)
public void Increment(@Const @ByRef Node node)
public void IncrementOptional()
public short IncrementRepeated()
Copyright © 2022. All rights reserved.