@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class ScalarExpression extends Expression
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ScalarExpression(Pointer p)
Pointer cast constructor.
|
ScalarExpression(Scalar value) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Copy()
Copy this expression into a shared pointer.
|
boolean |
Equals(Expression other)
Returns true iff the expressions are identical; does not check for equivalence.
|
String |
ToString()
returns a debug string representing this expression
|
DataTypeResult |
Validate(Schema schema)
Validate this expression for execution against a schema.
|
Scalar |
value() |
Assume, CastLike, CastLike, CastTo, CastTo, In, IsNull, IsValid, typeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ScalarExpression(Pointer p)
Pointer.Pointer(Pointer).public ScalarExpression(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Scalar>"}) Scalar value)
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Scalar>"}) public Scalar value()
@StdString public String ToString()
ExpressionToString in class Expression@Cast(value="bool") public boolean Equals(@Const @ByRef Expression other)
ExpressionEquals in class Expression@ByVal public DataTypeResult Validate(@Const @ByRef Schema schema)
ExpressionValidate in class Expression@SharedPtr @ByVal public Expression Copy()
ExpressionCopy in class ExpressionCopyright © 2020. All rights reserved.