Package io.trino.connector.system
Class RuleStatsSystemTable
- java.lang.Object
-
- io.trino.connector.system.RuleStatsSystemTable
-
- All Implemented Interfaces:
SystemTable
public class RuleStatsSystemTable extends Object implements SystemTable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.trino.spi.connector.SystemTable
SystemTable.Distribution
-
-
Constructor Summary
Constructors Constructor Description RuleStatsSystemTable(Optional<RuleStatsRecorder> ruleStatsRecorder, Metadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemTable.DistributiongetDistribution()ConnectorTableMetadatagetTableMetadata()ConnectorPageSourcepageSource(ConnectorTransactionHandle transactionHandle, ConnectorSession session, TupleDomain<Integer> constraint)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.connector.SystemTable
cursor
-
-
-
-
Constructor Detail
-
RuleStatsSystemTable
@Inject public RuleStatsSystemTable(Optional<RuleStatsRecorder> ruleStatsRecorder, Metadata metadata)
-
-
Method Detail
-
getDistribution
public SystemTable.Distribution getDistribution()
- Specified by:
getDistributionin interfaceSystemTable
-
getTableMetadata
public ConnectorTableMetadata getTableMetadata()
- Specified by:
getTableMetadatain interfaceSystemTable
-
pageSource
public ConnectorPageSource pageSource(ConnectorTransactionHandle transactionHandle, ConnectorSession session, TupleDomain<Integer> constraint)
- Specified by:
pageSourcein interfaceSystemTable
-
-