Uses of Class
com.mapd.thrift.server.TTableType
-
Packages that use TTableType Package Description com.mapd.thrift.server -
-
Uses of TTableType in com.mapd.thrift.server
Methods in com.mapd.thrift.server that return TTableType Modifier and Type Method Description static TTableTypeTTableType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.static TTableTypeTTableType. valueOf(String name)Returns the enum constant of this type with the specified name.static TTableType[]TTableType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-