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

Method push_from

datafusion/sql/src/unparser/ast.rs:260–263  ·  view source on GitHub ↗
(&mut self, value: TableWithJoinsBuilder)

Source from the content-addressed store, hash-verified

258 self
259 }
260 pub fn push_from(&mut self, value: TableWithJoinsBuilder) -> &mut Self {
261 self.from.push(value);
262 self
263 }
264 pub fn pop_from(&mut self) -> Option<TableWithJoinsBuilder> {
265 self.from.pop()
266 }

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected