Uses of Class
com.mapd.thrift.server.MapD.detect_column_types_result
-
Packages that use MapD.detect_column_types_result Package Description com.mapd.thrift.server -
-
Uses of MapD.detect_column_types_result in com.mapd.thrift.server
Methods in com.mapd.thrift.server that return MapD.detect_column_types_result Modifier and Type Method Description MapD.detect_column_types_resultMapD.detect_column_types_result. deepCopy()MapD.detect_column_types_resultMapD.Processor.detect_column_types. getResult(I iface, MapD.detect_column_types_args args)MapD.detect_column_types_resultMapD.detect_column_types_result. setE(TMapDException e)MapD.detect_column_types_resultMapD.detect_column_types_result. setSuccess(TDetectResult success)Methods in com.mapd.thrift.server with parameters of type MapD.detect_column_types_result Modifier and Type Method Description intMapD.detect_column_types_result. compareTo(MapD.detect_column_types_result other)booleanMapD.detect_column_types_result. equals(MapD.detect_column_types_result that)Constructors in com.mapd.thrift.server with parameters of type MapD.detect_column_types_result Constructor Description detect_column_types_result(MapD.detect_column_types_result other)Performs a deep copy on other.
-