fn precompile_timezone<F>(
e: &mut MirScalarExpr,
column_types: &[ReprColumnType],
build_unary: F,
)Expand description
Specializes a binary timezone-applying function call whose timezone argument is a literal. Produces either a unary call with the parsed timezone baked in, or a literal error.