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
↓ 1 callers
Method
visitProperty
(final Property property)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:43
↓ 1 callers
Method
visitPropertyKeyName
(final PropertyKeyName propertyKeyName)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:90
↓ 1 callers
Method
visitQuery
(final Query query)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:84
↓ 1 callers
Method
visitQuery
(final SingleQuery query)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/VarDependencies.java:224
↓ 1 callers
Method
visitRange
(final Range range)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:99
↓ 1 callers
Method
visitRegexMatch
(RegexMatch expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:66
↓ 1 callers
Method
visitRelTypeName
(final RelTypeName relTypeName)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:95
↓ 1 callers
Method
visitRelationshipChain
(final RelationshipChain relationshipChain)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:91
↓ 1 callers
Method
visitRelationshipPattern
(final RelationshipPattern relationshipPattern)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:94
↓ 1 callers
Method
visitReturn
(final Return ret)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:88
↓ 1 callers
Method
visitReturn
(Return ret)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/VarDependencies.java:239
↓ 1 callers
Method
visitReturnItem
(final ReturnItem returnItem)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:100
↓ 1 callers
Method
visitReturnItemInWith
(final ReturnItem rt, final List<Var> variableList)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/VarDependencies.java:289
↓ 1 callers
Method
visitSingleQuery
(final SingleQuery singleQuery)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:85
↓ 1 callers
Method
visitStartsWith
(StartsWith expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:67
↓ 1 callers
Method
visitStringLiteral
(final Literal.StringLiteral stringLiteral)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:32
↓ 1 callers
Method
visitSubtract
(Subtract expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:59
↓ 1 callers
Method
visitUnaliasedReturnItem
(final ReturnItem.Unaliased unaliasedReturnItem)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:73
↓ 1 callers
Method
visitUnaryAdd
(Unary.Add expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:57
↓ 1 callers
Method
visitUnaryOperator
(ExprTree.Unary expr)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprWalk.java:26
↓ 1 callers
Method
visitUnion
(final Union union)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:83
↓ 1 callers
Method
visitUnionAll
(final Union.All obj)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:79
↓ 1 callers
Method
visitUnionDistinct
(final Union.Distinct obj)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:78
↓ 1 callers
Method
visitUnionSelect
(UnionSelect unionSelect)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/sqltree/visitor/Walk.java:29
↓ 1 callers
Method
visitUnsignedIntegerLiteral
(final Literal.Integer unsignedDecimalIntegerLiteral)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:34
↓ 1 callers
Method
visitVariable
(final Variable variable)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:49
↓ 1 callers
Method
visitVariable
(ExprVar expr)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprWalk.java:28
↓ 1 callers
Method
visitWhere
(final Where where)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:96
↓ 1 callers
Method
visitWith
(final With with)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:102
↓ 1 callers
Method
visitWith
(With with)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/VarDependencies.java:269
↓ 1 callers
Method
visitWithSelect
(WithSelect withSelect)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/sqltree/visitor/Walk.java:30
↓ 1 callers
Method
visitXor
(Xor expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:58
↓ 1 callers
Method
walkASTNode
Pattern match the passed ASTNode but stops at Expression and Literal. This reduce the boilerplate to write a Visitor that is only interested in some b
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:136
↓ 1 callers
Method
walkOtherObject
(ObjectVisitor visitor, Object obj)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/visitor/Walk.java:316
Method
ASTPrinter
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/utils/ASTPrinter.java:14
Method
AbstractEnumerator
Default constructor. @param hasEdgeHints true if there are hints on the edge @param hasNodeHints true if there are hints on the node @param hasVariab
pathfinder/src/main/java/org/cytosm/pathfinder/enumerators/AbstractEnumerator.java:70
Method
AbstractionEdge
Default constructor.
common/src/main/java/org/cytosm/common/gtop/abstraction/AbstractionEdge.java:34
Method
AbstractionLevelGtop
Default constructor.
common/src/main/java/org/cytosm/common/gtop/abstraction/AbstractionLevelGtop.java:24
Method
AbstractionNode
Generates an empty abstraction node.
common/src/main/java/org/cytosm/common/gtop/abstraction/AbstractionNode.java:16
Method
Add
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:106
Method
Add
(Expression unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Unary.java:20
Method
Add
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:37
Method
AliasExpr
(Expr expr, String alias)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:168
Method
AliasVar
(final ReturnItem.Aliased aliased, final AvailableVariables availablesVariables)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/var/AliasVar.java:28
Method
Aliased
(Expression expression, Variable alias)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/ReturnItem.java:20
Method
All
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/Union.java:8
Method
And
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:64
Method
And
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:45
Method
Asc
(final Expression expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/SortItem.java:18
Method
Attribute
Default constructor.
common/src/main/java/org/cytosm/common/gtop/implementation/relational/Attribute.java:32
Method
AvailableVariables
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/AvailableVariables.java:18
Method
Binary
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:9
Method
BoolVal
(final boolean value)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:334
Method
BugFound
(String message)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/exceptions/BugFound.java:8
Method
CanonicalRoutes
Default constructor. @param routes list of routes
pathfinder/src/main/java/org/cytosm/pathfinder/CanonicalRoutes.java:29
Method
CaseExpression
(Expression expression, Expression default_, List<Pair<Expression, Expression>> alte
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/CaseExpression.java:16
Method
ClauseId
(final ASTNode astnode)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/ClauseId.java:29
Method
ClauseVisitor
(String originalCypher)
cypher2sql/src/main/java/org/cytosm/cypher2sql/expandpaths/PathPlusHintsVisitors.java:21
Method
ClauseVisitor
(final Map<ClauseId, List<Var>> usedVariables, final Map<ClauseId, AvailableVariables> reachableVariables,
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/VarDependencies.java:216
Method
CollectUnusedAliasVar
(Map<AliasVar, Integer> useCount, int defaultCountValue)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/UnwrapAliasVar.java:108
Method
ConstBool
(boolean value)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:187
Method
ConstDouble
(double value)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:226
Method
ConstExprException
(final String message)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:22
Method
ConstExprException
(final String message)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstExprException.java:8
Method
ConstExpressionFolder
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:494
Method
ConstList
(List<ConstExprValue> value)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:319
Method
ConstLong
(long value)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:363
Method
ConstMap
(Map<String, ConstExprValue> value)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:341
Method
ConstStr
(String value)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:451
Method
ConstVal
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:11
Method
Contains
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:136
Method
ConversionException
(final String from, final String into)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:40
Method
ConversionException
(final String from, final String into)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConversionException.java:7
Method
CountVisitor
(HashMap<ScopeSelect, Boolean> scopeIsLeaf, GTopInterfaceImpl gtop)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/TransformFunctions.java:81
Method
Cypher2SqlException
(String message)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/exceptions/Cypher2SqlException.java:13
Method
CypherConverter
Default constructor.
cypher2sql/src/main/java/org/cytosm/cypher2sql/expandpaths/CypherConverter.java:36
Method
DecimalDouble
(final String stringValue)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:32
Method
Desc
(final Expression expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/SortItem.java:24
Method
DirectedEnumerator
Default constructor. @param hasEdgeHints true if there are edge hints @param hasNodeHints true if there are node hints @param hasVariables true if th
pathfinder/src/main/java/org/cytosm/pathfinder/enumerators/DirectedEnumerator.java:49
Method
Distinct
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/Union.java:11
Method
Div
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:41
Method
Divide
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:112
Method
DoubleVal
(final double value)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:117
Method
EdgeAttribute
Default Constructor.
common/src/main/java/org/cytosm/common/gtop/implementation/relational/EdgeAttribute.java:21
Method
EndsWith
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:88
Method
EnumeratorDriver
Default constructor. @param enumeratorType type of enumerator used on the driver
pathfinder/src/main/java/org/cytosm/pathfinder/enumerators/EnumeratorDriver.java:45
Method
EnumeratorFilter
Default constructor. @param enumerator enumerator used
pathfinder/src/main/java/org/cytosm/pathfinder/enumerators/EnumeratorFilter.java:44
Method
Eq
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:44
Method
Equals
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:28
Method
ExpandCypher
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/expandpaths/ExpandCypher.java:55
Method
ExpandNodeVarWithGtop
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/ExpandNodeVarWithGtop.java:30
Method
ExpandRelsAsJoins
(final VarDependencies vars, GTopInterfaceImpl gTopInterface)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/PopulateJoins.java:108
Method
ExpandSelectInUnionAndComputeTableNames
(final GTopInterfaceImpl gTopInterface)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/ExpandNodeVarWithGtop.java:83
Method
ExpansionEdge
Default constructor. @param attributes attributes from the edge @param cypherInformation additional edge information available in the cypher
pathfinder/src/main/java/org/cytosm/pathfinder/routeelements/ExpansionEdge.java:54
Method
ExpansionElement
Default constructor, used for cloning.
pathfinder/src/main/java/org/cytosm/pathfinder/routeelements/ExpansionElement.java:46
Method
ExpansionNode
Default constructor. @param types node types. @param attributes attributes of the node @param argVariable variables used to refer to given node
pathfinder/src/main/java/org/cytosm/pathfinder/routeelements/ExpansionNode.java:38
Method
ExprFn
(String cypherName, List<Expr> args)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprFn.java:45
Method
ExprFolder
(final List<FromItem> fromItemsContext)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/UnwrapPropertyAccess.java:62
Method
ExprFolder
(final AvailableVariables availablesVariables)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTreeBuilder.java:46
Method
ExprTree
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:17
← previous
next →
401–500 of 1,254, ranked by callers