Package io.delta.kernel.engine
Interface MetricsReporter
public interface MetricsReporter
Interface for reporting metrics for operations to a Delta table
-
Method Summary
Modifier and TypeMethodDescriptionvoidreport(MetricsReport report) Indicates that an operation is done by reporting aMetricsReport
-
Method Details
-
report
Indicates that an operation is done by reporting aMetricsReport
-