Wren's function white list combines the external function list file and the DataFusion functions. However, not all the DataFusion functions are available for the DataSource. For example, approx_percentile_cont is a DataFusion function but not a BigQuery Function.
We must find a way to ensure the list API provides the data source's available functions.