@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class Scalar extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
Scalar.Hash |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Scalar(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ApproxEquals(Scalar other) |
boolean |
ApproxEquals(Scalar other,
EqualOptions options) |
ScalarResult |
CastTo(DataType to) |
boolean |
Equals(Scalar other) |
boolean |
Equals(Scalar other,
EqualOptions options) |
long |
hash() |
boolean |
is_valid()
\brief Whether the value is valid (not null) or not
|
Scalar |
is_valid(boolean setter) |
String |
ToString() |
DataType |
type()
\brief The type of the scalar value
|
Scalar |
type(DataType setter) |
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Scalar(Pointer p)
Pointer(Pointer).@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType type()
@Cast(value="bool") public boolean is_valid()
public Scalar is_valid(boolean setter)
@Cast(value="bool") public boolean Equals(@Const @ByRef Scalar other, @Const @ByRef(nullValue="arrow::EqualOptions::Defaults()") EqualOptions options)
@Cast(value="bool") public boolean ApproxEquals(@Const @ByRef Scalar other, @Const @ByRef(nullValue="arrow::EqualOptions::Defaults()") EqualOptions options)
@StdString public String ToString()
@ByVal public ScalarResult CastTo(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType to)
Copyright © 2021. All rights reserved.