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

Method pop_from

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

Source from the content-addressed store, hash-verified

262 self
263 }
264 pub fn pop_from(&mut self) -> Option<TableWithJoinsBuilder> {
265 self.from.pop()
266 }
267 pub fn lateral_views(&mut self, value: Vec<ast::LateralView>) -> &mut Self {
268 self.lateral_views = value;
269 self

Calls 1

popMethod · 0.45

Tested by

no test coverage detected