@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ArrowWriterProperties extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
ArrowWriterProperties.Builder |
static class |
ArrowWriterProperties.EngineVersion |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ArrowWriterProperties(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
coerce_timestamps_enabled() |
TimeUnit.type |
coerce_timestamps_unit() |
boolean |
compliant_nested_types()
\brief Enable nested type naming according to the parquet specification.
|
ArrowWriterProperties.EngineVersion |
engine_version()
\brief The underlying engine version to use when writing Arrow data.
|
boolean |
store_schema() |
boolean |
support_deprecated_int96_timestamps() |
boolean |
truncated_timestamps_allowed() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public ArrowWriterProperties(Pointer p)
Pointer(Pointer)
.@Cast(value="bool") public boolean support_deprecated_int96_timestamps()
public TimeUnit.type coerce_timestamps_unit()
@Cast(value="bool") public boolean compliant_nested_types()
public ArrowWriterProperties.EngineVersion engine_version()
Copyright © 2022. All rights reserved.