Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ take
Method
take
datafusion/sql/src/planner.rs:954–957 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
952
}
953
954
fn take(&mut self) -> String {
955
let ident = self.idents.pop().expect(
"no more identifiers"
);
956
self.normalizer.normalize(ident)
957
}
958
959
/// Returns the number of remaining identifiers
960
fn len(&self) -> usize {
Callers
12
idents_to_table_reference
Function · 0.45
update_to_plan
Method · 0.45
query_to_plan
Method · 0.45
try_transform_to_simple_table_scan_with_filters
Function · 0.45
take_body
Method · 0.45
pop_projections
Method · 0.45
generate_hex_string_data
Function · 0.45
generate_hex_large_string_data
Function · 0.45
generate_hex_utf8view_data
Function · 0.45
generate_utf8_data
Function · 0.45
prioritized_files_are_first
Function · 0.45
shutdown
Method · 0.45
Calls
2
pop
Method · 0.45
normalize
Method · 0.45
Tested by
1
prioritized_files_are_first
Function · 0.36