Class CalcitePrepare.Query<T>

  • Type Parameters:
    T - element type
    Enclosing interface:
    CalcitePrepare

    public static class CalcitePrepare.Query<T>
    extends java.lang.Object
    A union type of the three possible ways of expressing a query: as a SQL string, a Queryable or a RelNode. Exactly one must be provided.