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

Method into

datafusion/sql/src/unparser/ast.rs:252–255  ·  view source on GitHub ↗
(&mut self, value: Option<ast::SelectInto>)

Source from the content-addressed store, hash-verified

250 self.projection.is_some()
251 }
252 pub fn into(&mut self, value: Option<ast::SelectInto>) -> &mut Self {
253 self.into = value;
254 self
255 }
256 pub fn from(&mut self, value: Vec<TableWithJoinsBuilder>) -> &mut Self {
257 self.from = value;
258 self

Callers 15

newMethod · 0.45
expression_type_demoFunction · 0.45
type_coercion_demoFunction · 0.45
set_show_positionMethod · 0.45
evaluateMethod · 0.45
stateMethod · 0.45
call_with_argsMethod · 0.45
fieldMethod · 0.45
try_newMethod · 0.45
read_distinct_indexFunction · 0.45
newMethod · 0.45
try_newMethod · 0.45

Calls

no outgoing calls