grafana/pkg/expr
Kyle Brandt d64f41afdc
SQL Expressions: Re-implement feature using go-mysql-server (#99521)
* Under feature flag `sqlExpressions` and is experimental
* Excluded from arm32
* Will not work with the Query Service yet
* Does not have limits in place yet
* Does not working with alerting yet
* Currently requires "prepare time series" Transform for time series viz
 
---------

Co-authored-by: Sam Jewell <sam.jewell@grafana.com>
2025-02-06 07:27:28 -05:00
..
classic
mathexp SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
ml
sql SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
commands.go
commands_test.go
convert_to_long.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
convert_to_long_test.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
converter.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
converter_test.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
dataplane.go
dataplane_test.go
errors.go
errors_test.go
graph.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
graph_test.go
hysteresis.go
hysteresis_test.go
metrics.go
ml.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
ml_test.go
nodes.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
nodes_test.go
query.go
query.panel.example.json
query.panel.schema.json
query.request.example.json
query.request.schema.json
query.types.json
query_test.go
reader.go
reader_test.go
service.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
service_sql_test.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
service_test.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
sql_command.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
sql_command_test.go
testing.go
threshold.go
threshold_bench_test.go
threshold_test.go
transform.go