@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class FieldExpression extends Expression
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FieldExpression(BytePointer name) |
FieldExpression(Pointer p)
Pointer cast constructor.
|
FieldExpression(String name) |
| 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 |
name() |
String |
ToString()
returns a debug string representing this expression
|
DataTypeResult |
Validate(Schema schema)
Validate this expression for execution against a schema.
|
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 FieldExpression(Pointer p)
Pointer.Pointer(Pointer).public FieldExpression(@StdString String name)
public FieldExpression(@StdString BytePointer name)
@StdString public String name()
@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.