@Namespace(value="parquet::schema") @NoOffset @Properties(inherit=parquet.class) public class Node extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
Node.ConstVisitor |
static class |
Node.type |
static class |
Node.Visitor |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Node(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
ConvertedType.type |
converted_type() |
boolean |
Equals(Node other) |
int |
field_id()
\brief The field_id value for the serialized SchemaElement.
|
boolean |
is_group() |
boolean |
is_optional() |
boolean |
is_primitive() |
boolean |
is_repeated() |
boolean |
is_required() |
LogicalType |
logical_type() |
String |
name() |
Node.type |
node_type() |
Node |
parent() |
ColumnPath |
path() |
Repetition.type |
repetition() |
void |
ToParquet(Pointer element) |
void |
Visit(Node.Visitor visitor) |
void |
VisitConst(Node.ConstVisitor visitor) |
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 Node(Pointer p)
Pointer(Pointer)
.@StdString public String name()
public Node.type node_type()
public Repetition.type repetition()
public ConvertedType.type converted_type()
@Const @Cast(value="const parquet::LogicalType*") @SharedPtr @ByRef public LogicalType logical_type()
public int field_id()
@SharedPtr public ColumnPath path()
public void ToParquet(Pointer element)
public void Visit(Node.Visitor visitor)
public void VisitConst(Node.ConstVisitor visitor)
Copyright © 2022. All rights reserved.