@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class Expression extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Expression(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
Assume(Expression given)
\brief Simplify to an equivalent Expression given assumed constraints on input.
|
CastExpression |
CastLike(Expression expr) |
CastExpression |
CastLike(Expression expr,
CastOptions options) |
CastExpression |
CastTo(DataType type) |
CastExpression |
CastTo(DataType type,
CastOptions options) |
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.
|
InExpression |
In(Array set) |
boolean |
IsNull()
If true, this Expression is a ScalarExpression wrapping a null scalar.
|
IsValidExpression |
IsValid() |
String |
ToString()
returns a debug string representing this expression
|
ExpressionType.type |
type()
\brief Return the expression's type identifier
|
DataTypeResult |
Validate(Schema schema)
Validate this expression for execution against a schema.
|
address, 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 Expression(Pointer p)
Pointer.Pointer(Pointer).@Cast(value="bool") public boolean Equals(@Const @ByRef Expression other)
@Cast(value="bool") public boolean IsNull()
@ByVal public DataTypeResult Validate(@Const @ByRef Schema schema)
@SharedPtr @ByVal public Expression Assume(@Const @ByRef Expression given)
@StdString public String ToString()
public ExpressionType.type type()
@SharedPtr @ByVal public Expression Copy()
@ByVal public InExpression In(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) Array set)
@ByVal public IsValidExpression IsValid()
@ByVal public CastExpression CastTo(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type, @ByVal(nullValue="arrow::compute::CastOptions(compute::CastOptions())") CastOptions options)
@ByVal public CastExpression CastTo(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type)
@ByVal public CastExpression CastLike(@Const @ByRef Expression expr, @ByVal(nullValue="arrow::compute::CastOptions(compute::CastOptions())") CastOptions options)
@ByVal public CastExpression CastLike(@Const @ByRef Expression expr)
Copyright © 2020. All rights reserved.