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

Class ColInList

datafusion/physical-expr/src/utils/guarantee.rs:432–436  ·  view source on GitHub ↗

Represents a single `col [not]in literal` expression

Source from the content-addressed store, hash-verified

430
431/// Represents a single `col [not]in literal` expression
432struct ColInList<'a> {
433 col: &'a crate::expressions::Column,
434 guarantee: Guarantee,
435 list: Vec<&'a crate::expressions::Literal>,
436}
437
438impl<'a> ColInList<'a> {
439 /// Returns Some(ColInList) if the expression is either:

Callers 1

try_newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…