MCPcopy Create free account
hub / github.com/apache/datafusion / len

Method len

datafusion/sql/src/planner.rs:960–962  ·  view source on GitHub ↗

Returns the number of remaining identifiers

(&self)

Source from the content-addressed store, hash-verified

958
959 /// Returns the number of remaining identifiers
960 fn len(&self) -> usize {
961 self.idents.len()
962 }
963}
964
965// impl Display for a nicer error message

Callers 15

f_upMethod · 0.45
plan_from_tablesMethod · 0.45
build_schemaMethod · 0.45
apply_expr_aliasMethod · 0.45
get_delete_targetMethod · 0.45
show_variable_to_planMethod · 0.45
set_statement_to_planMethod · 0.45
insert_to_planMethod · 0.45

Calls

no outgoing calls