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

Method flatten_table_aliases_empty

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

Returns true if no FLATTEN table aliases have been registered.

(&self)

Source from the content-addressed store, hash-verified

187
188 /// Returns true if no FLATTEN table aliases have been registered.
189 pub fn flatten_table_aliases_empty(&self) -> bool {
190 self.flatten_table_aliases.is_empty()
191 }
192
193 /// Returns true if the given table alias refers to a FLATTEN relation.
194 pub fn is_flatten_table_alias(&self, alias: &str) -> bool {

Callers 1

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected