Class CalcitePrepare.Query<T>

java.lang.Object
org.apache.calcite.jdbc.CalcitePrepare.Query<T>
Type Parameters:
T - element type
Enclosing interface:
CalcitePrepare

public static class CalcitePrepare.Query<T> extends 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.