@Namespace(value="arrow") @Properties(inherit=arrow.class) public class BooleanArray extends PrimitiveArray
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BooleanArray(ArrayData data) |
BooleanArray(long length,
ArrowBuffer data) |
BooleanArray(long length,
ArrowBuffer data,
ArrowBuffer null_bitmap,
long null_count,
long offset) |
BooleanArray(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pointer |
begin() |
Pointer |
end() |
long |
false_count()
\brief Return the number of false (0) values among the valid
values.
|
boolean |
GetView(long i) |
long |
true_count()
\brief Return the number of true (1) values among the valid
values.
|
boolean |
Value(long i) |
valuesgetPointer, positionAccept, ApproxEquals, ApproxEquals, data, Diff, Equals, Equals, GetScalar, IsNull, IsValid, length, null_bitmap_data, null_bitmap, null_count, num_fields, offset, RangeEquals, RangeEquals, RangeEquals, RangeEquals, Slice, Slice, SliceSafe, SliceSafe, ToString, type_id, type, Validate, ValidateFull, Viewaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic BooleanArray(Pointer p)
Pointer(Pointer).public BooleanArray(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::ArrayData>"}) ArrayData data)
public BooleanArray(@Cast(value="int64_t") long length, @SharedPtr ArrowBuffer data, @SharedPtr ArrowBuffer null_bitmap, @Cast(value="int64_t") long null_count, @Cast(value="int64_t") long offset)
public BooleanArray(@Cast(value="int64_t") long length, @SharedPtr ArrowBuffer data)
@Cast(value="int64_t") public long false_count()
@Cast(value="int64_t") public long true_count()
Copyright © 2022. All rights reserved.