@Namespace(value="arrow::ipc") @Properties(inherit=arrow.class) public class ReadStats extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ReadStats()
Default native constructor.
|
ReadStats(long size)
Native array allocator.
|
ReadStats(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ReadStats |
getPointer(long i) |
long |
num_dictionary_batches()
Number of dictionary batches read.
|
ReadStats |
num_dictionary_batches(long setter) |
long |
num_dictionary_deltas()
Number of dictionary deltas read.
|
ReadStats |
num_dictionary_deltas(long setter) |
long |
num_messages()
Number of IPC messages read.
|
ReadStats |
num_messages(long setter) |
long |
num_record_batches()
Number of record batches read.
|
ReadStats |
num_record_batches(long setter) |
long |
num_replaced_dictionaries()
Number of replaced dictionaries (i.e.
|
ReadStats |
num_replaced_dictionaries(long setter) |
ReadStats |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ReadStats()
public ReadStats(long size)
Pointer.position(long).public ReadStats(Pointer p)
Pointer(Pointer).public ReadStats getPointer(long i)
getPointer in class Pointerpublic ReadStats num_messages(long setter)
@Cast(value="int64_t") public long num_record_batches()
public ReadStats num_record_batches(long setter)
@Cast(value="int64_t") public long num_dictionary_batches()
public ReadStats num_dictionary_batches(long setter)
@Cast(value="int64_t") public long num_dictionary_deltas()
public ReadStats num_dictionary_deltas(long setter)
@Cast(value="int64_t") public long num_replaced_dictionaries()
public ReadStats num_replaced_dictionaries(long setter)
Copyright © 2021. All rights reserved.