@Namespace(value="parquet::schema") @NoOffset @Properties(inherit=parquet.class) public class ColumnPath extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ColumnPath() |
ColumnPath(long size)
Native array allocator.
|
ColumnPath(Pointer p)
Pointer cast constructor.
|
ColumnPath(StringVector path) |
Modifier and Type | Method and Description |
---|---|
ColumnPath |
extend(BytePointer node_name) |
ColumnPath |
extend(String node_name) |
static ColumnPath |
FromDotString(BytePointer dotstring) |
static ColumnPath |
FromDotString(String dotstring) |
static ColumnPath |
FromNode(Node node) |
ColumnPath |
getPointer(long i) |
ColumnPath |
position(long position) |
String |
ToDotString() |
StringVector |
ToDotVector() |
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 ColumnPath(Pointer p)
Pointer(Pointer)
.public ColumnPath(long size)
Pointer.position(long)
.public ColumnPath()
public ColumnPath(@Const @ByRef StringVector path)
public ColumnPath position(long position)
public ColumnPath getPointer(long i)
getPointer
in class Pointer
@SharedPtr public static ColumnPath FromDotString(@StdString String dotstring)
@SharedPtr public static ColumnPath FromDotString(@StdString BytePointer dotstring)
@SharedPtr public static ColumnPath FromNode(@Const @ByRef Node node)
@SharedPtr public ColumnPath extend(@StdString String node_name)
@SharedPtr public ColumnPath extend(@StdString BytePointer node_name)
@StdString public String ToDotString()
@Const @ByRef public StringVector ToDotVector()
Copyright © 2022. All rights reserved.