@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class ProjectOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ProjectOptions(Pointer p)
Pointer cast constructor.
|
ProjectOptions(StringVector n) |
ProjectOptions(StringVector n,
BoolVector r,
KeyValueMetadataVector m) |
| Modifier and Type | Method and Description |
|---|---|
KeyValueMetadataVector |
field_metadata()
Metadata attached to wrapped columns
|
ProjectOptions |
field_metadata(KeyValueMetadataVector setter) |
StringVector |
field_names()
Names for wrapped columns
|
ProjectOptions |
field_names(StringVector setter) |
BoolVector |
field_nullability()
Nullability bits for wrapped columns
|
ProjectOptions |
field_nullability(BoolVector setter) |
getPointer, positionaddress, 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 ProjectOptions(Pointer p)
Pointer(Pointer).public ProjectOptions(@ByVal StringVector n, @ByVal BoolVector r, @ByVal KeyValueMetadataVector m)
public ProjectOptions(@ByVal StringVector n)
@ByRef public StringVector field_names()
public ProjectOptions field_names(StringVector setter)
@ByRef public BoolVector field_nullability()
public ProjectOptions field_nullability(BoolVector setter)
@ByRef public KeyValueMetadataVector field_metadata()
public ProjectOptions field_metadata(KeyValueMetadataVector setter)
Copyright © 2021. All rights reserved.