@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class WritePlan extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
WritePlan.FragmentOrPartitionExpression |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
WritePlan()
Default native constructor.
|
WritePlan(long size)
Native array allocator.
|
WritePlan(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
filesystem()
The FileSystem and base directory for partitioned writing
|
WritePlan |
filesystem(FileSystem setter) |
FileFormat |
format()
The format into which fragments will be written
|
WritePlan |
format(FileFormat setter) |
WritePlan |
getPointer(long i) |
String |
partition_base_dir() |
WritePlan |
partition_base_dir(String setter) |
Partitioning |
partitioning()
The partitioning with which paths were generated
|
WritePlan |
partitioning(Partitioning setter) |
StringVector |
paths()
If fragment_or_partition_expressions[i] is a Fragment, that Fragment will be
written to paths[i].
|
WritePlan |
paths(StringVector setter) |
WritePlan |
position(long position) |
Schema |
schema()
The schema of the Dataset which will be written
|
WritePlan |
schema(Schema setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic WritePlan()
public WritePlan(long size)
Pointer.position(long).public WritePlan(Pointer p)
Pointer.Pointer(Pointer).public WritePlan getPointer(long i)
getPointer in class Pointer@SharedPtr public Partitioning partitioning()
public WritePlan partitioning(Partitioning setter)
@SharedPtr @ByRef public Schema schema()
@SharedPtr public FileFormat format()
public WritePlan format(FileFormat setter)
@SharedPtr public FileSystem filesystem()
public WritePlan filesystem(FileSystem setter)
@StdString public String partition_base_dir()
@ByRef public StringVector paths()
public WritePlan paths(StringVector setter)
Copyright © 2020. All rights reserved.