Uses of Class
io.trino.plugin.hive.HiveRecordCursorProvider.ReaderRecordCursorWithProjections
Packages that use HiveRecordCursorProvider.ReaderRecordCursorWithProjections
-
Uses of HiveRecordCursorProvider.ReaderRecordCursorWithProjections in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HiveRecordCursorProvider.ReaderRecordCursorWithProjectionsModifier and TypeMethodDescriptionGenericHiveRecordCursorProvider.createRecordCursor(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, Location location, long start, long length, long fileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, TypeManager typeManager, boolean s3SelectPushdownEnabled) HiveRecordCursorProvider.createRecordCursor(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, Location path, long start, long length, long fileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, TypeManager typeManager, boolean s3SelectPushdownEnabled) -
Uses of HiveRecordCursorProvider.ReaderRecordCursorWithProjections in io.trino.plugin.hive.s3select
Methods in io.trino.plugin.hive.s3select that return types with arguments of type HiveRecordCursorProvider.ReaderRecordCursorWithProjectionsModifier and TypeMethodDescriptionS3SelectRecordCursorProvider.createRecordCursor(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, Location location, long start, long length, long fileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, TypeManager typeManager, boolean s3SelectPushdownEnabled)