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

Class Exists

datafusion/expr/src/expr.rs:1277–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275/// EXISTS expression
1276#[derive(Clone, PartialEq, Eq, PartialOrd, Hash, Debug)]
1277pub struct Exists {
1278 /// Subquery that will produce a single column of data
1279 pub subquery: Subquery,
1280 /// Whether the expression is negated
1281 pub negated: bool,
1282}
1283
1284impl Exists {
1285 // Create a new Exists expression.

Callers 9

notMethod · 0.85
existsFunction · 0.85
not_existsFunction · 0.85
map_subqueriesMethod · 0.85
parse_exists_subqueryMethod · 0.85
from_subqueryFunction · 0.85
build_exists_filter_planFunction · 0.85
exists_subqueryFunction · 0.85
f_upMethod · 0.85

Calls

no outgoing calls

Tested by 1

build_exists_filter_planFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…