Class OptionalMatchStep
java.lang.Object
com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
com.orientechnologies.orient.core.sql.executor.MatchStep
com.orientechnologies.orient.core.sql.executor.OptionalMatchStep
- All Implemented Interfaces:
OExecutionStepInternal
Created by luigidellaquila on 17/10/16.
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
prev -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MatchEdgeTraversercreateTraverser(OResult lastUpstreamRecord) prettyPrint(OPrintContext ctx) Methods inherited from class com.orientechnologies.orient.core.sql.executor.MatchStep
createNextResultSet, internalStartMethods inherited from class com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
getPrev, setPrevious, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.executor.OExecutionStepInternal
canBeCached, copy, deserialize, getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType, serialize, serializeToResult, toResult, toResult
-
Constructor Details
-
OptionalMatchStep
-
-
Method Details
-
createTraverser
- Overrides:
createTraverserin classMatchStep
-
prettyPrint
- Specified by:
prettyPrintin interfaceOExecutionStepInternal- Overrides:
prettyPrintin classMatchStep
-