@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class MinMaxOptions extends FunctionOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
MinMaxOptions.Mode |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MinMaxOptions() |
MinMaxOptions(int null_handling) |
MinMaxOptions(long size)
Native array allocator.
|
MinMaxOptions(MinMaxOptions.Mode null_handling) |
MinMaxOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static MinMaxOptions |
Defaults() |
MinMaxOptions |
getPointer(long i) |
MinMaxOptions.Mode |
null_handling() |
MinMaxOptions |
null_handling(MinMaxOptions.Mode setter) |
MinMaxOptions |
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 MinMaxOptions(Pointer p)
Pointer(Pointer).public MinMaxOptions(long size)
Pointer.position(long).public MinMaxOptions(MinMaxOptions.Mode null_handling)
public MinMaxOptions()
public MinMaxOptions position(long position)
position in class FunctionOptionspublic MinMaxOptions getPointer(long i)
getPointer in class FunctionOptions@ByVal public static MinMaxOptions Defaults()
public MinMaxOptions.Mode null_handling()
public MinMaxOptions null_handling(MinMaxOptions.Mode setter)
Copyright © 2021. All rights reserved.