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

Method pop_projections

datafusion/sql/src/unparser/ast.rs:223–225  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

221 self
222 }
223 pub fn pop_projections(&mut self) -> Vec<ast::SelectItem> {
224 self.projection.take().unwrap_or_default()
225 }
226 /// Returns true if a projection has been explicitly set via `projection()`.
227 ///
228 /// This method is used to determine whether the SELECT clause has already been

Callers 2

project_window_outputMethod · 0.80

Calls 1

takeMethod · 0.45

Tested by

no test coverage detected