Uses of Class
ai.heavy.thrift.calciteserver.TRestriction
-
Packages that use TRestriction Package Description ai.heavy.thrift.calciteserver -
-
Uses of TRestriction in ai.heavy.thrift.calciteserver
Fields in ai.heavy.thrift.calciteserver with type parameters of type TRestriction Modifier and Type Field Description List<TRestriction>CalciteServer.process_args. restrictionsMethods in ai.heavy.thrift.calciteserver that return TRestriction Modifier and Type Method Description TRestrictionTRestriction. deepCopy()TRestrictionTRestriction. setColumn(String column)TRestrictionTRestriction. setDatabase(String database)TRestrictionTRestriction. setTable(String table)TRestrictionTRestriction. setValues(List<String> values)Methods in ai.heavy.thrift.calciteserver that return types with arguments of type TRestriction Modifier and Type Method Description List<TRestriction>CalciteServer.process_args. getRestrictions()Iterator<TRestriction>CalciteServer.process_args. getRestrictionsIterator()Methods in ai.heavy.thrift.calciteserver with parameters of type TRestriction Modifier and Type Method Description voidCalciteServer.process_args. addToRestrictions(TRestriction elem)intTRestriction. compareTo(TRestriction other)booleanTRestriction. equals(TRestriction that)Method parameters in ai.heavy.thrift.calciteserver with type arguments of type TRestriction Modifier and Type Method Description voidCalciteServer.AsyncClient. process(String user, String passwd, String catalog, String sql_text, TQueryParsingOption query_parsing_option, TOptimizationOption optimization_option, List<TRestriction> restrictions, org.apache.thrift.async.AsyncMethodCallback<TPlanResult> resultHandler)voidCalciteServer.AsyncIface. process(String user, String passwd, String catalog, String sql_text, TQueryParsingOption query_parsing_option, TOptimizationOption optimization_option, List<TRestriction> restrictions, org.apache.thrift.async.AsyncMethodCallback<TPlanResult> resultHandler)TPlanResultCalciteServer.Client. process(String user, String passwd, String catalog, String sql_text, TQueryParsingOption query_parsing_option, TOptimizationOption optimization_option, List<TRestriction> restrictions)TPlanResultCalciteServer.Iface. process(String user, String passwd, String catalog, String sql_text, TQueryParsingOption query_parsing_option, TOptimizationOption optimization_option, List<TRestriction> restrictions)voidCalciteServer.Client. send_process(String user, String passwd, String catalog, String sql_text, TQueryParsingOption query_parsing_option, TOptimizationOption optimization_option, List<TRestriction> restrictions)CalciteServer.process_argsCalciteServer.process_args. setRestrictions(List<TRestriction> restrictions)Constructors in ai.heavy.thrift.calciteserver with parameters of type TRestriction Constructor Description TRestriction(TRestriction other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.calciteserver with type arguments of type TRestriction Constructor Description process_args(String user, String passwd, String catalog, String sql_text, TQueryParsingOption query_parsing_option, TOptimizationOption optimization_option, List<TRestriction> restrictions)process_call(String user, String passwd, String catalog, String sql_text, TQueryParsingOption query_parsing_option, TOptimizationOption optimization_option, List<TRestriction> restrictions, org.apache.thrift.async.AsyncMethodCallback<TPlanResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-