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

Method is_empty

datafusion/common/src/metadata.rs:302–304  ·  view source on GitHub ↗

Returns true if the metadata is empty.

(&self)

Source from the content-addressed store, hash-verified

300
301 /// Returns true if the metadata is empty.
302 pub fn is_empty(&self) -> bool {
303 self.inner.is_empty()
304 }
305
306 /// Returns the number of key-value pairs in the metadata.
307 pub fn len(&self) -> usize {

Callers 15

discover_example_groupsFunction · 0.45
is_non_blank_doc_lineFunction · 0.45
fmtMethod · 0.45
sampleMethod · 0.45
fmt_for_explainMethod · 0.45
plan_unpivotFunction · 0.45
update_batchMethod · 0.45
merge_batchMethod · 0.45
update_batchMethod · 0.45
merge_batchMethod · 0.45
call_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by 15

get_spansFunction · 0.36
regression_testFunction · 0.36
with_new_childrenMethod · 0.36
scanMethod · 0.36
openMethod · 0.36
newMethod · 0.36
fmt_asMethod · 0.36
with_new_childrenMethod · 0.36
sort_batchesFunction · 0.36
run_roundtrip_testsFunction · 0.36
test_filesFunction · 0.36