fn can_evaluate_to_const(args: &[ColumnarValue]) -> bool
Check if we can evaluate the expr to constant directly.
SELECT make_map('type', 'test') from test
We can evaluate the result of make_map directly.
make_map