// This file is part of https://github.com/SpringQL/SpringQL which is licensed under MIT OR Apache-2.0. See file LICENSE-MIT or LICENSE-APACHE for full license details.
use crate::;
/// Reference to a column in a row.
///
/// Note that this never point to other expressions like `1 + 1 AS a`.