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

Method iter

datafusion/pruning/src/pruning_predicate.rs:771–775  ·  view source on GitHub ↗

Returns an iterator over items in columns (see doc on `self.columns` for details)

(
        &self,
    )

Source from the content-addressed store, hash-verified

769 /// Returns an iterator over items in columns (see doc on
770 /// `self.columns` for details)
771 pub(crate) fn iter(
772 &self,
773 ) -> impl Iterator<Item = &(phys_expr::Column, StatisticsType, Field)> {
774 self.columns.iter()
775 }
776
777 fn find_stat_column(
778 &self,

Callers 15

serializeMethod · 0.45
try_into_logical_planMethod · 0.45
try_from_logical_planMethod · 0.45
from_factoryMethod · 0.45
fromMethod · 0.45
fromMethod · 0.45
serialize_exprFunction · 0.45
fromMethod · 0.45
parse_exprFunction · 0.45

Calls

no outgoing calls