The start() function assigns a timestamp to
an output field specified by the
as parameter. This
timestamp represents the beginning of the search time interval
in milliseconds since January 1, 1970 (UTC).
For live queries (where the search time interval is forever
moving), start() equals the current time
minus the search interval.
For subqueries in defineTable() or joins,
start() equals the start time of the
subquery's search interval.
Note
The start() function is not compatible
with parser operations because parsers do not use search
intervals.
Hide omitted argument names for this function
Omitted Argument NamesThe argument name for
ascan be omitted; the following forms of this function are equivalent:logscale Syntaxstart("value")and:
logscale Syntaxstart(as="value")These examples show basic structure only.