Interface TelemetryAware

All Known Implementing Classes:
Aggregate, Completion, Dissect, Drop, Enrich, Eval, Explain, Filter, Grok, InlineStats, Keep, Limit, Lookup, LookupJoin, MvExpand, OrderBy, Rename, Rerank, Row, Sample, ShowInfo, UnresolvedRelation

public interface TelemetryAware
Interface for plan nodes that need to be accounted in the statistics
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
  • Method Details

    • telemetryLabel

      default String telemetryLabel()
      Returns:
      the label reported in the telemetry data. Only needs to be overwritten if the label doesn't match the class name.