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