public class QuerySystemTable extends Object implements SystemTable
SystemTable.Distribution
Modifier and Type | Field and Description |
---|---|
static ConnectorTableMetadata |
QUERY_TABLE |
static SchemaTableName |
QUERY_TABLE_NAME |
Constructor and Description |
---|
QuerySystemTable(QueryManager queryManager) |
Modifier and Type | Method and Description |
---|---|
RecordCursor |
cursor(ConnectorTransactionHandle transactionHandle,
ConnectorSession session,
TupleDomain<Integer> constraint) |
SystemTable.Distribution |
getDistribution() |
ConnectorTableMetadata |
getTableMetadata() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
pageSource
public static final SchemaTableName QUERY_TABLE_NAME
public static final ConnectorTableMetadata QUERY_TABLE
@Inject public QuerySystemTable(QueryManager queryManager)
public SystemTable.Distribution getDistribution()
getDistribution
in interface SystemTable
public ConnectorTableMetadata getTableMetadata()
getTableMetadata
in interface SystemTable
public RecordCursor cursor(ConnectorTransactionHandle transactionHandle, ConnectorSession session, TupleDomain<Integer> constraint)
cursor
in interface SystemTable
Copyright © 2012–2022. All rights reserved.