package
0.1.2
Repository: https://github.com/cnosdb/tsdb-comparisons.git
Documentation: pkg.go.dev

# Interfaces

QueryFiller describes a type that can fill in a query and return it.
QueryGenerator is an interface that a database-specific implementation of a use case implements to set basic configuration that can then be used by a specific QueryFiller, ultimately yielding a query.Query with information to be run.

# Type aliases

QueryFillerMaker is a function that takes a QueryGenerator and returns a QueryFiller.