public static class StatsSetupConst.ColumnStatsSetup extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
columnNames |
boolean |
enabled |
boolean |
isIcebergTable |
| Constructor and Description |
|---|
ColumnStatsSetup() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getStatsSetupAsString(boolean enabled,
boolean isIcebergTable,
List<String> columns)
Get json representation of the ColumnStatsSetup
|
static StatsSetupConst.ColumnStatsSetup |
parseStatsSetup(String statsSetup) |
public static StatsSetupConst.ColumnStatsSetup parseStatsSetup(String statsSetup)
Copyright © 2024 The Apache Software Foundation. All rights reserved.