Uses of Class
com.mapd.thrift.server.TDetectResult
-
Packages that use TDetectResult Package Description com.mapd.thrift.server -
-
Uses of TDetectResult in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TDetectResult Modifier and Type Field Description TDetectResultMapD.detect_column_types_result. successMethods in com.mapd.thrift.server that return TDetectResult Modifier and Type Method Description TDetectResultTDetectResult. deepCopy()TDetectResultMapD.Client. detect_column_types(String session, String file_name, TCopyParams copy_params)TDetectResultMapD.Iface. detect_column_types(String session, String file_name, TCopyParams copy_params)TDetectResultMapD.AsyncClient.detect_column_types_call. getResult()TDetectResultMapD.detect_column_types_result. getSuccess()TDetectResultMapD.Client. recv_detect_column_types()TDetectResultTDetectResult. setCopy_params(TCopyParams copy_params)TDetectResultTDetectResult. setRow_set(TRowSet row_set)Methods in com.mapd.thrift.server that return types with arguments of type TDetectResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TDetectResult>MapD.AsyncProcessor.detect_column_types. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.mapd.thrift.server with parameters of type TDetectResult Modifier and Type Method Description intTDetectResult. compareTo(TDetectResult other)booleanTDetectResult. equals(TDetectResult that)MapD.detect_column_types_resultMapD.detect_column_types_result. setSuccess(TDetectResult success)Method parameters in com.mapd.thrift.server with type arguments of type TDetectResult Modifier and Type Method Description voidMapD.AsyncClient. detect_column_types(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)voidMapD.AsyncIface. detect_column_types(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)voidMapD.AsyncProcessor.detect_column_types. start(I iface, MapD.detect_column_types_args args, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)Constructors in com.mapd.thrift.server with parameters of type TDetectResult Constructor Description detect_column_types_result(TDetectResult success, TMapDException e)TDetectResult(TDetectResult other)Performs a deep copy on other.Constructor parameters in com.mapd.thrift.server with type arguments of type TDetectResult Constructor Description detect_column_types_call(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-