# Functions
SetCursor specifies the cursor of the query.
SetEndTime specifies the end time of the query interval.
SetStartTime specifies the start time of the query interval.
SetVariable adds a variable that can be referenced by the APL query.
SetVariables sets the variables that can be referenced by the APL query.
# Constants
apl_.
debug.
default_limit_warning.
error.
fatal.
info.
license_limit_for_query_warning.
missing_column.
trace.
virtual_field_finalize_error.
warn.
# Structs
Entry is an event that matched a query and is thus part of the result set.
EntryGroup is a group of queried event.
EntryGroupAgg is an aggregation which is part of a group of queried events.
Interval is the interval of queried time series.
Message is a message associated with a query result.
Options specifies the optional parameters for a query.
Result is the result of an APL query.
Status is the status of a query result.
Timeseries are queried time series.
# Type aliases
MessageCode represents the code of a message associated with a query.
MessagePriority represents the priority of a message associated with a query.
An Option applies an optional parameter to a query.