@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class Scanner extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description | 
|---|
| Scanner(Pointer p)Pointer cast constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | batch_size() | 
| ColumnDescriptor | descr() | 
| boolean | HasNext() | 
| static Scanner | Make(ColumnReader col_reader) | 
| static Scanner | Make(ColumnReader col_reader,
    long batch_size,
    MemoryPool pool) | 
| void | PrintNext(Pointer out,
         int width) | 
| void | PrintNext(Pointer out,
         int width,
         boolean with_levels) | 
| void | SetBatchSize(long 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, zeropublic Scanner(Pointer p)
Pointer(Pointer).@SharedPtr public static Scanner Make(@SharedPtr ColumnReader col_reader, @Cast(value="int64_t") long batch_size, MemoryPool pool)
@SharedPtr public static Scanner Make(@SharedPtr ColumnReader col_reader)
public void PrintNext(@Cast(value="std::ostream*") @ByRef Pointer out, int width, @Cast(value="bool") boolean with_levels)
@Const public ColumnDescriptor descr()
Copyright © 2022. All rights reserved.