spark-instrumented-optimizer/sql/core
jliwork f0f1a8afde [SPARK-14548][SQL] Support not greater than and not less than operator in Spark SQL
!< means not less than which is equivalent to >=
!> means not greater than which is equivalent to <=

I'd to create a PR to support these two operators.

I've added new test cases in: DataFrameSuite, ExpressionParserSuite, JDBCSuite, PlanParserSuite, SQLQuerySuite

dilipbiswal viirya gatorsmile

Author: jliwork <jiali@us.ibm.com>

Closes #12316 from jliwork/SPARK-14548.
2016-04-24 11:22:06 -07:00
..
src [SPARK-14548][SQL] Support not greater than and not less than operator in Spark SQL 2016-04-24 11:22:06 -07:00
pom.xml [SPARK-14797][BUILD] Spark SQL POM should not hardcode spark-sketch_2.11 dep. 2016-04-21 09:57:26 -07:00