Uses of Class
io.trino.plugin.thrift.server.SplitInfo
-
-
Uses of SplitInfo in io.trino.plugin.thrift.server
Fields in io.trino.plugin.thrift.server with type parameters of type SplitInfo Modifier and Type Field Description protected static io.airlift.json.JsonCodec<SplitInfo>ThriftTpchService. SPLIT_INFO_CODECMethods in io.trino.plugin.thrift.server that return SplitInfo Modifier and Type Method Description static SplitInfoSplitInfo. indexSplit(String schemaName, String tableName, List<String> lookupColumnNames, List<List<String>> keys)static SplitInfoSplitInfo. normalSplit(String schemaName, String tableName, int partNumber, int totalParts)Methods in io.trino.plugin.thrift.server with parameters of type SplitInfo Modifier and Type Method Description protected ConnectorPageSourceThriftIndexedTpchService. createLookupPageSource(SplitInfo splitInfo, List<String> outputColumnNames)protected ConnectorPageSourceThriftTpchService. createLookupPageSource(SplitInfo splitInfo, List<String> outputColumnNames)
-