Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
calculate_union in datafusion::physical_expr::equivalence - Rust
[go: Go Back, main page]

Function datafusion::physical_expr::equivalence::calculate_union

source ยท
pub fn calculate_union(
    eqps: Vec<EquivalenceProperties>,
    schema: Arc<Schema>,
) -> Result<EquivalenceProperties, DataFusionError>
Expand description

Calculates the union (in the sense of UnionExec) EquivalenceProperties of the given EquivalenceProperties in eqps according to the given output schema (which need not be the same with those of lhs and rhs as details such as nullability may be different).