bigquery🔗
Objects🔗
- Dataquery
- EditorMode
- OrderByDirection
- QueryEditorExpressionType
- QueryEditorFunctionExpression
- QueryEditorFunctionParameterExpression
- QueryEditorGroupByExpression
- QueryEditorProperty
- QueryEditorPropertyExpression
- QueryEditorPropertyType
- QueryFormat
- QueryPriority
- SQLExpression
Builders🔗
- DataqueryBuilder
- QueryEditorFunctionExpressionBuilder
- QueryEditorFunctionParameterExpressionBuilder
- QueryEditorGroupByExpressionBuilder
- QueryEditorPropertyBuilder
- QueryEditorPropertyExpressionBuilder
- SQLExpressionBuilder
Functions🔗
NewSQLExpression🔗
NewSQLExpression creates a new SQLExpression object.
NewQueryEditorFunctionExpression🔗
NewQueryEditorFunctionExpression creates a new QueryEditorFunctionExpression object.
NewQueryEditorFunctionParameterExpression🔗
NewQueryEditorFunctionParameterExpression creates a new QueryEditorFunctionParameterExpression object.
NewQueryEditorGroupByExpression🔗
NewQueryEditorGroupByExpression creates a new QueryEditorGroupByExpression object.
NewQueryEditorProperty🔗
NewQueryEditorProperty creates a new QueryEditorProperty object.
NewQueryEditorPropertyExpression🔗
NewQueryEditorPropertyExpression creates a new QueryEditorPropertyExpression object.
NewDataquery🔗
NewDataquery creates a new Dataquery object.
VariantConfig🔗
VariantConfig returns the configuration related to grafana-bigquery-datasource dataqueries.
This configuration describes how to unmarshal it, convert it to code, …
SQLExpressionConverter🔗
SQLExpressionConverter accepts a SQLExpression
object and generates the Go code to build this object using builders.
QueryEditorFunctionExpressionConverter🔗
QueryEditorFunctionExpressionConverter accepts a QueryEditorFunctionExpression
object and generates the Go code to build this object using builders.
QueryEditorFunctionParameterExpressionConverter🔗
QueryEditorFunctionParameterExpressionConverter accepts a QueryEditorFunctionParameterExpression
object and generates the Go code to build this object using builders.
func QueryEditorFunctionParameterExpressionConverter(input QueryEditorFunctionParameterExpression) string
QueryEditorGroupByExpressionConverter🔗
QueryEditorGroupByExpressionConverter accepts a QueryEditorGroupByExpression
object and generates the Go code to build this object using builders.
QueryEditorPropertyConverter🔗
QueryEditorPropertyConverter accepts a QueryEditorProperty
object and generates the Go code to build this object using builders.
QueryEditorPropertyExpressionConverter🔗
QueryEditorPropertyExpressionConverter accepts a QueryEditorPropertyExpression
object and generates the Go code to build this object using builders.
DataqueryConverter🔗
DataqueryConverter accepts a Dataquery
object and generates the Go code to build this object using builders.