@Namespace(value="arrow::csv") @Properties(inherit=arrow.class) public class WriteOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
WriteOptions()
Default native constructor.
|
WriteOptions(long size)
Native array allocator.
|
WriteOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
batch_size()
\brief Maximum number of rows processed at a time
The CSV writer converts and writes data in batches of N rows.
|
WriteOptions |
batch_size(int setter) |
static WriteOptions |
Defaults()
Create write options with default values
|
WriteOptions |
getPointer(long i) |
boolean |
include_header()
Whether to write an initial header line with column names
|
WriteOptions |
include_header(boolean setter) |
WriteOptions |
position(long position) |
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic WriteOptions()
public WriteOptions(long size)
Pointer.position(long).public WriteOptions(Pointer p)
Pointer(Pointer).public WriteOptions position(long position)
public WriteOptions getPointer(long i)
getPointer in class Pointer@Cast(value="bool") public boolean include_header()
public WriteOptions include_header(boolean setter)
public int batch_size()
public WriteOptions batch_size(int setter)
@ByVal public static WriteOptions Defaults()
Copyright © 2021. All rights reserved.