Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ supports_empty_select_list
Method
supports_empty_select_list
datafusion/sql/src/unparser/dialect.rs:368–370 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
366
}
367
368
fn supports_empty_select_list(&self) -> bool {
369
true
370
}
371
372
fn identifier_quote_style(&self, _: &str) -> Option<char> {
373
Some(
'"'
)
Callers
1
empty_projection_fallback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected