On This Page

Home / Search/ Language Reference/ Functions/ Scalar Functions/Conversion Functions

Conversion Functions

A list of all conversion functions supported by Cribl Search.


NameDescription
binRounds values down to an integer multiple of a given bin size.
bin_autoRounds values down to a fixed-size bin.
floorRounds values down to an integer multiple of a given floor size.
gettypeReturns the type of the input value.
toboolConverts the input to a bool value.
todouble (toreal, todecimal)Converts the input to a double (real, decimal) value.
toint (tolong)Converts the input to an int (long) value.
tostringConverts the input to a string value.