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

Method is_empty

datafusion/datasource-parquet/src/access_plan.rs:393–395  ·  view source on GitHub ↗

Return true if there are no row groups

(&self)

Source from the content-addressed store, hash-verified

391
392 /// Return true if there are no row groups
393 pub fn is_empty(&self) -> bool {
394 self.row_groups.is_empty()
395 }
396
397 /// Get a reference to the inner accesses
398 pub fn inner(&self) -> &[RowGroupAccess] {

Callers 15

poll_nextMethod · 0.45
projected_file_schemaMethod · 0.45
split_runsMethod · 0.45
build_filter_schemaFunction · 0.45
prune_struct_typeFunction · 0.45
build_row_filterFunction · 0.45
try_pushdown_sortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected