Uses of Class
ai.heavy.thrift.calciteserver.TPlanResult
-
Packages that use TPlanResult Package Description ai.heavy.thrift.calciteserver -
-
Uses of TPlanResult in ai.heavy.thrift.calciteserver
Fields in ai.heavy.thrift.calciteserver declared as TPlanResult Modifier and Type Field Description TPlanResultCalciteServer.process_result. successMethods in ai.heavy.thrift.calciteserver that return TPlanResult Modifier and Type Method Description TPlanResultTPlanResult. deepCopy()TPlanResultCalciteServer.AsyncClient.process_call. getResult()TPlanResultCalciteServer.process_result. getSuccess()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)TPlanResultCalciteServer.Client. recv_process()TPlanResultTPlanResult. setExecution_time_ms(long execution_time_ms)TPlanResultTPlanResult. setPlan_result(String plan_result)TPlanResultTPlanResult. setPrimary_accessed_objects(TAccessedQueryObjects primary_accessed_objects)TPlanResultTPlanResult. setResolved_accessed_objects(TAccessedQueryObjects resolved_accessed_objects)Methods in ai.heavy.thrift.calciteserver that return types with arguments of type TPlanResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TPlanResult>CalciteServer.AsyncProcessor.process. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in ai.heavy.thrift.calciteserver with parameters of type TPlanResult Modifier and Type Method Description intTPlanResult. compareTo(TPlanResult other)booleanTPlanResult. equals(TPlanResult that)CalciteServer.process_resultCalciteServer.process_result. setSuccess(TPlanResult success)Method parameters in ai.heavy.thrift.calciteserver with type arguments of type TPlanResult 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)voidCalciteServer.AsyncProcessor.process. start(I iface, CalciteServer.process_args args, org.apache.thrift.async.AsyncMethodCallback<TPlanResult> resultHandler)Constructors in ai.heavy.thrift.calciteserver with parameters of type TPlanResult Constructor Description process_result(TPlanResult success, InvalidParseRequest parseErr)TPlanResult(TPlanResult other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.calciteserver with type arguments of type TPlanResult Constructor Description 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)
-