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