use crate;
/// Helper function which takes a list of `(ValuesSource, Value)` tuples, takes only those with
/// [`ValuesSource::Foreign`] matching the provided table and column names, and returns a vector of
/// the corresponding `Value`s with the [`ValuesSource`] set to [`ValuesSource::This`].
],
table: &'static str,
local_column: &'static str,
)