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 SplitInfoModifier and TypeFieldDescriptionprotected static final io.airlift.json.JsonCodec<SplitInfo> ThriftTpchService.SPLIT_INFO_CODECMethods in io.trino.plugin.thrift.server that return SplitInfoModifier and TypeMethodDescriptionstatic 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 SplitInfoModifier and TypeMethodDescriptionprotected ConnectorPageSourceThriftIndexedTpchService.createLookupPageSource(SplitInfo splitInfo, List<String> outputColumnNames) protected ConnectorPageSourceThriftTpchService.createLookupPageSource(SplitInfo splitInfo, List<String> outputColumnNames)