druid/common
Gian Merlino 1f2afccdf8 Expressions: Add ExprMacros. (#4365)
* Expressions: Add ExprMacros, which have the same syntax as functions, but
can convert themselves to any kind of Expr at parse-time.

ExprMacroTable is an extension point for adding new ExprMacros. Anything
that might need to parse expressions needs an ExprMacroTable, which can
be injected through Guice.

* Address code review comments.
2017-06-08 09:32:10 -04:00
..
src Expressions: Add ExprMacros. (#4365) 2017-06-08 09:32:10 -04:00
pom.xml Make @Override annotation obligatory (#4274) 2017-05-16 13:30:30 -05:00