pub fn require_physical_text_index(
table: &str,
field: &str,
indexed_fields: &[String],
columns: impl FnOnce() -> Vec<ColumnDef>,
) -> Result<(), SQLError>Expand description
Validate the physical field using one retained catalog generation; indexed fields do not require a column-schema read.