public class StatsCollectorFactories extends Object
SimpleColStatsCollector.Factory
s.Constructor and Description |
---|
StatsCollectorFactories() |
Modifier and Type | Method and Description |
---|---|
static SimpleColStatsCollector.Factory[] |
createStatsFactories(String statsMode,
CoreOptions options,
List<String> fields) |
static SimpleColStatsCollector.Factory[] |
createStatsFactories(String statsMode,
CoreOptions coreOptions,
List<String> fields,
List<String> keyNames) |
static SimpleColStatsCollector.Factory[] |
createStatsFactoriesForAvro(String statsMode,
CoreOptions coreOptions,
List<String> fields)
If all are None, return all None to Avro Writer, which can greatly accelerate the writing
speed.
|
public static SimpleColStatsCollector.Factory[] createStatsFactories(String statsMode, CoreOptions options, List<String> fields)
public static SimpleColStatsCollector.Factory[] createStatsFactories(String statsMode, CoreOptions coreOptions, List<String> fields, List<String> keyNames)
public static SimpleColStatsCollector.Factory[] createStatsFactoriesForAvro(String statsMode, CoreOptions coreOptions, List<String> fields)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.