Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ requires_derived_table_alias
Method
requires_derived_table_alias
datafusion/sql/src/unparser/dialect.rs:364–366 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
362
}
363
364
fn requires_derived_table_alias(&self) -> bool {
365
true
366
}
367
368
fn supports_empty_select_list(&self) -> bool {
369
true
Callers
1
derive_with_dialect_alias
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected