| Package | Description |
|---|---|
| com.facebook.presto.hive | |
| com.facebook.presto.hive.s3select |
| Constructor and Description |
|---|
IonSqlQueryBuilder(TypeManager typeManager,
S3SelectDataType s3SelectDataType) |
| Modifier and Type | Method and Description |
|---|---|
static S3SelectDataType |
S3SelectDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3SelectDataType[] |
S3SelectDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<S3SelectDataType> |
S3SelectSerDeDataTypeMapper.getDataType(String serdeName) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<S3SelectLineRecordReader> |
S3SelectLineRecordReaderProvider.get(org.apache.hadoop.conf.Configuration configuration,
HiveClientConfig clientConfig,
Path path,
long start,
long length,
long fileSize,
Properties schema,
String ionSqlQuery,
PrestoS3ClientFactory s3ClientFactory,
S3SelectDataType dataType) |
Copyright © 2012–2023. All rights reserved.