Property:Step text

From BITPlan Wiki
Jump to navigation Jump to search
Property
edit
name  text
label  text
type  Special:Types/Text→Special:Types/Text
index  4
sortPos  
primaryKey  false
mandatory  false
namespace  
size  
uploadable  false
defaultValue  
inputType  
allowedValues  
documentation  the description according to the Apache Tinkerpop documentation
values_from  
externalFormatterURI  
showInGrid  
isLink  false
nullable  
topic  Concept:Step→Concept:Step

Text This is a Property with type Special:Types/Text

Showing 12 pages using this property.
G
operates on a stream of numbers and determines the average of those numbers.  +
performs some operation on the traverser and passes it to the next step.  +
will return all results in a weighted set and thus, duplicates preserved via weighting  +
randomly filters out traversers with the given probability  +
operates on a stream of comparable objects and determines which is the first object according to its natural order in the stream.  +
will return the next result.next(n) will return the next n results in a list  +
filters vertices, edges, and vertex properties based on their properties. This step has quite a few variations.  +
transforms the current step in a one to many fashion.  +
maps the traversal to the ids of the current elements.  +
is used to aggregate all the objects at a particular point of traversal into a Collection  +
see https://stackoverflow.com/questions/55609832/is-threre-a-document-about-how-gremlin-match-works  +
determines whether there are available results  +