@Namespace(value="arrow::fs") @NoOffset @Properties(inherit=arrow.class) public class PathForest extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
PathForest.Ref
Reference to a node in the forest
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
Continue
enum arrow::fs::PathForest::
|
static int |
Prune
enum arrow::fs::PathForest::
|
| Constructor and Description |
|---|
PathForest(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Equals(PathForest other) |
PathForest.Ref |
get(int i) |
FileInfo |
infos() |
static PathForestResult |
MakeFromPreSorted(FileInfo sorted_infos)
Make a PathForest from a FileInfo vector which is already sorted in a
depth first visitation order.
|
PathForest.Ref |
roots() |
int |
size()
\brief Returns the number of nodes in this forest.
|
String |
ToString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic static final int Continue
public static final int Prune
public PathForest(Pointer p)
Pointer(Pointer).@ByVal public static PathForestResult MakeFromPreSorted(@StdVector FileInfo sorted_infos)
public int size()
@Cast(value="bool") public boolean Equals(@Const @ByRef PathForest other)
@StdString public String ToString()
@ByVal @Name(value="operator []") public PathForest.Ref get(int i)
@StdVector public PathForest.Ref roots()
@StdVector public FileInfo infos()
Copyright © 2021. All rights reserved.