@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ParquetFilePrinter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ParquetFilePrinter(ParquetFileReader reader) |
ParquetFilePrinter(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugPrint(Pointer stream,
IntList selected_columns) |
void |
DebugPrint(Pointer stream,
IntList selected_columns,
boolean print_values,
boolean format_dump,
boolean print_key_value_metadata,
BytePointer filename) |
void |
DebugPrint(Pointer stream,
IntList selected_columns,
boolean print_values,
boolean format_dump,
boolean print_key_value_metadata,
String filename) |
void |
JSONPrint(Pointer stream,
IntList selected_columns) |
void |
JSONPrint(Pointer stream,
IntList selected_columns,
BytePointer filename) |
void |
JSONPrint(Pointer stream,
IntList selected_columns,
String filename) |
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 ParquetFilePrinter(Pointer p)
Pointer(Pointer)
.public ParquetFilePrinter(ParquetFileReader reader)
public void DebugPrint(@Cast(value="std::ostream*") @ByRef Pointer stream, @ByVal IntList selected_columns, @Cast(value="bool") boolean print_values, @Cast(value="bool") boolean format_dump, @Cast(value="bool") boolean print_key_value_metadata, String filename)
public void DebugPrint(@Cast(value="std::ostream*") @ByRef Pointer stream, @ByVal IntList selected_columns)
public void DebugPrint(@Cast(value="std::ostream*") @ByRef Pointer stream, @ByVal IntList selected_columns, @Cast(value="bool") boolean print_values, @Cast(value="bool") boolean format_dump, @Cast(value="bool") boolean print_key_value_metadata, @Cast(value="const char*") BytePointer filename)
public void JSONPrint(@Cast(value="std::ostream*") @ByRef Pointer stream, @ByVal IntList selected_columns, String filename)
public void JSONPrint(@Cast(value="std::ostream*") @ByRef Pointer stream, @ByVal IntList selected_columns)
Copyright © 2022. All rights reserved.