@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class AndExpression extends AndExpressionImpl
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AndExpression()
Default native constructor.
|
AndExpression(long size)
Native array allocator.
|
AndExpression(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.
|
AndExpression |
position(long position) |
String |
ToString()
returns a debug string representing this expression
|
DataTypeResult |
Validate(Schema schema)
Validate this expression for execution against a schema.
|
Copy, expression_typeEquals, left_operand, right_operandCastLike, 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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AndExpression()
public AndExpression(long size)
Pointer.position(long).public AndExpression(Pointer p)
Pointer.Pointer(Pointer).public AndExpression position(long position)
position in class AndExpressionImpl@StdString public String ToString()
ExpressionToString in class Expression@SharedPtr @ByVal public Expression Assume(@Const @ByRef Expression given)
ExpressionAssume in class Expression@ByVal public DataTypeResult Validate(@Const @ByRef Schema schema)
ExpressionValidate in class ExpressionCopyright © 2020. All rights reserved.