@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class MakeStructOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MakeStructOptions() |
MakeStructOptions(long size)
Native array allocator.
|
MakeStructOptions(Pointer p)
Pointer cast constructor.
|
MakeStructOptions(StringVector n) |
MakeStructOptions(StringVector n,
BoolVector r,
KeyValueMetadataVector m) |
| Modifier and Type | Method and Description |
|---|---|
KeyValueMetadataVector |
field_metadata()
Metadata attached to wrapped columns
|
MakeStructOptions |
field_metadata(KeyValueMetadataVector setter) |
StringVector |
field_names()
Names for wrapped columns
|
MakeStructOptions |
field_names(StringVector setter) |
BoolVector |
field_nullability()
Nullability bits for wrapped columns
|
MakeStructOptions |
field_nullability(BoolVector setter) |
MakeStructOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
MakeStructOptions |
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 MakeStructOptions(Pointer p)
Pointer(Pointer).public MakeStructOptions(long size)
Pointer.position(long).public MakeStructOptions(@ByVal StringVector n, @ByVal BoolVector r, @ByVal KeyValueMetadataVector m)
public MakeStructOptions(@ByVal StringVector n)
public MakeStructOptions()
public MakeStructOptions position(long position)
public MakeStructOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@ByRef public StringVector field_names()
public MakeStructOptions field_names(StringVector setter)
@ByRef public BoolVector field_nullability()
public MakeStructOptions field_nullability(BoolVector setter)
@ByRef public KeyValueMetadataVector field_metadata()
public MakeStructOptions field_metadata(KeyValueMetadataVector setter)
Copyright © 2022. All rights reserved.