vmware-archive / quickstep

Quickstep Project
Apache License 2.0
27 stars 13 forks source link

Add the modulo operator #103

Closed pateljm closed 8 years ago

pateljm commented 8 years ago

Added the modulo (%)operator, so we can now write queries like:

SELECT i%2 FROM generate_series(1, 10) as GS(i);
zuyu commented 8 years ago

Please update the copyright for all the touched files, if they have not been modified since 2016.

jianqiao commented 8 years ago

LGTM.

cramja commented 8 years ago

LGTM, merging.