public static class MathStep.TinkerExpression extends Object implements Serializable
Expression class. That class is not marked Serializable and therefore gives
 problems in OLAP specifically with Spark. This wrapper allows the Expression to be serialized in that
 context with Java serialization.| Constructor and Description | 
|---|
| TinkerExpression(String equation,
                Set<String> variables) | 
| Modifier and Type | Method and Description | 
|---|---|
| Expression | getExpression() | 
| Set<String> | getVariables() | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.