Uses of Class
com.mapd.thrift.server.MapD.sql_execute_args
-
Packages that use MapD.sql_execute_args Package Description com.mapd.thrift.server -
-
Uses of MapD.sql_execute_args in com.mapd.thrift.server
Methods in com.mapd.thrift.server that return MapD.sql_execute_args Modifier and Type Method Description MapD.sql_execute_argsMapD.sql_execute_args. deepCopy()MapD.sql_execute_argsMapD.AsyncProcessor.sql_execute. getEmptyArgsInstance()MapD.sql_execute_argsMapD.Processor.sql_execute. getEmptyArgsInstance()MapD.sql_execute_argsMapD.sql_execute_args. setAt_most_n(int at_most_n)MapD.sql_execute_argsMapD.sql_execute_args. setColumn_format(boolean column_format)MapD.sql_execute_argsMapD.sql_execute_args. setFirst_n(int first_n)MapD.sql_execute_argsMapD.sql_execute_args. setNonce(String nonce)MapD.sql_execute_argsMapD.sql_execute_args. setQuery(String query)MapD.sql_execute_argsMapD.sql_execute_args. setSession(String session)Methods in com.mapd.thrift.server with parameters of type MapD.sql_execute_args Modifier and Type Method Description intMapD.sql_execute_args. compareTo(MapD.sql_execute_args other)booleanMapD.sql_execute_args. equals(MapD.sql_execute_args that)MapD.sql_execute_resultMapD.Processor.sql_execute. getResult(I iface, MapD.sql_execute_args args)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 MapD.sql_execute_args Constructor Description sql_execute_args(MapD.sql_execute_args other)Performs a deep copy on other.
-