@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class SelectionVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SelectionVector(Array arr) |
SelectionVector(ArrayData data) |
SelectionVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SelectionVectorResult |
FromMask(BooleanArray arr)
\brief Create SelectionVector from boolean mask
|
IntPointer |
indices() |
int |
length() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SelectionVector(Pointer p)
Pointer(Pointer).public SelectionVector(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::ArrayData>"}) ArrayData data)
@ByVal public static SelectionVectorResult FromMask(@Const @ByRef BooleanArray arr)
@Const public IntPointer indices()
public int length()
Copyright © 2021. All rights reserved.