@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) |
static PathForestResult |
MakeFromPreSorted(FileStatsVector sorted_stats)
Make a PathForest from FileStats which are already sorted in a
depth first visitation order.
|
PathForest.Ref |
roots() |
int |
size()
\brief Returns the number of nodes in this forest.
|
FileStatsVector |
stats() |
String |
ToString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static final int Continue
public static final int Prune
public PathForest(Pointer p)
Pointer.Pointer(Pointer).@ByVal public static PathForestResult MakeFromPreSorted(@ByVal FileStatsVector sorted_stats)
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()
@ByRef public FileStatsVector stats()
Copyright © 2020. All rights reserved.