package
0.0.0-20230921131859-37fced794d56
Repository: https://github.com/timescale/tsbs.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.