pub fn build_select_fields(
columns: &[String],
table: &Table,
) -> Vec<CoercibleSelectField>Expand description
Build select fields from column names.
pub fn build_select_fields(
columns: &[String],
table: &Table,
) -> Vec<CoercibleSelectField>Build select fields from column names.