MCPcopy Create free account
hub / github.com/PRQL/prql / column_exclude

Method column_exclude

prqlc/prqlc/src/sql/dialect.rs:625–628  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

623 '`'
624 }
625 fn column_exclude(&self) -> Option<ColumnExclude> {
626 // https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#select_except
627 Some(ColumnExclude::Except)
628 }
629
630 fn set_ops_distinct(&self) -> bool {
631 // https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#set_operators

Callers 1

translate_excludeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected