Interface OnlySurrogateExpression

All Superinterfaces:
SurrogateExpression
All Known Implementing Classes:
Clamp, Earliest, Latest, PercentileOverTime, StddevOverTime, TBucket, ToIntegerSurrogate, ToIp, ToLongSurrogate, TRange, VarianceOverTime

public interface OnlySurrogateExpression extends SurrogateExpression
Marker for Expressions that can only be evaluated by SurrogateExpression.surrogate()ing on the coordinating node. These require different tests and the test-checking infrastructure looks for this marker to check which tests are missing.