Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cytosm/cytosm
/ functions
Functions
1,254 in github.com/cytosm/cytosm
⨍
Functions
1,254
◇
Types & classes
327
Method
ExprTreeException
(final String message)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTreeBuilder.java:26
Method
ExprVar
(Var var)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprVar.java:27
Method
False
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:87
Method
FunctionInvocation
(final FunctionName functionName, boolean distinct, List<Expression> args)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/FunctionInvocation.java:13
Method
FunctionName
(final String name)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/FunctionName.java:11
Method
GTop
Default constructor.
common/src/main/java/org/cytosm/common/gtop/GTop.java:35
Method
GraphMetadata
Default constructor.
common/src/main/java/org/cytosm/common/gtop/implementation/graphmetadata/GraphMetadata.java:38
Method
GreaterThan
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:16
Method
GreaterThan
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:51
Method
GreaterThanOrEqual
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:40
Method
GreaterThanOrEqueal
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:52
Method
HexInteger
(final String stringValue)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:40
Method
ImplementationEdge
Generates an Implementation edge. @param types types used to refer to that edge on the abstraction level @param paths traversal paths that compose tha
common/src/main/java/org/cytosm/common/gtop/implementation/relational/ImplementationEdge.java:31
Method
ImplementationLevelGtop
Default constructor.
common/src/main/java/org/cytosm/common/gtop/implementation/relational/ImplementationLevelGtop.java:32
Method
ImplementationNode
Creates an empty implementation node.
common/src/main/java/org/cytosm/common/gtop/implementation/relational/ImplementationNode.java:47
Method
In
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:94
Method
In
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:47
Method
Integer
(final String stringValue)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:24
Method
InvalidExpression
(final String message)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/SelectTreeBuilder.java:52
Method
InvalidNotEquals
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:52
Method
IsNotNull
(Expression unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Unary.java:35
Method
IsNotNull
(Expr unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:73
Method
IsNull
(Expression unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Unary.java:30
Method
IsNull
(Expr unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:72
Method
LabelName
(final String name)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/match/pattern/LabelName.java:11
Method
LessThan
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:22
Method
LessThan
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:49
Method
LessThanOrEqual
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:46
Method
LessThanOrEqual
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:50
Method
LhsRhs
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:23
Method
Limit
(final Expression expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/Limit.java:12
Method
ListExpression
(final List<Expression> exprs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/ListExpression.java:11
Method
Literal
(final String stringValue)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:9
Method
LongVal
(final long value)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:216
Method
MapExpression
(final List<Pair<PropertyKeyName, Expression>> props)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/MapExpression.java:13
Method
Match
(boolean optional, Pattern pattern, Where where)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/match/Match.java:17
Method
Mod
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:39
Method
Modulo
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:124
Method
Mul
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:40
Method
Multiply
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:118
Method
MutateExportsInSelects
(final VarDependencies vars)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/ComputeExports.java:78
Method
NameFnExpr
(GTopInterfaceImpl gtop, String fnCypherName, ExprFn.Name fnName)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/TransformFunctions.java:115
Method
NameProvider
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/NameProvider.java:17
Method
NamedPatternPart
(final PatternElement element, final Variable var)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/match/pattern/NamedPatternPart.java:11
Method
Neq
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:43
Method
NodeIdImplementation
Default constructor.
common/src/main/java/org/cytosm/common/gtop/implementation/relational/NodeIdImplementation.java:30
Method
NodeOrRelVar
(ASTNode node)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/var/NodeOrRelVar.java:13
Method
NodeOrTempOrRelVar
(ASTNode node)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/var/NodeOrTempOrRelVar.java:9
Method
NodePattern
(final Variable variable, final List<LabelName> labels, final MapExpression properties)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/match/pattern/NodePattern.java:17
Method
NodeVar
(NodePattern np, AvailableVariables vars)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/var/NodeVar.java:43
Method
Not
(Expression unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Unary.java:15
Method
Not
(Expr unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:70
Method
NotEquals
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:34
Method
Null
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:73
Method
Number
(final String stringValue)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:15
Method
OctalInteger
(final String stringValue)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:56
Method
Or
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:70
Method
Or
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:46
Method
OrderBy
(List<SortItem> sortItems)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/OrderBy.java:13
Method
PassAvailables
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/PassAvailables.java:172
Method
Path
Default constructor.
common/src/main/java/org/cytosm/common/gtop/implementation/relational/Path.java:23
Method
PathDescriptionException
Route does not match gtop. @param notFoundInputHint additional information
pathfinder/src/main/java/org/cytosm/pathfinder/exceptions/PathDescriptionException.java:16
Method
PathExpression
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/PathExpression.java:8
Method
PathFinder
Default constructor. @param converterType type of converter that will be used to interpret the input
pathfinder/src/main/java/org/cytosm/pathfinder/PathFinder.java:37
Method
PathFinderException
Exception caused by route matcher module. @param message additional info
pathfinder/src/main/java/org/cytosm/pathfinder/exceptions/PathFinderException.java:15
Method
PathPlusHints
Constructor that just takes the path. @param path the path
cypher2sql/src/main/java/org/cytosm/cypher2sql/expandpaths/PathPlusHints.java:21
Method
PathVar
(NamedPatternPart pp)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/var/PathVar.java:24
Method
Pattern
(List<PatternPart> patternParts)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/match/pattern/Pattern.java:13
Method
PatternExpression
(final RelationshipChain element)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/PatternExpression.java:11
Method
PatternPart
(final PatternElement element)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/match/pattern/PatternPart.java:11
Method
Pow
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:130
Method
Pow
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:42
Method
ProjectionClause
(boolean distinct, List<ReturnItem> returnItems, OrderBy orderBy, Skip skip, Limit
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/ProjectionClause.java:18
Method
Property
(final Expression map, final PropertyKeyName propertyKey)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Property.java:11
Method
PropertyAccess
(final String propertyAccessed, final Expr expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:79
Method
PropertyKeyName
(final String name)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/PropertyKeyName.java:11
Method
Query
(final QueryPart part)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/Query.java:9
Method
Range
(Literal.Integer lower, Literal.Integer upper)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/match/pattern/Range.java:14
Method
RegexMatch
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:58
Method
RelTypeName
(final String name)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/match/pattern/RelTypeName.java:11
Method
RelVar
(final RelationshipPattern rel)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/var/RelVar.java:16
Method
RelationalGTopInterface
Default constructor. @param gtopLoaded loaded gtop
common/src/main/java/org/cytosm/common/gtop/RelationalGTopInterface.java:34
Method
Relationship
(final RelationshipChain rel, final AvailableVariables availablesVariables)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/rel/Relationship.java:51
Method
RelationshipChain
(final PatternElement element, final RelationshipPattern relationship, final Node
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/match/pattern/RelationshipChain.java:11
Method
RelationshipPattern
(final Variable variable, final Optional<Range> range, final MapExpression prop
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/match/pattern/RelationshipPattern.java:26
Method
RemoveMatchingVariables
(final Map<ScopeSelect, Map<AliasVar, Integer>> useCount)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/UnwrapAliasVar.java:126
Method
RenderingContext
(final List<FromItem> fromItems, final Location location)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/rendering/RenderingContext.java:39
Method
RestrictionClause
Default constructor.
common/src/main/java/org/cytosm/common/gtop/implementation/relational/RestrictionClause.java:27
Method
RestrictionClauses
Default constructor.
common/src/main/java/org/cytosm/common/gtop/implementation/relational/RestrictionClauses.java:20
Method
Return
(boolean distinct, List<ReturnItem> returnItems, OrderBy orderBy, Skip skip, Limit limit)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/Return.java:9
Method
SQLTreeVisitor
(final VarDependencies vars)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/ComputeFromItems.java:61
Method
ScopeSelectIsLeaf
(HashMap<ScopeSelect, Boolean> scopeIsLeaf)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/TransformFunctions.java:54
Method
SelectFolder
(final VarDependencies varDependencies)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/SelectTreeBuilder.java:73
Method
SelectTreeException
(final String message)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/SelectTreeBuilder.java:48
Method
SerializationInterface
Default constructor.
common/src/main/java/org/cytosm/common/gtop/io/SerializationInterface.java:18
Method
SingleQuery
(final List<Clause> clauses)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/SingleQuery.java:13
Method
Skip
(final Expression expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/Skip.java:13
Method
SortItem
(final Expression expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/SortItem.java:12
Method
Span
(int lo, int hi)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/Span.java:10
Method
SpanUtil
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/parser/SpanUtil.java:10
← previous
next →
501–600 of 1,254, ranked by callers