Uses of Class
ai.heavy.thrift.server.TQueryResult
-
Packages that use TQueryResult Package Description ai.heavy.thrift.server -
-
Uses of TQueryResult in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TQueryResult Modifier and Type Field Description TQueryResultHeavy.sql_execute_result. successMethods in ai.heavy.thrift.server that return TQueryResult Modifier and Type Method Description TQueryResultTQueryResult. deepCopy()TQueryResultHeavy.AsyncClient.sql_execute_call. getResult()TQueryResultHeavy.sql_execute_result. getSuccess()TQueryResultHeavy.Client. recv_sql_execute()TQueryResultTQueryResult. setDebug(String debug)TQueryResultTQueryResult. setExecution_time_ms(long execution_time_ms)TQueryResultTQueryResult. setNonce(String nonce)TQueryResultTQueryResult. setQuery_type(TQueryType query_type)TQueryResultTQueryResult. setRow_set(TRowSet row_set)TQueryResultTQueryResult. setSuccess(boolean success)TQueryResultTQueryResult. setTotal_time_ms(long total_time_ms)TQueryResultHeavy.Client. sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n)TQueryResultHeavy.Iface. sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n)Methods in ai.heavy.thrift.server that return types with arguments of type TQueryResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TQueryResult>Heavy.AsyncProcessor.sql_execute. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in ai.heavy.thrift.server with parameters of type TQueryResult Modifier and Type Method Description intTQueryResult. compareTo(TQueryResult other)booleanTQueryResult. equals(TQueryResult that)Heavy.sql_execute_resultHeavy.sql_execute_result. setSuccess(TQueryResult success)Method parameters in ai.heavy.thrift.server with type arguments of type TQueryResult Modifier and Type Method Description voidHeavy.AsyncClient. sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n, org.apache.thrift.async.AsyncMethodCallback<TQueryResult> resultHandler)voidHeavy.AsyncIface. sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n, org.apache.thrift.async.AsyncMethodCallback<TQueryResult> resultHandler)voidHeavy.AsyncProcessor.sql_execute. start(I iface, Heavy.sql_execute_args args, org.apache.thrift.async.AsyncMethodCallback<TQueryResult> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TQueryResult Constructor Description sql_execute_result(TQueryResult success, TDBException e)TQueryResult(TQueryResult other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TQueryResult Constructor Description sql_execute_call(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n, org.apache.thrift.async.AsyncMethodCallback<TQueryResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-