# 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
Default values for aspects of interval computation.
NoChunkingSize specifies when not to chunk results.
# Structs
Config represents a configuration for the continuous query service.
ContinuousQuery is a local wrapper / helper around continuous queries.
Customizes the resampling intervals and duration of this continuous query.
RunRequest is a request to run one or more CQs.
Service manages continuous query execution.
# Interfaces
ContinuousQuerier represents a service that executes continuous queries.