Package io.trino.plugin.hive
Class GenericHiveRecordCursorProvider
- java.lang.Object
-
- io.trino.plugin.hive.GenericHiveRecordCursorProvider
-
- All Implemented Interfaces:
HiveRecordCursorProvider
public class GenericHiveRecordCursorProvider 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 GenericHiveRecordCursorProvider(HdfsEnvironment hdfsEnvironment, io.airlift.units.DataSize textMaxLineLength)GenericHiveRecordCursorProvider(HdfsEnvironment hdfsEnvironment, HiveConfig config)
-
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
-
GenericHiveRecordCursorProvider
@Inject public GenericHiveRecordCursorProvider(HdfsEnvironment hdfsEnvironment, HiveConfig config)
-
GenericHiveRecordCursorProvider
public GenericHiveRecordCursorProvider(HdfsEnvironment hdfsEnvironment, io.airlift.units.DataSize textMaxLineLength)
-
-
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
-
-