Log Service supports the long, double, and text types in the configurations and the bigint, double, varchar, timestamp, and int types in the query.
The type conversion functions forcibly convert a column to a specified type:
cast(value AS type) → type
try_cast(value AS type) → type