Package org.apache.iceberg
Class MetricsConfig
java.lang.Object
org.apache.iceberg.MetricsConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncolumnMode
(String columnAlias) static MetricsConfig
forPositionDelete
(Table table) Creates a metrics config for a position delete file.static MetricsConfig
Creates a metrics config from a table.static MetricsConfig
fromProperties
(Map<String, String> props) Deprecated.static MetricsConfig
void
validateReferencedColumns
(Schema schema)
-
Method Details
-
getDefault
-
fromProperties
Deprecated.useforTable(Table)
Creates a metrics config from table configuration.- Parameters:
props
- table configuration
-
forTable
Creates a metrics config from a table.- Parameters:
table
- iceberg table
-
forPositionDelete
Creates a metrics config for a position delete file.- Parameters:
table
- an Iceberg table
-
validateReferencedColumns
-
columnMode
-
forTable(Table)