grafana/pkg/expr/mathexp
Kyle Brandt 05fd7eb047
SSE: Add noData type (#51973)
When there is a single frame with no fields (e.g. splunk datasource) SSE errors when trying to figure out the data type. This frame needs to exist since this is where the executedQueryString metadata exists.

This adds a new return type to SSE to represent no data, so the original frame with its metadata can still be maintained.
2022-07-14 09:18:12 -04:00
..
parse SSE: Add noData type (#51973) 2022-07-14 09:18:12 -04:00
exp_nan_null_val_test.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
exp_scalar_no_test.go SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01:00
exp_series_test.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
exp_test.go SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01:00
exp.go SSE: Add noData type (#51973) 2022-07-14 09:18:12 -04:00
funcs_test.go SSE: Add is_nan() and other like functions and allow '_' in func names (#43555) 2021-12-29 11:40:52 -05:00
funcs.go SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01:00
reduce_test.go SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01:00
reduce.go SSE/Alerting: Support prom instant vector responses (#44865) 2022-05-23 10:08:14 -04:00
resample_test.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
resample.go SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01:00
testing.go SSE/Alerting: Support prom instant vector responses (#44865) 2022-05-23 10:08:14 -04:00
type_series.go SSE/Alerting: Support prom instant vector responses (#44865) 2022-05-23 10:08:14 -04:00
types_test.go Alerting: fix a bug where the metric in the evaluation string was not correctly populated (#41731) 2021-11-17 11:00:59 +01:00
types.go SSE: Add noData type (#51973) 2022-07-14 09:18:12 -04:00
union_test.go SSE: Add noData type (#51973) 2022-07-14 09:18:12 -04:00