Uses of Enum Class
io.trino.spi.connector.SampleType
Packages that use SampleType
-
Uses of SampleType in io.trino.spi.connector
Subclasses with type arguments of type SampleType in io.trino.spi.connectorMethods in io.trino.spi.connector that return SampleTypeModifier and TypeMethodDescriptionstatic SampleTypeReturns the enum constant of this class with the specified name.static SampleType[]SampleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.spi.connector with parameters of type SampleTypeModifier and TypeMethodDescriptionConnectorMetadata.applySample(ConnectorSession session, ConnectorTableHandle handle, SampleType sampleType, double sampleRatio) Attempt to push down the sampling into the table.