RandomSec/src/main/java/com/metaweb/gridworks/expr
David Huynh a43b2a72c1 Made various GEL functions and the forEach control work with java.util.List and java.util.Collection in addition to just Object[].
Added field columnNames to row object.
Added 1-bounded numeric log facet.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@328 7d457c2a-affb-35e4-300a-418c747d4874
2010-03-19 23:04:17 +00:00
..
functions Made various GEL functions and the forEach control work with java.util.List and java.util.Collection in addition to just Object[]. 2010-03-19 23:04:17 +00:00
util fixing the date parser 2010-03-04 04:06:38 +00:00
EvalError.java Made EvalError serializable because errors can be cell values and need to be saved. 2010-03-01 00:21:13 +00:00
Evaluable.java Changed tabs to spaces. No functionality change. 2010-03-03 04:19:58 +00:00
ExpressionUtils.java Made various GEL functions and the forEach control work with java.util.List and java.util.Collection in addition to just Object[]. 2010-03-19 23:04:17 +00:00
HasFields.java Changed tabs to spaces. No functionality change. 2010-03-03 04:19:58 +00:00
JythonEvaluable.java sped up jython evaluation by calling function directly instead of invoking parser on string representation of function call 2010-03-19 21:45:01 +00:00
JythonHasFieldsWrapper.java Got Vishal's jython integration to work. 2010-03-11 19:56:43 +00:00
JythonObjectWrapper.java Got Vishal's jython integration to work. 2010-03-11 19:56:43 +00:00
MetaParser.java adding extremely crude jython and clojure expression evaluation 2010-03-10 23:43:21 +00:00
ParsingException.java Created an ast package for gridworks expression language abstract syntax tree nodes. Moved parsing exception class out to its own file. 2010-03-01 01:14:21 +00:00