Commit graph

25 commits

Author SHA1 Message Date
travisturner
52f1b3661e rename QueryList to PqlList for clarity 2014-01-13 11:16:23 -06:00
travisturner
66f3aeb21c add support for macros, with Otto javascript to insert filters into macro 2014-01-10 17:51:19 -06:00
travisturner
c1edbb9382 preparation for macro support. clean up the RunQuery logic 2014-01-10 13:24:53 -06:00
travisturner
a500044b40 add in base classes for QueryStep, QueryResult 2014-01-09 10:02:40 -06:00
travisturner
6b13091ca0 remove debugging code 2014-01-08 15:37:37 -06:00
travisturner
bc62bc47e9 PortableQueryStep interface to help transfer query-steps across processes 2014-01-08 15:08:54 -06:00
travisturner
b2c9b1860d Union/Intersect Query & Result support 2014-01-08 12:11:02 -06:00
travisturner
71c782ae6a create Get/Count QueryResult as a db.HoldResult to return results. added ResultData() method to HoldResult interface 2014-01-08 11:15:17 -06:00
travisturner
695f10d668 minor code cleanup 2014-01-07 18:54:24 -06:00
travisturner
524b1e36b9 create CatQueryResult as a db.HoldResult to return results 2014-01-07 18:44:51 -06:00
travisturner
fc5eb909ae remove some debugging lines 2014-01-07 17:43:57 -06:00
travisturner
266f772c17 got some basic cat/count/bitmap-handles working 2014-01-07 12:23:01 -06:00
travisturner
763a649f1a make profile_id uint64. handle Get/Set/Cat QuerySteps 2014-01-06 20:18:41 -06:00
travisturner
0679ed17a2 convert UUID to use "tux21b.org/v1/gocql/uuid" 2014-01-03 17:47:22 -06:00
travisturner
7fc18eca93 a basic executor and QueryStep handler 2014-01-03 15:14:51 -06:00
travisturner
b8be246029 remove temp http server from Transport 2013-12-31 14:05:09 -06:00
travisturner
bbabae12ef stub out the service.Executor process 2013-12-31 13:45:55 -06:00
travisturner
fc75d37300 add support for Set() queries to lexer/parser/planner 2013-12-30 13:31:40 -06:00
travisturner
0ea1b17ea1 add query.Execute(pql) to http/query handler 2013-12-27 13:46:07 -06:00
travisturner
d7a3ecd70a query parser and planner (PQL string > lex > tokens > parser > query > planner > query plan) 2013-12-27 11:20:45 -06:00
Cody Soyland
781ecd0ce4 gofmt all the things! 2013-12-16 11:21:27 -06:00
travisturner
f6c712caf6 Lexer updates. DB topology updates 2013-12-06 07:54:19 -06:00
Cody Soyland
4fa9c329c2 Add new lexer. 2013-11-26 16:22:01 -06:00
Cody Soyland
8c3e2a8be0 Move around things. 2013-10-25 17:07:58 -05:00
Cody Soyland
3f2ff1a0e3 Initial work on query planner, parser, and connection logic. 2013-10-16 17:34:43 -05:00