MCPcopy 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

rewriteMethod · 0.45
rewriteMethod · 0.45
rewrite_inner_subqueriesFunction · 0.45
rewriteMethod · 0.45
try_optimize_windowMethod · 0.45
try_unary_planMethod · 0.45
test_alias_collisionFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_alias_collisionFunction · 0.36