package
0.0.0-20201006080941-34a2968f5281
Repository: https://github.com/fenrislol/grafana.git
Documentation: pkg.go.dev
# Functions
ConvertSqlTimeColumnToEpochMs converts column named time to unix timestamp in milliseconds to make native datetime types and epoch dates work in annotation and table queries.
ConvertSqlValueColumnToFloat converts timeseries value column to float.nolint: gocyclo.
No description provided by the author
No description provided by the author
# Constants
MetaKeyExecutedQueryString is the key where the executed query should get stored.
# Variables
global macros/substitutions for all sql datasources.
No description provided by the author
nolint:gocritic NewXormEngine is an xorm.Engine factory, that can be stubbed by tests.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
SqlMacroEngine interpolates macros into sql.
SqlQueryResultTransformer transforms a query result row to RowValues with proper types.