@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class FileSystemFactoryOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FileSystemFactoryOptions()
Default native constructor.
|
FileSystemFactoryOptions(long size)
Native array allocator.
|
FileSystemFactoryOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
exclude_invalid_files()
Invalid files (via selector or explicitly) will be excluded by checking
with the FileFormat::IsSupported method.
|
FileSystemFactoryOptions |
exclude_invalid_files(boolean setter) |
FileSystemFactoryOptions |
getPointer(long i) |
String |
partition_base_dir()
For the purposes of applying the partitioning, paths will be stripped
of the partition_base_dir.
|
FileSystemFactoryOptions |
partition_base_dir(String setter) |
PartitioningOrFactory |
partitioning()
Either an explicit Partitioning or a PartitioningFactory to discover one.
|
FileSystemFactoryOptions |
partitioning(PartitioningOrFactory setter) |
FileSystemFactoryOptions |
position(long position) |
StringVector |
selector_ignore_prefixes()
When discovering from a Selector (and not from an explicit file list), ignore
files and directories matching any of these prefixes.
|
FileSystemFactoryOptions |
selector_ignore_prefixes(StringVector 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 FileSystemFactoryOptions()
public FileSystemFactoryOptions(long size)
Pointer.position(long)
.public FileSystemFactoryOptions(Pointer p)
Pointer(Pointer)
.public FileSystemFactoryOptions position(long position)
public FileSystemFactoryOptions getPointer(long i)
getPointer
in class Pointer
@ByRef public PartitioningOrFactory partitioning()
public FileSystemFactoryOptions partitioning(PartitioningOrFactory setter)
@StdString public String partition_base_dir()
public FileSystemFactoryOptions partition_base_dir(String setter)
@Cast(value="bool") public boolean exclude_invalid_files()
public FileSystemFactoryOptions exclude_invalid_files(boolean setter)
@ByRef public StringVector selector_ignore_prefixes()
public FileSystemFactoryOptions selector_ignore_prefixes(StringVector setter)
Copyright © 2022. All rights reserved.