You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Ahlborn a0e9ce63ee knock out some fixmes; add support for custom function lookup and custom bindings passed into expression evaluation 6 years ago
..
EvalConfig.java knock out some fixmes; add support for custom function lookup and custom bindings passed into expression evaluation 6 years ago
EvalContext.java knock out some fixmes; add support for custom function lookup and custom bindings passed into expression evaluation 6 years ago
EvalException.java use specific exceptions for expr eval 6 years ago
Expression.java plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval 6 years ago
Function.java change evaluation context 7 years ago
FunctionLookup.java knock out some fixmes; add support for custom function lookup and custom bindings passed into expression evaluation 6 years ago
Identifier.java plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval 6 years ago
ParseException.java use specific exceptions for expr eval 6 years ago
TemporalConfig.java add TemporalConfig to allow for custom expression date/time formats 7 years ago
Value.java long type should be int values; implement more date/time and misc other functions 6 years ago