Uses of Class
io.trino.plugin.sqlserver.DataCompression
-
-
Uses of DataCompression in io.trino.plugin.sqlserver
Methods in io.trino.plugin.sqlserver that return DataCompression Modifier and Type Method Description static DataCompressionDataCompression. valueOf(String name)Returns the enum constant of this type with the specified name.static DataCompression[]DataCompression. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.sqlserver that return types with arguments of type DataCompression Modifier and Type Method Description static Optional<DataCompression>SqlServerTableProperties. getDataCompression(Map<String,Object> tableProperties)
-