Uses of Class
io.trino.plugin.hive.HiveRecordCursorProvider.ReaderRecordCursorWithProjections
-
Packages that use HiveRecordCursorProvider.ReaderRecordCursorWithProjections Package Description io.trino.plugin.hive io.trino.plugin.hive.s3select -
-
Uses of HiveRecordCursorProvider.ReaderRecordCursorWithProjections in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HiveRecordCursorProvider.ReaderRecordCursorWithProjections Modifier and Type Method Description Optional<HiveRecordCursorProvider.ReaderRecordCursorWithProjections>GenericHiveRecordCursorProvider. createRecordCursor(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path path, long start, long length, long fileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, TypeManager typeManager, boolean s3SelectPushdownEnabled)Optional<HiveRecordCursorProvider.ReaderRecordCursorWithProjections>HiveRecordCursorProvider. createRecordCursor(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path 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.ReaderRecordCursorWithProjections Modifier and Type Method Description Optional<HiveRecordCursorProvider.ReaderRecordCursorWithProjections>S3SelectRecordCursorProvider. createRecordCursor(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path path, long start, long length, long fileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, TypeManager typeManager, boolean s3SelectPushdownEnabled)
-