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
StartsWith
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:82
Method
Statement
(final Query query)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/Statement.java:9
Method
StrVal
(final String value)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:73
Method
StringLiteral
(final String stringValue)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:65
Method
Sub
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:38
Method
Subtract
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:100
Method
Subtract
(Expression unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Unary.java:25
Method
TempVar
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/var/TempVar.java:20
Method
TraversalHop
Default constructor.
common/src/main/java/org/cytosm/common/gtop/implementation/relational/TraversalHop.java:68
Method
TraversalPath
Default constructor.
common/src/main/java/org/cytosm/common/gtop/implementation/relational/TraversalPath.java:23
Method
True
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:80
Method
TypeError
(String description)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/exceptions/TypeError.java:7
Method
Unaliased
(Expression expression, String inputText)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/ReturnItem.java:31
Method
Unary
(final Expression unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Unary.java:10
Method
Unary
(Expr unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:57
Method
UnaryAdd
(Expr unary)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:71
Method
UndefinedVariableException
(final String varname)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTreeBuilder.java:36
Method
UndirectedEnumerator
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/UndirectedEnumerator.java:36
Method
Unimplemented
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/exceptions/Unimplemented.java:9
Method
UnimplementedException
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:34
Method
UnimplementedException
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTreeBuilder.java:32
Method
UnknownOperation
(final String message)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/UnknownOperation.java:6
Method
UnkownOperation
(final String message)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:28
Method
Unreachable
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/exceptions/Unreachable.java:7
Method
UnsignedInteger
(final String stringValue)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Literal.java:48
Method
Var
(ASTNode n)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/var/Var.java:33
Method
VarDependencies
(final Statement statement)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/VarDependencies.java:61
Method
Variable
(final String name)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Variable.java:9
Method
Where
(Expression expression)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/Where.java:12
Method
With
(boolean distinct, List<ReturnItem> returnItems, OrderBy orderBy, Skip skip, Limit limit, Where where)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/clause/projection/With.java:14
Method
WithSelect
(BaseSelect subquery)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/sqltree/WithSelect.java:17
Method
Xor
(Expression lhs, Expression rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/ast/expression/Binary.java:76
Method
Xor
(Expr lhs, Expr rhs)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/expr/ExprTree.java:48
Method
add
(ConstExprValue other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:76
Method
add
(ConstExprValue other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:255
Method
add
(ConstExprValue other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:392
Method
add
(ConstExprValue other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:455
Method
add
(final Var variable)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/AvailableVariables.java:44
Method
add
(Literal other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:15
Method
add
(Literal other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:107
Method
add
(Literal other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:151
Method
add
(Literal other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:250
Method
addJoin
(BaseJoin join)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/sqltree/SimpleSelectWithLeftJoins.java:37
Method
addJoin
(BaseJoin join)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/sqltree/SimpleSelectWithInnerJoins.java:37
Method
addJoin
(BaseJoin join)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/sqltree/SimpleSelect.java:101
Method
addReturnHintsToAllPaths
Merges all the hints from the return clause to all path hints extracted from other clauses @param matches hints found on clause analysis @param retur
cypher2sql/src/main/java/org/cytosm/cypher2sql/expandpaths/ExtractPath.java:93
Method
addVarToFromItemProvidingAlias
(AliasVar aliasVar, Var var)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/UnwrapPropertyAccess.java:66
Method
and
(ConstExprValue other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:106
Method
and
(ConstExprValue other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:211
Method
and
(Literal other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:34
Method
and
(Literal other)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:378
Method
apply
(T1 arg1, T2 arg2)
cypher2sql/src/main/java/org/cytosm/cypher2sql/utils/Fn2.java:7
Method
apply
(int t)
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/exceptions/fns/LambdaExceptionUtil.java:24
Method
asBool
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:156
Method
asBool
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:196
Method
asBool
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:66
Method
asBool
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:87
Method
asBool
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:131
Method
asBool
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:230
Method
asBool
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:348
Method
asDouble
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:166
Method
asDouble
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:245
Method
asDouble
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:382
Method
asDouble
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:474
Method
asDouble
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:65
Method
asDouble
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:102
Method
asDouble
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:146
Method
asDouble
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:245
Method
asDouble
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:358
Method
asLong
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:161
Method
asLong
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:240
Method
asLong
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:377
Method
asLong
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:465
Method
asLong
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:64
Method
asLong
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:97
Method
asLong
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:141
Method
asLong
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:240
Method
asLong
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:363
Method
asObject
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:171
Method
asObject
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:250
Method
asObject
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:328
Method
asObject
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:350
Method
asObject
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:387
Method
asObject
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:483
Method
asStr
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:151
Method
asStr
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:235
Method
asStr
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:372
Method
asStr
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:460
Method
asStr
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:63
Method
asStr
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:92
Method
asStr
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:136
Method
asStr
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:235
Method
asStr
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/lowering/typeck/constexpr/ConstVal.java:353
Method
claimElementToSegment
Claims that element to a defined segment.
pathfinder/src/main/java/org/cytosm/pathfinder/routeelements/ExpansionNode.java:75
Method
className
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:178
Method
className
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:191
Method
className
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:230
Method
className
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:323
Method
className
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:345
Method
className
()
cypher2sql/src/main/java/org/cytosm/cypher2sql/cypher/constexpr/ConstExpressionFolder.java:367
← previous
next →
601–700 of 1,254, ranked by callers