Scalar FunctionsOther Functions
current_table
Returns the table name for the current row. Used internally by the search operator.
log_template_regex
Generates a regex pattern that matches log lines with the same structural template. Variable tokens (numbers, UUIDs, IPs, hex, quoted strings) are replaced with regex wildcards while literal text is preserved. The output is designed for use with `matches regex` to leverage bloom filter optimization.
dcount_hll
Calculate the distinct count from an HLL representation.