Class MathStep.TinkerExpression
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep.TinkerExpression
-
- All Implemented Interfaces:
Serializable
public static class MathStep.TinkerExpression extends Object implements Serializable
A wrapper for theExpression
class. That class is not markedSerializable
and therefore gives problems in OLAP specifically with Spark. This wrapper allows theExpression
to be serialized in that context with Java serialization.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TinkerExpression(String equation, Set<String> variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.objecthunter.exp4j.Expression
getExpression()
Set<String>
getVariables()
-