Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimonEjenstam/neo4j-gpu
/ functions
Functions
286 in github.com/SimonEjenstam/neo4j-gpu
⨍
Functions
286
◇
Types & classes
67
Method
getLabelForId
Returns the Node label for the supplied GPU translation @param labelId A GPU label previously translated from a Node label using {@link LabelDictiona
src/main/java/se/simonevertsson/gpu/dictionary/LabelDictionary.java:61
Method
getNodes
()
src/main/java/se/simonevertsson/runner/QueryRelationship.java:42
Method
getOtherNode
(Node node)
src/main/java/se/simonevertsson/runner/QueryRelationship.java:38
Method
getProperty
(String s)
src/main/java/se/simonevertsson/runner/QueryRelationship.java:62
Method
getProperty
(String s)
src/main/java/se/simonevertsson/runner/QueryNode.java:153
Method
getPropertyKeys
()
src/main/java/se/simonevertsson/runner/QueryRelationship.java:78
Method
getPropertyKeys
()
src/main/java/se/simonevertsson/runner/QueryNode.java:169
Method
getRelationshipTypes
()
src/main/java/se/simonevertsson/runner/QueryNode.java:96
Method
getSingleRelationship
(RelationshipType relationshipType, Direction direction)
src/main/java/se/simonevertsson/runner/QueryNode.java:81
Method
hasLabel
(Label label)
src/main/java/se/simonevertsson/runner/QueryNode.java:137
Method
hasProperty
(String s)
src/main/java/se/simonevertsson/runner/QueryRelationship.java:58
Method
hasProperty
(String s)
src/main/java/se/simonevertsson/runner/QueryNode.java:149
Method
hasRelationship
()
src/main/java/se/simonevertsson/runner/QueryNode.java:45
Method
hashCode
()
src/main/java/se/simonevertsson/runner/QueryLabel.java:23
Method
isType
(RelationshipType relationshipType)
src/main/java/se/simonevertsson/runner/QueryRelationship.java:50
Method
main
(String[] args)
src/main/java/se/simonevertsson/Main.java:19
Method
refine
(List<Node> visitOrder)
src/main/java/se/simonevertsson/gpu/query/candidate/refinement/CandidateRefinement.java:30
Method
removeLabel
(Label label)
src/main/java/se/simonevertsson/runner/QueryNode.java:133
Method
removeProperty
(String s)
src/main/java/se/simonevertsson/runner/QueryRelationship.java:74
Method
removeProperty
(String s)
src/main/java/se/simonevertsson/runner/QueryNode.java:165
Method
run
()
src/main/java/se/simonevertsson/db/DatabaseService.java:40
Method
setProperty
(String s, Object o)
src/main/java/se/simonevertsson/runner/QueryRelationship.java:70
Method
setProperty
(String s, Object o)
src/main/java/se/simonevertsson/runner/QueryNode.java:161
Method
setUp
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionCombinationCounterTest.java:27
Method
setUp
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionCombinationGeneratorTest.java:27
Method
setUp
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionInitializerTest.java:27
Method
setUp
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionValidatorTest.java:27
Method
setUp
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionPrunerTest.java:27
Method
setUp
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionRelationshipCombinerTest.java:27
Method
setUp
()
src/test/java/se/simonevertsson/experiments/QueryGraphGeneratorTest.java:19
Method
testCombineRelationshipWithRelationship1WhenRelationship2And0Visited
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionRelationshipCombinerTest.java:162
Method
testCombineRelationshipWithRelationship2WhenRelationship0And1Visited
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionRelationshipCombinerTest.java:208
Method
testCountCandidateRelationshipsYieldsCorrectResultWithQueryRelationship1
()
src/test/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipCounterTest.java:19
Method
testCountCandidateRelationshipsYieldsCorrectResultWithQueryRelationship2
()
src/test/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipCounterTest.java:61
Method
testCountCandidateRelationshipsYieldsCorrectResultWithQueryRelationship3
()
src/test/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipCounterTest.java:103
Method
testCreateInitialPossibleSolutionsWithRelationship0
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionInitializerTest.java:173
Method
testCreateInitialPossibleSolutionsWithRelationship1
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionInitializerTest.java:202
Method
testCreateInitialPossibleSolutionsWithRelationship2
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionInitializerTest.java:229
Method
testEqualsShouldReturnFalseWhenComparedObjectHasDifferentSolutionElementKeys
()
src/test/java/se/simonevertsson/gpu/query/QuerySolutionTest.java:93
Method
testEqualsShouldReturnFalseWhenComparedObjectHasDifferentSolutionElementValues
()
src/test/java/se/simonevertsson/gpu/query/QuerySolutionTest.java:60
Method
testEqualsShouldReturnFalseWhenComparedObjectIsNotAQuerySolution
()
src/test/java/se/simonevertsson/gpu/query/QuerySolutionTest.java:16
Method
testEqualsShouldReturnFalseWhenComparedObjectIsNotOfSameSize
()
src/test/java/se/simonevertsson/gpu/query/QuerySolutionTest.java:29
Method
testEqualsShouldReturnTrueWhenComparedObjectHasEqualSolutionElements
()
src/test/java/se/simonevertsson/gpu/query/QuerySolutionTest.java:126
Method
testEqualsShouldReturnTrueWhenComparedObjectHasEqualSolutionElementsWithHighAndLowValues
()
src/test/java/se/simonevertsson/gpu/query/QuerySolutionTest.java:179
Method
testEqualsShouldReturnTrueWhenComparedToItself
()
src/test/java/se/simonevertsson/gpu/query/QuerySolutionTest.java:159
Method
testExploreCandidatesYieldsCorrectResultWithQueryNode1
()
src/test/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateExplorerTest.java:20
Method
testExploreCandidatesYieldsCorrectResultWithQueryNode2
()
src/test/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateExplorerTest.java:71
Method
testExploreCandidatesYieldsCorrectResultWithQueryNode3
()
src/test/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateExplorerTest.java:121
Method
testExploreCandidatesYieldsCorrectResultWithQueryNode4
()
src/test/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateExplorerTest.java:171
Method
testFindCandidateRelationshipsYieldsCorrectResultWithQueryRelationship1
()
src/test/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipFinderTest.java:21
Method
testFindCandidateRelationshipsYieldsCorrectResultWithQueryRelationship2
()
src/test/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipFinderTest.java:96
Method
testFindCandidateRelationshipsYieldsCorrectResultWithQueryRelationship3
()
src/test/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipFinderTest.java:171
Method
testFindQueryRelationshipIdWithMinimumCandidates
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionInitializerTest.java:162
Method
testGatherCandidates
()
src/test/java/se/simonevertsson/gpu/query/QueryUtilsTest.java:12
Method
testGenerateQueryGraph
()
src/test/java/se/simonevertsson/gpu/query/SpanningTreeGeneratorTest.java:14
Method
testGenerateSolutionCombinationsWithRelationship0WhenRelationship2Visited
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionCombinationGeneratorTest.java:162
Method
testGenerateSolutionCombinationsWithRelationship1WhenRelationship0Visited
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionCombinationGeneratorTest.java:230
Method
testGeneratesCorrectLabels
()
src/test/java/se/simonevertsson/gpu/graph/GpuGraphConverterTest.java:13
Method
testGeneratesCorrectRelationships
()
src/test/java/se/simonevertsson/gpu/graph/GpuGraphConverterTest.java:28
Method
testInitializePossibleSolution
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionInitializerTest.java:258
Method
testInsertLabelShouldIncreaseIdForDifferentLabels
()
src/test/java/se/simonevertsson/gpu/dictionary/LabelDictionaryTest.java:19
Method
testInsertLabelShouldNotIncreaseIdForSameLabel
()
src/test/java/se/simonevertsson/gpu/dictionary/LabelDictionaryTest.java:7
Method
testPruneSolutionWithRelationship1WhenRelationship2And0Visited
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionPrunerTest.java:162
Method
testPruneSolutionWithRelationship2WhenRelationship0And1Visited
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionPrunerTest.java:230
Method
testRefineCandidatesYieldsCorrectResultWithQueryNode1
()
src/test/java/se/simonevertsson/gpu/query/candidate/refinement/CandidateRefineryTest.java:20
Method
testRefineCandidatesYieldsCorrectResultWithQueryNode2
()
src/test/java/se/simonevertsson/gpu/query/candidate/refinement/CandidateRefineryTest.java:72
Method
testRefineCandidatesYieldsCorrectResultWithQueryNode3
()
src/test/java/se/simonevertsson/gpu/query/candidate/refinement/CandidateRefineryTest.java:123
Method
testRefineCandidatesYieldsCorrectResultWithQueryNode4
()
src/test/java/se/simonevertsson/gpu/query/candidate/refinement/CandidateRefineryTest.java:174
Method
testReturnsAValidQueryGraph
()
src/test/java/se/simonevertsson/experiments/QueryGraphGeneratorTest.java:26
Method
testShouldReturnCorrectAliases
()
src/test/java/se/simonevertsson/runner/AliasDictionaryTest.java:11
Method
testToString
()
src/test/java/se/simonevertsson/gpu/dictionary/LabelDictionaryTest.java:31
Method
testValidateSolutionWithRelationship1WhenRelationship2And0Visited
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionValidatorTest.java:162
Method
testValidateSolutionWithRelationship2WhenRelationship0And1Visited
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionValidatorTest.java:208
Method
testYieldsCorrectOutputForMockQueryWithQueryNode1
()
src/test/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateCheckerTest.java:19
Method
testYieldsCorrectOutputForMockQueryWithQueryNode2
()
src/test/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateCheckerTest.java:47
Method
testYieldsCorrectOutputForMockQueryWithQueryNode3
()
src/test/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateCheckerTest.java:76
Method
testYieldsCorrectOutputForMockQueryWithQueryNode4
()
src/test/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateCheckerTest.java:105
Method
testcountSolutionCombinationsWithRelationship0AndStartNodeUnvisited
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionCombinationCounterTest.java:200
Method
testcountSolutionCombinationsWithRelationship1AndStartNodeVisited
()
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionCombinationCounterTest.java:162
Method
toString
()
src/main/java/se/simonevertsson/gpu/query/QuerySolution.java:30
Method
toString
()
src/main/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationships.java:90
Method
toString
()
src/main/java/se/simonevertsson/gpu/query/relationship/join/PossibleSolutions.java:41
Method
toString
()
src/main/java/se/simonevertsson/gpu/dictionary/TypeDictionary.java:34
Method
toString
()
src/main/java/se/simonevertsson/gpu/dictionary/QueryIdDictionary.java:37
Method
traverse
(Traverser.Order order, StopEvaluator stopEvaluator, ReturnableEvaluator returnableEvaluator, RelationshipType
src/main/java/se/simonevertsson/runner/QueryNode.java:117
Method
validateQuerySolutions
(DatabaseService databaseService, Set<String> results)
src/main/java/se/simonevertsson/experiments/PerformanceExperiment.java:288
← previous
201–286 of 286, ranked by callers