Skip to content

bigquery🔗

Objects🔗

Builders🔗

Functions🔗

NewSQLExpression🔗

NewSQLExpression creates a new SQLExpression object.

func NewSQLExpression() *SQLExpression

NewQueryEditorFunctionExpression🔗

NewQueryEditorFunctionExpression creates a new QueryEditorFunctionExpression object.

func NewQueryEditorFunctionExpression() *QueryEditorFunctionExpression

NewQueryEditorFunctionParameterExpression🔗

NewQueryEditorFunctionParameterExpression creates a new QueryEditorFunctionParameterExpression object.

func NewQueryEditorFunctionParameterExpression() *QueryEditorFunctionParameterExpression

NewQueryEditorGroupByExpression🔗

NewQueryEditorGroupByExpression creates a new QueryEditorGroupByExpression object.

func NewQueryEditorGroupByExpression() *QueryEditorGroupByExpression

NewQueryEditorProperty🔗

NewQueryEditorProperty creates a new QueryEditorProperty object.

func NewQueryEditorProperty() *QueryEditorProperty

NewQueryEditorPropertyExpression🔗

NewQueryEditorPropertyExpression creates a new QueryEditorPropertyExpression object.

func NewQueryEditorPropertyExpression() *QueryEditorPropertyExpression

NewDataquery🔗

NewDataquery creates a new Dataquery object.

func NewDataquery() *Dataquery

VariantConfig🔗

VariantConfig returns the configuration related to grafana-bigquery-datasource dataqueries.

This configuration describes how to unmarshal it, convert it to code, …

func VariantConfig() variants.DataqueryConfig

SQLExpressionConverter🔗

SQLExpressionConverter accepts a SQLExpression object and generates the Go code to build this object using builders.

func SQLExpressionConverter(input SQLExpression) string

QueryEditorFunctionExpressionConverter🔗

QueryEditorFunctionExpressionConverter accepts a QueryEditorFunctionExpression object and generates the Go code to build this object using builders.

func QueryEditorFunctionExpressionConverter(input QueryEditorFunctionExpression) string

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.

func QueryEditorGroupByExpressionConverter(input QueryEditorGroupByExpression) string

QueryEditorPropertyConverter🔗

QueryEditorPropertyConverter accepts a QueryEditorProperty object and generates the Go code to build this object using builders.

func QueryEditorPropertyConverter(input QueryEditorProperty) string

QueryEditorPropertyExpressionConverter🔗

QueryEditorPropertyExpressionConverter accepts a QueryEditorPropertyExpression object and generates the Go code to build this object using builders.

func QueryEditorPropertyExpressionConverter(input QueryEditorPropertyExpression) string

DataqueryConverter🔗

DataqueryConverter accepts a Dataquery object and generates the Go code to build this object using builders.

func DataqueryConverter(input Dataquery) string