Package io.trino.plugin.hive.s3select
Class S3SelectLineRecordReaderProvider
java.lang.Object
io.trino.plugin.hive.s3select.S3SelectLineRecordReaderProvider
Returns an S3SelectLineRecordReader based on the serDe class. It supports CSV and JSON formats, and
will not push down any other formats.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<S3SelectLineRecordReader>get(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.Path path, long start, long length, Properties schema, String ionSqlQuery, TrinoS3ClientFactory s3ClientFactory, S3SelectDataType dataType)
-
Method Details
-
get
public static Optional<S3SelectLineRecordReader> get(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.Path path, long start, long length, Properties schema, String ionSqlQuery, TrinoS3ClientFactory s3ClientFactory, S3SelectDataType dataType)
-