@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() |
FileSystemFactoryOptions |
exclude_invalid_files(boolean setter) |
StringVector |
ignore_prefixes() |
FileSystemFactoryOptions |
ignore_prefixes(StringVector setter) |
String |
partition_base_dir() |
FileSystemFactoryOptions |
partition_base_dir(String setter) |
PartitioningOrFactory |
partitioning() |
FileSystemFactoryOptions |
partitioning(PartitioningOrFactory setter) |
FileSystemFactoryOptions |
position(long position) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FileSystemFactoryOptions()
public FileSystemFactoryOptions(long size)
Pointer.position(long).public FileSystemFactoryOptions(Pointer p)
Pointer.Pointer(Pointer).public FileSystemFactoryOptions position(long position)
@ByRef public PartitioningOrFactory partitioning()
public FileSystemFactoryOptions partitioning(PartitioningOrFactory setter)
@StdString public String partition_base_dir()
public FileSystemFactoryOptions partition_base_dir(String setter)
public FileSystemFactoryOptions exclude_invalid_files(boolean setter)
@ByRef public StringVector ignore_prefixes()
public FileSystemFactoryOptions ignore_prefixes(StringVector setter)
Copyright © 2020. All rights reserved.