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

Method add_flatten_table_alias

datafusion/sql/src/unparser/ast.rs:184–186  ·  view source on GitHub ↗

Register a table alias as pointing to a LATERAL FLATTEN relation.

(&mut self, alias: String)

Source from the content-addressed store, hash-verified

182
183 /// Register a table alias as pointing to a LATERAL FLATTEN relation.
184 pub fn add_flatten_table_alias(&mut self, alias: String) {
185 self.flatten_table_aliases.push(alias);
186 }
187
188 /// Returns true if no FLATTEN table aliases have been registered.
189 pub fn flatten_table_aliases_empty(&self) -> bool {

Callers 2

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected