MCPcopy 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

update_to_planMethod · 0.45
query_to_planMethod · 0.45
take_bodyMethod · 0.45
pop_projectionsMethod · 0.45
generate_hex_string_dataFunction · 0.45
generate_utf8_dataFunction · 0.45
shutdownMethod · 0.45

Calls 2

popMethod · 0.45
normalizeMethod · 0.45

Tested by 1