@NoOffset public static class ArrowWriterProperties.Builder extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Builder() |
Builder(long size)
Native array allocator.
|
Builder(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArrowWriterProperties.Builder |
allow_truncated_timestamps() |
ArrowWriterProperties |
build() |
ArrowWriterProperties.Builder |
coerce_timestamps(int unit) |
ArrowWriterProperties.Builder |
coerce_timestamps(TimeUnit.type unit) |
ArrowWriterProperties.Builder |
disable_deprecated_int96_timestamps() |
ArrowWriterProperties.Builder |
disallow_truncated_timestamps() |
ArrowWriterProperties.Builder |
enable_deprecated_int96_timestamps() |
ArrowWriterProperties.Builder |
position(long position) |
ArrowWriterProperties.Builder |
store_schema()
\brief EXPERIMENTAL: Write binary serialized Arrow schema to the file,
to enable certain read options (like "read_dictionary") to be set
automatically
|
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 Builder(Pointer p)
Pointer.Pointer(Pointer).public Builder(long size)
Pointer.position(long).public Builder()
public ArrowWriterProperties.Builder position(long position)
public ArrowWriterProperties.Builder disable_deprecated_int96_timestamps()
public ArrowWriterProperties.Builder enable_deprecated_int96_timestamps()
public ArrowWriterProperties.Builder coerce_timestamps(TimeUnit.type unit)
public ArrowWriterProperties.Builder coerce_timestamps(@Cast(value="arrow::TimeUnit::type") int unit)
public ArrowWriterProperties.Builder allow_truncated_timestamps()
public ArrowWriterProperties.Builder disallow_truncated_timestamps()
public ArrowWriterProperties.Builder store_schema()
@SharedPtr public ArrowWriterProperties build()
Copyright © 2020. All rights reserved.