Package io.trino.plugin.hive.s3select
Class S3SelectRecordCursorProvider
- java.lang.Object
-
- io.trino.plugin.hive.s3select.S3SelectRecordCursorProvider
-
- All Implemented Interfaces:
HiveRecordCursorProvider
public class S3SelectRecordCursorProvider extends Object implements HiveRecordCursorProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.trino.plugin.hive.HiveRecordCursorProvider
HiveRecordCursorProvider.ReaderRecordCursorWithProjections
-
-
Constructor Summary
Constructors Constructor Description S3SelectRecordCursorProvider(HdfsEnvironment hdfsEnvironment, TrinoS3ClientFactory s3ClientFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<HiveRecordCursorProvider.ReaderRecordCursorWithProjections>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)
-
-
-
Constructor Detail
-
S3SelectRecordCursorProvider
@Inject public S3SelectRecordCursorProvider(HdfsEnvironment hdfsEnvironment, TrinoS3ClientFactory s3ClientFactory)
-
-
Method Detail
-
createRecordCursor
public Optional<HiveRecordCursorProvider.ReaderRecordCursorWithProjections> 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)
- Specified by:
createRecordCursorin interfaceHiveRecordCursorProvider
-
-