use crate;
/// One item in a view's `select:` list. The variant is chosen during lowering
/// by which keys are present (`column` vs `sql`).
/// A plain column pulled from a `from:`/`join:` alias.
/// A raw SQL expression with a declared output name (escape hatch).