Class MathStep.TinkerExpression
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep.TinkerExpression
- All Implemented Interfaces:
Serializable
A wrapper for the
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.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.objecthunter.exp4j.Expression
-
Constructor Details
-
TinkerExpression
-
-
Method Details
-
getExpression
public net.objecthunter.exp4j.Expression getExpression() -
getVariables
-