MCPcopy Create free account
hub / github.com/apache/datafusion / diagnostic_message

Method diagnostic_message

datafusion/sql/src/utils.rs:126–130  ·  view source on GitHub ↗
(&self, expr: &Expr)

Source from the content-addressed store, hash-verified

124 }
125
126 fn diagnostic_message(&self, expr: &Expr) -> String {
127 format!(
128 "'{expr}' must appear in GROUP BY clause because it's not an aggregate expression"
129 )
130 }
131}
132
133/// Determines if the set of `Expr`'s are a valid projection on the input

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected