MCPcopy Create free account
hub / github.com/rilldata/rill / Valid

Method Valid

runtime/metricsview/query.go:290–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288)
289
290func (o Operator) Valid() bool {
291 switch o {
292 case OperatorEq, OperatorNeq, OperatorLt, OperatorLte, OperatorGt, OperatorGte, OperatorIn, OperatorNin, OperatorIlike, OperatorNilike, OperatorOr, OperatorAnd, OperatorCast:
293 return true
294 }
295 return false
296}
297
298type TimeGrain string
299

Callers 4

writeConditionMethod · 0.45
ResolveDimensionMethod · 0.45
writeConditionMethod · 0.45
writeConditionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected