Uses of Interface
io.trino.plugin.hive.HiveFileWriterFactory
-
Packages that use HiveFileWriterFactory Package Description io.trino.plugin.hive io.trino.plugin.hive.orc io.trino.plugin.hive.parquet -
-
Uses of HiveFileWriterFactory in io.trino.plugin.hive
Classes in io.trino.plugin.hive that implement HiveFileWriterFactory Modifier and Type Class Description classRcFileFileWriterFactoryConstructor parameters in io.trino.plugin.hive with type arguments of type HiveFileWriterFactory Constructor Description HivePageSinkProvider(Set<HiveFileWriterFactory> fileWriterFactories, HdfsEnvironment hdfsEnvironment, PageSorter pageSorter, HiveMetastore metastore, PageIndexerFactory pageIndexerFactory, TypeManager typeManager, HiveConfig config, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, NodeManager nodeManager, io.airlift.event.client.EventClient eventClient, HiveSessionProperties hiveSessionProperties, HiveWriterStats hiveWriterStats)HiveWriterFactory(Set<HiveFileWriterFactory> fileWriterFactories, String schemaName, String tableName, boolean isCreateTable, AcidTransaction transaction, List<HiveColumnHandle> inputColumns, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, Map<String,String> additionalTableParameters, OptionalInt bucketCount, List<SortingColumn> sortedBy, LocationHandle locationHandle, LocationService locationService, String queryId, HivePageSinkMetadataProvider pageSinkMetadataProvider, TypeManager typeManager, HdfsEnvironment hdfsEnvironment, PageSorter pageSorter, io.airlift.units.DataSize sortBufferSize, int maxOpenSortFiles, org.joda.time.DateTimeZone parquetTimeZone, ConnectorSession session, NodeManager nodeManager, io.airlift.event.client.EventClient eventClient, HiveSessionProperties hiveSessionProperties, HiveWriterStats hiveWriterStats) -
Uses of HiveFileWriterFactory in io.trino.plugin.hive.orc
Classes in io.trino.plugin.hive.orc that implement HiveFileWriterFactory Modifier and Type Class Description classOrcFileWriterFactory -
Uses of HiveFileWriterFactory in io.trino.plugin.hive.parquet
Classes in io.trino.plugin.hive.parquet that implement HiveFileWriterFactory Modifier and Type Class Description classParquetFileWriterFactory
-