arrow.expression

Module for [Expression] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Expression self() nothrowReturns `this`, for use in `with` statements.
ExpressionGidBuilder builder() static nothrowGet builder for [arrow.expression.Expression] Returns: New builder object
bool equal(arrow.expression.Expression otherExpression) nothrow
string toString_() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for arrow.expression.Expression

Methods
Expression build() nothrowCreate object from builder. Returns: New object