# Functions
New ...
ParseFloat is similar to strconv.ParseFloat, but operates on []byte which can save a string allocation and is therefore faster Note that it currently doesn't support exponents (scientific format of floats).
ParseInt is similar to strconv.ParseInt, but operates on []byte which can save a string allocation and is therefore faster.
ParseLineWithFallback parses an individual line, and creates a message if the line is not valid.
ParseUInt is similar to strconv.ParseUint, but operates on []byte which can save a string allocation and is therefore faster.
SeverityFromString parses Severity from a string.
# Structs
Log ...
A NumError records a failed conversion.
RawLogQuery is used by the rawlogquery aql function.
# Interfaces
Parser ...