package
2.3.1-pre-3+incompatible
Repository: https://github.com/euracresearch/browser.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Eq returns a query part which compares column to each given value, joining them together with the given OperatorBuilder.
No description provided by the author
No description provided by the author
No description provided by the author
Select returns the base for building a 'SELECT' query.
ShowMeasurement returns the base for building a 'SHOW MEASUREMENT' query.
ShowTagValues returns the base for building a 'SHOW TAG VALUES' query.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Builder is the base builder for an Influx QL query.
OperatorBuilder is a builder for combining WHERE clauses with AND and OR operators.
SelectBuilder is a builder for a 'SELECT' query.
ShowMeasurementBuilder is a builder for a 'SHOW MEASUREMENTS' query.
ShowTagValuesBuilder is a builder for a 'SHOW TAG VALUES' query.
WhereBuilder is a builder for the 'WHERE' clause of a query.

# Interfaces

Querier interface provides the Query method.

# Type aliases

No description provided by the author
The QueryFunc type is an adapter to allow the use of ordinary functions as Querier.