@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class JoinOptions extends FunctionOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
JoinOptions.NullHandlingBehavior
How to handle null values.
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
JoinOptions() |
JoinOptions(int null_handling,
BytePointer null_replacement) |
JoinOptions(JoinOptions.NullHandlingBehavior null_handling,
String null_replacement) |
JoinOptions(long size)
Native array allocator.
|
JoinOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static JoinOptions |
Defaults() |
JoinOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
JoinOptions.NullHandlingBehavior |
null_handling() |
JoinOptions |
null_handling(JoinOptions.NullHandlingBehavior setter) |
String |
null_replacement() |
JoinOptions |
null_replacement(String setter) |
JoinOptions |
position(long position) |
Copy, Deserialize, Deserialize, Equals, options_type, Serialize, ToString, type_nameaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, 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 JoinOptions(Pointer p)
Pointer(Pointer).public JoinOptions(long size)
Pointer.position(long).public JoinOptions(JoinOptions.NullHandlingBehavior null_handling, @StdString String null_replacement)
public JoinOptions()
public JoinOptions(@Cast(value="arrow::compute::JoinOptions::NullHandlingBehavior") int null_handling, @StdString BytePointer null_replacement)
public JoinOptions position(long position)
public JoinOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@ByVal public static JoinOptions Defaults()
public JoinOptions.NullHandlingBehavior null_handling()
public JoinOptions null_handling(JoinOptions.NullHandlingBehavior setter)
@StdString public String null_replacement()
public JoinOptions null_replacement(String setter)
Copyright © 2022. All rights reserved.