Interface ExpressionRef<T extends RelationalExpression>

  • Type Parameters:
    T - the type of planner expression that is contained in this reference
    All Superinterfaces:
    Bindable
    All Known Implementing Classes:
    GroupExpressionRef

    @API(EXPERIMENTAL)
    public interface ExpressionRef<T extends RelationalExpression>
    extends Bindable
    This interface is used mostly as an (admittedly surmountable) barrier to rules mutating bound references directly, which is undefined behavior.