@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class WriterProperties extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
WriterProperties.Builder |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
WriterProperties(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
ColumnEncryptionProperties |
column_encryption_properties(BytePointer path) |
ColumnEncryptionProperties |
column_encryption_properties(String path) |
ColumnProperties |
column_properties(ColumnPath path) |
int |
compression_level(ColumnPath path) |
Compression.type |
compression(ColumnPath path) |
String |
created_by() |
parquet.ParquetDataPageVersion |
data_page_version() |
long |
data_pagesize() |
boolean |
dictionary_enabled(ColumnPath path) |
Encoding.type |
dictionary_index_encoding() |
Encoding.type |
dictionary_page_encoding() |
long |
dictionary_pagesize_limit() |
Encoding.type |
encoding(ColumnPath path) |
FileEncryptionProperties |
file_encryption_properties() |
long |
max_row_group_length() |
long |
max_statistics_size(ColumnPath path) |
MemoryPool |
memory_pool() |
boolean |
statistics_enabled(ColumnPath path) |
ParquetVersion.type |
version() |
long |
write_batch_size() |
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 WriterProperties(Pointer p)
Pointer(Pointer)
.public MemoryPool memory_pool()
public parquet.ParquetDataPageVersion data_page_version()
public ParquetVersion.type version()
@StdString public String created_by()
public Encoding.type dictionary_index_encoding()
public Encoding.type dictionary_page_encoding()
@Const @ByRef public ColumnProperties column_properties(@SharedPtr ColumnPath path)
public Encoding.type encoding(@SharedPtr ColumnPath path)
public Compression.type compression(@SharedPtr ColumnPath path)
public int compression_level(@SharedPtr ColumnPath path)
@Cast(value="bool") public boolean dictionary_enabled(@SharedPtr ColumnPath path)
@Cast(value="bool") public boolean statistics_enabled(@SharedPtr ColumnPath path)
@Cast(value="size_t") public long max_statistics_size(@SharedPtr ColumnPath path)
public FileEncryptionProperties file_encryption_properties()
@SharedPtr public ColumnEncryptionProperties column_encryption_properties(@StdString String path)
@SharedPtr public ColumnEncryptionProperties column_encryption_properties(@StdString BytePointer path)
Copyright © 2022. All rights reserved.