@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class FileSystemDatasetWriteOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FileSystemDatasetWriteOptions()
Default native constructor.
|
FileSystemDatasetWriteOptions(long size)
Native array allocator.
|
FileSystemDatasetWriteOptions(Pointer p)
Pointer cast constructor.
|
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 FileSystemDatasetWriteOptions()
public FileSystemDatasetWriteOptions(long size)
Pointer.position(long)
.public FileSystemDatasetWriteOptions(Pointer p)
Pointer(Pointer)
.public FileSystemDatasetWriteOptions position(long position)
public FileSystemDatasetWriteOptions getPointer(long i)
getPointer
in class Pointer
@SharedPtr public FileWriteOptions file_write_options()
public FileSystemDatasetWriteOptions file_write_options(FileWriteOptions setter)
@SharedPtr public FileSystem filesystem()
public FileSystemDatasetWriteOptions filesystem(FileSystem setter)
@StdString public String base_dir()
public FileSystemDatasetWriteOptions base_dir(String setter)
@SharedPtr public Partitioning partitioning()
public FileSystemDatasetWriteOptions partitioning(Partitioning setter)
public int max_partitions()
public FileSystemDatasetWriteOptions max_partitions(int setter)
@StdString public String basename_template()
public FileSystemDatasetWriteOptions basename_template(String setter)
@Cast(value="uint32_t") public int max_open_files()
public FileSystemDatasetWriteOptions max_open_files(int setter)
@Cast(value="uint64_t") public long max_rows_per_file()
public FileSystemDatasetWriteOptions max_rows_per_file(long setter)
public arrow_dataset.ExistingDataBehavior existing_data_behavior()
public FileSystemDatasetWriteOptions existing_data_behavior(arrow_dataset.ExistingDataBehavior setter)
@ByRef public arrow_dataset.FileWriterVisitor writer_pre_finish()
public FileSystemDatasetWriteOptions writer_pre_finish(arrow_dataset.FileWriterVisitor setter)
@ByRef public arrow_dataset.FileWriterVisitor writer_post_finish()
public FileSystemDatasetWriteOptions writer_post_finish(arrow_dataset.FileWriterVisitor setter)
@SharedPtr public FileFormat format()
Copyright © 2022. All rights reserved.