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

Method col

datafusion/physical-expr/src/utils/guarantee.rs:489–494  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

487 }
488
489 fn col(&self) -> &'a crate::expressions::Column {
490 match self {
491 Self::ColOpLit(col_op_lit) => col_op_lit.col,
492 Self::ColInList(col_in_list) => col_in_list.col,
493 }
494 }
495
496 fn lits(&self) -> Vec<&'a crate::expressions::Literal> {
497 match self {

Callers 2

analyzeMethod · 0.80
find_common_columnsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected