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

Class SqlDisplay

datafusion/expr/src/expr.rs:3219–3219  ·  view source on GitHub ↗

A helper struct for displaying an `Expr` as an SQL-like string.

Source from the content-addressed store, hash-verified

3217
3218/// A helper struct for displaying an `Expr` as an SQL-like string.
3219struct SqlDisplay<'a>(&'a Expr);
3220
3221impl Display for SqlDisplay<'_> {
3222 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {

Callers 1

human_displayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…