Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ alias_generator
Method
alias_generator
datafusion/optimizer/src/optimizer.rs:235–237 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
233
}
234
235
fn alias_generator(&self) -> &Arc<AliasGenerator> {
236
&self.alias_generator
237
}
238
239
fn options(&self) -> Arc<ConfigOptions> {
240
Arc::clone(&self.options)
Callers
8
rewrite
Method · 0.45
rewrite
Method · 0.45
rewrite_inner_subqueries
Function · 0.45
rewrite
Method · 0.45
try_optimize_window
Method · 0.45
try_optimize_aggregate
Method · 0.45
try_unary_plan
Method · 0.45
test_alias_collision
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_alias_collision
Function · 0.36