@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class CountOptions extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
CountOptions.mode |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CountOptions(CountOptions.mode count_mode) |
CountOptions(int count_mode) |
CountOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CountOptions.mode |
count_mode() |
CountOptions |
count_mode(CountOptions.mode setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CountOptions(Pointer p)
Pointer.Pointer(Pointer).public CountOptions(CountOptions.mode count_mode)
public CountOptions.mode count_mode()
public CountOptions count_mode(CountOptions.mode setter)
Copyright © 2020. All rights reserved.