@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class RowGroupWriter extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
RowGroupWriter.Contents |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RowGroupWriter(Pointer p)
Pointer cast constructor.
|
RowGroupWriter(RowGroupWriter.Contents contents) |
Modifier and Type | Method and Description |
---|---|
void |
Close() |
ColumnWriter |
column(int i)
Construct a ColumnWriter for the indicated row group column.
|
int |
current_column()
Index of currently written column.
|
ColumnWriter |
NextColumn()
Construct a ColumnWriter for the indicated row group-relative column.
|
int |
num_columns() |
long |
num_rows()
Number of rows that shall be written as part of this RowGroup.
|
long |
total_bytes_written() |
long |
total_compressed_bytes() |
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 RowGroupWriter(Pointer p)
Pointer(Pointer)
.public RowGroupWriter(@UniquePtr RowGroupWriter.Contents contents)
public ColumnWriter NextColumn()
public int current_column()
public void Close()
public int num_columns()
public ColumnWriter column(int i)
@Cast(value="int64_t") public long num_rows()
Copyright © 2022. All rights reserved.