@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class Expression extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
Expression.Call |
static class |
Expression.Hash |
static class |
Expression.Parameter |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Expression() |
Expression(Datum literal) |
Expression(Expression.Call call) |
Expression(Expression.Parameter parameter) |
Expression(long size)
Native array allocator.
|
Expression(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionResult |
Bind(Schema in_schema) |
ExpressionResult |
Bind(Schema in_schema,
ExecContext arg1) |
ExpressionResult |
Bind(ValueDescr in) |
ExpressionResult |
Bind(ValueDescr in,
ExecContext arg1)
Bind this expression to the given input type, looking up Kernels and field types.
|
Expression.Call |
call()
Access a Call or return nullptr if this expression is not a call
|
ValueDescr |
descr()
The type and shape to which this expression will evaluate
|
boolean |
Equals(Expression other) |
FieldRef |
field_ref()
Access a FieldRef or return nullptr if this expression is not a field_ref
|
Expression |
getPointer(long i) |
long |
hash() |
boolean |
IsBound()
Return true if all an expression's field references have explicit ValueDescr and all
of its functions' kernels are looked up.
|
boolean |
IsNullLiteral()
Return true if this expression is literal and entirely null.
|
boolean |
IsSatisfiable()
Return true if this expression could evaluate to true.
|
boolean |
IsScalarExpression()
Return true if this expression is composed only of Scalar literals, field
references, and calls to ScalarFunctions.
|
Datum |
literal()
Access a Datum or return nullptr if this expression is not a literal
|
Expression |
position(long position) |
String |
ToString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Expression(Pointer p)
Pointer(Pointer).public Expression(long size)
Pointer.position(long).public Expression()
public Expression(@ByVal Expression.Call call)
public Expression(@ByVal Expression.Parameter parameter)
public Expression position(long position)
public Expression getPointer(long i)
getPointer in class Pointer@StdString public String ToString()
@Cast(value="bool") public boolean Equals(@Const @ByRef Expression other)
@ByVal public ExpressionResult Bind(@ByVal ValueDescr in, ExecContext arg1)
@ByVal public ExpressionResult Bind(@ByVal ValueDescr in)
@ByVal public ExpressionResult Bind(@Const @ByRef Schema in_schema, ExecContext arg1)
@ByVal public ExpressionResult Bind(@Const @ByRef Schema in_schema)
@Cast(value="bool") public boolean IsBound()
@Cast(value="bool") public boolean IsScalarExpression()
@Cast(value="bool") public boolean IsNullLiteral()
@Cast(value="bool") public boolean IsSatisfiable()
@Const public Expression.Call call()
@Const public Datum literal()
@Const public FieldRef field_ref()
@ByVal public ValueDescr descr()
Copyright © 2021. All rights reserved.