# Functions
NewConfig returns a new instance of Config with defaults.
NewContinuousQuery returns a ContinuousQuery object with a parsed influxql.CreateContinuousQueryStatement.
NewService returns a new instance of Service.
# 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
When planning a select statement, passing zero tells it not to chunk results.
# Structs
Config represents a configuration for the continuous query service.
ContinuousQuery is a local wrapper / helper around continuous queries.
RunRequest is a request to run one or more CQs.
Service manages continuous query execution.
# Interfaces
ContinuousQuerier represents a service that executes continuous queries.