Type Definition prql_compiler::ast::Ident

source · []
pub type Ident = String;
Expand description

A name. Generally columns, tables, functions, variables.