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
requirements_compatible in datafusion::physical_expr::utils - Rust
[go: Go Back, main page]

pub fn requirements_compatible<F, F2>(
    provided: Option<&[PhysicalSortRequirement]>,
    required: Option<&[PhysicalSortRequirement]>,
    ordering_equal_properties: F,
    equal_properties: F2
) -> boolwhere
    F: FnOnce() -> EquivalenceProperties<Vec<PhysicalSortExpr, Global>>,
    F2: FnOnce() -> EquivalenceProperties<Column>,
Expand description

Checks whether the given PhysicalSortRequirements are equal or more specific than the provided PhysicalSortRequirements.