Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
a5dbd157
Commit
a5dbd157
authored
Nov 16, 2017
by
Graham Wallis
Committed by
Madhan Neethiraj
Nov 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2263: Update comment in TinkerpopGraphQuery.java
Signed-off-by:
Madhan Neethiraj
<
madhan@apache.org
>
parent
b57d16ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
TinkerpopGraphQuery.java
...pository/graphdb/tinkerpop/query/TinkerpopGraphQuery.java
+5
-5
No files found.
graphdb/common/src/main/java/org/apache/atlas/repository/graphdb/tinkerpop/query/TinkerpopGraphQuery.java
View file @
a5dbd157
...
...
@@ -35,15 +35,15 @@ import java.util.List;
import
java.util.Set
;
/**
*
TODO!! - update comment
* Abstract implementation of AtlasGraphQuery that is used by
both Titan 0.5.4
*
and Titan 1.0.0.
*
* Abstract implementation of AtlasGraphQuery that is used by
Titan 0.5.4,
*
Titan 1.0.0 and JanusGraph
* <p>
* Represents a graph query as an OrConditions which consists of
* 1 or more AndConditions. The query is executed by converting
* the AndConditions to native GraphQuery instances that can be executed
* directly against Ti
tan. The overall result is obtained by unioning together
* the results from those individual GraphQueries.
* directly against Ti
nkerpop GraphDB. The overall result is obtained by
*
unioning together
the results from those individual GraphQueries.
* <p>
* Here is a pictoral view of what is going on here. Conceptually,
* the query being executed can be though of as the where clause
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment