Uses of Enum Class
io.trino.plugin.hive.s3select.S3SelectDataType
Packages that use S3SelectDataType
-
Uses of S3SelectDataType in io.trino.plugin.hive.s3select
Methods in io.trino.plugin.hive.s3select that return S3SelectDataTypeModifier and TypeMethodDescriptionstatic S3SelectDataTypeReturns the enum constant of this class with the specified name.static S3SelectDataType[]S3SelectDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.hive.s3select that return types with arguments of type S3SelectDataTypeModifier and TypeMethodDescriptionstatic Optional<S3SelectDataType>S3SelectSerDeDataTypeMapper.getDataType(String serdeName) Methods in io.trino.plugin.hive.s3select with parameters of type S3SelectDataTypeModifier and TypeMethodDescriptionstatic Optional<S3SelectLineRecordReader>S3SelectLineRecordReaderProvider.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) Constructors in io.trino.plugin.hive.s3select with parameters of type S3SelectDataTypeModifierConstructorDescriptionIonSqlQueryBuilder(TypeManager typeManager, S3SelectDataType s3SelectDataType, Optional<String> optionalNullCharacterEncoding)