Uses of Class
com.mapd.thrift.server.TQueryResult
-
Packages that use TQueryResult Package Description com.mapd.thrift.server -
-
Uses of TQueryResult in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TQueryResult Modifier and Type Field Description TQueryResultMapD.sql_execute_result. successMethods in com.mapd.thrift.server that return TQueryResult Modifier and Type Method Description TQueryResultTQueryResult. deepCopy()TQueryResultMapD.AsyncClient.sql_execute_call. getResult()TQueryResultMapD.sql_execute_result. getSuccess()TQueryResultMapD.Client. recv_sql_execute()TQueryResultTQueryResult. setDebug(String debug)TQueryResultTQueryResult. setExecution_time_ms(long execution_time_ms)TQueryResultTQueryResult. setNonce(String nonce)TQueryResultTQueryResult. setRow_set(TRowSet row_set)TQueryResultTQueryResult. setTotal_time_ms(long total_time_ms)TQueryResultMapD.Client. sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n)TQueryResultMapD.Iface. sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n)Methods in com.mapd.thrift.server that return types with arguments of type TQueryResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TQueryResult>MapD.AsyncProcessor.sql_execute. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.mapd.thrift.server with parameters of type TQueryResult Modifier and Type Method Description intTQueryResult. compareTo(TQueryResult other)booleanTQueryResult. equals(TQueryResult that)MapD.sql_execute_resultMapD.sql_execute_result. setSuccess(TQueryResult success)Method parameters in com.mapd.thrift.server with type arguments of type TQueryResult Modifier and Type Method Description voidMapD.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)voidMapD.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)voidMapD.AsyncProcessor.sql_execute. start(I iface, MapD.sql_execute_args args, org.apache.thrift.async.AsyncMethodCallback<TQueryResult> resultHandler)Constructors in com.mapd.thrift.server with parameters of type TQueryResult Constructor Description sql_execute_result(TQueryResult success, TMapDException e)TQueryResult(TQueryResult other)Performs a deep copy on other.Constructor parameters in com.mapd.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)
-