Package org.apache.tinkerpop.gremlin.process.traversal.step.map
package org.apache.tinkerpop.gremlin.process.traversal.step.map
-
ClassDescriptionAbstractAddElementStepPlaceholder<S,
E extends Element, X extends Event> AddEdgeStep<S>AsBoolStep<S>Reference implementation for boolean parsing step.AsDateStep<S>Reference implementation for date parsing step.AsNumberStep<S>Reference implementation for number parsing step.AsStringGlobalStep<S,E> Reference implementation for asString() step, a mid-traversal step which returns the incoming traverser value as a string.AsStringLocalStep<S,E> Reference implementation for asString(Scope.local), a mid-traversal step which returns the value of the incoming traverser as a string.CallStep<S,E> Reference implementation for service calls via theServiceRegistryandServiceAPIs.CallStepContract<S,E> CallStepPlaceholder<S,E> Reference implementation for service calls via theServiceRegistryandServiceAPIs.CoalesceStep<S,E> CombineStep<S,E> A map step that returns the combination of the traverser and the provided arguments.ConcatStep<S>Reference implementation for String concatenation step, a mid-traversal step which concatenates one or more String values together to the incoming String traverser.ConjoinStep<S>A map step that returns the result of joining every element in the traverser using the delimiter argument.ConstantStep<S,E> DateAddStep<S>Reference implementation for date concatenation step.DateDiffStep<S>Reference implementation for date difference step.A placeholder step that represents a declarative pattern-matching query.DedupLocalStep<E,S extends Iterable<E>> DifferenceStep<S,E> A map step that returns the difference of the traverser and the provided arguments without duplicates.DisjunctStep<S,E> A map step that returns the disjunction of the traverser and the provided arguments without duplicates.ElementMapStep<K,E> Converts aElementto aMap.FlatMapStep<S,E> FoldStep<S,E> FormatStep<S>Reference implementation for String format step, a mid-traversal step which substitutes%{variable_name}and%{_}references in a format string with property values, scope values, orby()modulator results from the incoming traverser.GraphStepContract<S,E extends Element> GraphStepPlaceholder<S,E extends Element> GroupCountStep<S,E> GroupStep<S,K, V> HasNextStep<S>IndexStep<S,E> Type of the index as it corresponds to the associatedWithOptions.listandWithOptions.map.IntersectStep<S,E> A map step that returns the intersection of the traverser and the provided arguments.LabelsStep<S extends Element>Maps anElementto its labels, emitting each label as a separate traverser.LambdaFlatMapStep<S,E> LambdaMapStep<S,E> LengthGlobalStep<S,E> Reference implementation for length() step, a mid-traversal step which returns the length of the incoming string traverser.LengthLocalStep<S,E> Reference implementation for length() step, a mid-traversal step which returns the length of the incoming string traverser.LoopsStep<S>LTrimGlobalStep<S,E> Reference implementation for lTrim() step, a mid-traversal step which returns a string with leading whitespace removed.LTrimLocalStep<S,E> Reference implementation for lTrim() step, a mid-traversal step which returns a string with leading whitespace removed.MapStep<S,E> MatchStep<S,E> Deprecated.MathStep<S>A wrapper for theExpressionclass.MaxGlobalStep<S extends Comparable>MeanGlobalStep.MeanGlobalBiOperator<S extends Number>Implementation for themergeE()step covering both the start step version and the one used mid-traversal.Implementation for themergeV()step covering both the start step version and the one used mid-traversal.MergeElementStep<S,E, C> Abstract base class for themergeV/E()implementations.MergeStep<S,E> A map step that returns the merger of the traverser and the provided arguments without duplicates.MergeStepContract<S,E, C> Implementation for themergeV()step covering both the start step version and the one used mid-traversal.Implementation for themergeV()step covering both the start step version and the one used mid-traversal.MinGlobalStep<S extends Comparable>OrderGlobalStep<S,C extends Comparable> OrderLocalStep<S,C extends Comparable> PathStep<S>ProductStep<S,E> A map step that returns the cartesian product of the traverser and the provided arguments.ProfileStrategy callback test.TraversalsProjectStep<S,E> PropertyMapStep<K,E> Defines the contract forrangerelated steps.ReplaceGlobalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a string with the specified characters in the original string replaced with the new characters.ReplaceLocalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a string with the specified characters in the original string replaced with the new characters.ReverseStep<S,E> Reference implementation for reverse() step, a mid-traversal step which returns the reverse value.RTrimGlobalStep<S,E> Reference implementation for rTrim() step, a mid-traversal step which a string with trailing whitespace removed.RTrimLocalStep<S,E> Reference implementation for rTrim() step, a mid-traversal step which a string with trailing whitespace removed.SackStep<S,E> ScalarMapStep<S,E> SelectOneStep<S,E> SelectStep<S,E> SplitGlobalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.SplitLocalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.SubstringGlobalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a substring of the incoming string traverser with a 0-based start index (inclusive) and optionally an end index (exclusive).SubstringLocalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a substring of the incoming string traverser with a 0-based start index (inclusive) and optionally an end index (exclusive).SumGlobalStep<S extends Number>ToLowerGlobalStep<S,E> Reference implementation for toLower() step, a mid-traversal step which returns a lower case string representation of the incoming string traverser.ToLowerLocalStep<S,E> Reference implementation for the local scope of the toUpper() step, a mid-traversal step which returns an upper case string representation of all elements inside the incoming list traverser.ToUpperGlobalStep<S,E> Reference implementation for toUpper() step, a mid-traversal step which returns an upper case string representation of the incoming string traverser.ToUpperLocalStep<S,E> Reference implementation for the local scope of the toUpper() step, a mid-traversal step which returns an upper case string representation of all elements inside the incoming list traverser.TraversalFlatMapStep<S,E> TraversalMapStep<S,E> TraversalSelectStep<S,E> TreeStep<S>TrimGlobalStep<S,E> Reference implementation for trim() step, a mid-traversal step which returns a string with leading and trailing whitespace removed.TrimLocalStep<S,E> Reference implementation for trim() step, a mid-traversal step which returns a string with leading and trailing whitespace removed.UnfoldStep<S,E> VertexStep<E extends Element>Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,out,in,both,outE,inE, andbothE.VertexStepContract<E extends Element>VertexStepPlaceholder<E extends Element>Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,out,in,both,outE,inE, andbothE.
DeclarativeMatchStepfor declarative pattern matching.