Skip to content

Commit

Permalink
Mongo Drill Conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeban committed Aug 18, 2016
1 parent 9f6613c commit c29f3ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions documentation/src/main/resources/Mongo-Drill-Conversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ This can be expressed as the below in Drill:
from mongo.CAMICROSCOPE.`testUAIM2` as camic WHERE ((camic.provenance.image.case_id = 'TCGA-02-0001-01Z-00-DX1') AND (camic.provenance.analysis.execution_id = 'tammy-test:7') AND (camic.footprint >= 800) AND (camic.x >= 0) AND (camic.x <=1) AND (camic.y >= 0) AND (camic.y <= 1));


// Working
select camic._id, camic.type, camic.parent_id, camic.randval, camic.creation_date, camic.object_type, camic.x, camic.y, camic.normalized, camic.bbox
from mongo.CAMICROSCOPE.`testUAIM2` as camic WHERE ((camic.provenance.image.case_id = 'TCGA-02-0001-01Z-00-DX1') AND (camic.provenance.analysis.execution_id = 'tammy-test:7') AND (camic.footprint >= 800) AND (camic.x >= 0) AND (camic.x <=1) AND (camic.y >= 0) AND (camic.y <= 1));



or just a few attributes:

Expand Down

0 comments on commit c29f3ae

Please sign in to comment.