public interface HiveFileWriterFactory
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveFileWriter> |
createFileWriter(org.apache.hadoop.fs.Path path,
List<String> inputColumnNames,
com.facebook.presto.hive.metastore.StorageFormat storageFormat,
Properties schema,
org.apache.hadoop.mapred.JobConf conf,
com.facebook.presto.spi.ConnectorSession session,
Optional<EncryptionInformation> encryptionInformation) |
Optional<HiveFileWriter> createFileWriter(org.apache.hadoop.fs.Path path, List<String> inputColumnNames, com.facebook.presto.hive.metastore.StorageFormat storageFormat, Properties schema, org.apache.hadoop.mapred.JobConf conf, com.facebook.presto.spi.ConnectorSession session, Optional<EncryptionInformation> encryptionInformation)
Copyright © 2012–2023. All rights reserved.