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

Method flatten

datafusion/sql/src/unparser/ast.rs:509–512  ·  view source on GitHub ↗
(&mut self, value: FlattenRelationBuilder)

Source from the content-addressed store, hash-verified

507 }
508
509 pub fn flatten(&mut self, value: FlattenRelationBuilder) -> &mut Self {
510 self.relation = Some(TableFactorBuilder::Flatten(value));
511 self
512 }
513
514 pub fn empty(&mut self) -> &mut Self {
515 self.relation = Some(TableFactorBuilder::Empty);

Callers 15

generate_timezoneMethod · 0.80
add_fileMethod · 0.80
try_newMethod · 0.80
analyzeMethod · 0.80
buildMethod · 0.80
maybe_newMethod · 0.80
try_newMethod · 0.80
projectMethod · 0.80
reorder_named_argumentsFunction · 0.80
distinct_exprMethod · 0.80
get_valid_typesFunction · 0.80

Calls 1

FlattenClass · 0.85

Tested by 7

iterate_queriesFunction · 0.64
extract_distinct_stringsFunction · 0.64
read_test_filesFunction · 0.64
test_create_record_batchFunction · 0.64