aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src
diff options
context:
space:
mode:
authorSameer Agarwal <sameer@databricks.com>2016-03-10 17:29:45 -0800
committerReynold Xin <rxin@databricks.com>2016-03-10 17:29:45 -0800
commitc3a6269ca994a977303a450043a577f435565f4e (patch)
tree550280b0d3b5bb4dbaa67b9d750ec2e13ec5f5f6 /sql/core/src
parent416e71af4d26e67afb715ea1d625341cdea4873d (diff)
downloadspark-c3a6269ca994a977303a450043a577f435565f4e.tar.gz
spark-c3a6269ca994a977303a450043a577f435565f4e.tar.bz2
spark-c3a6269ca994a977303a450043a577f435565f4e.zip
[SPARK-13789] Infer additional constraints from attribute equality
## What changes were proposed in this pull request? This PR adds support for inferring an additional set of data constraints based on attribute equality. For e.g., if an operator has constraints of the form (`a = 5`, `a = b`), we can now automatically infer an additional constraint of the form `b = 5` ## How was this patch tested? Tested that new constraints are properly inferred for filters (by adding a new test) and equi-joins (by modifying an existing test) Author: Sameer Agarwal <sameer@databricks.com> Closes #11618 from sameeragarwal/infer-isequal-constraints.
Diffstat (limited to 'sql/core/src')
0 files changed, 0 insertions, 0 deletions