Code Monkey home page Code Monkey logo

dremel's People

dremel's Issues

Console

Make a decent console UI for the Dremel project

Original issue reported on code.google.com by camuel on 22 Oct 2010 at 6:56

WebService

WebService polymorphic to Google BigQuery

Original issue reported on code.google.com by camuel on 22 Oct 2010 at 6:59

LIMIT is not supported by the parser

The BQL 
SELECT COUNT(*), word FROM [Table] WHERE word CONTAINS 'th' GROUP_BY word LIMIT 
5;

is parsed into AST:


(N_SELECT_STATEMENT (N_FROM (N_TABLE_NAME [Table])) (N_SELECT (N_CREATE_COLUMN 
(N_EXPRESSION (N_CALL_PARAMS (N_EXPRESSION (N_COLUMN (N_COLUMN_NAME *))) 
(N_COLUMN (N_COLUMN_NAME COUNT))))) (N_CREATE_COLUMN (N_EXPRESSION (N_COLUMN 
(N_COLUMN_NAME word))))) (N_WHERE (N_EXPRESSION (N_CONTAINS (N_COLUMN 
(N_COLUMN_NAME word)) (N_STRING 'th')))))

And LIMIT is never mentioned

Original issue reported on code.google.com by [email protected] on 16 Jan 2011 at 3:32

AST to SemanticModel conversion

According to what is written in mailing list.

Classes Query and Expression must be build according to full BQL grammar.

Original issue reported on code.google.com by camuel on 22 Oct 2010 at 6:44

Example of QueryParsing problem

Parsing of the query contain DocId field causes error: 
line 1:8 mismatched character 'O' expecting ' '
Andi in the result AST DocId field is replaced with cId.

Original issue reported on code.google.com by [email protected] on 20 Jan 2011 at 10:38

TestSuite

TestSuite for validating correctness of BQL query execution

Original issue reported on code.google.com by camuel on 22 Oct 2010 at 6:57

Create Ant script for the project

make use of Ivy to simplify upgrading third party components.

Meanwhile the one generated by Eclipse is used

Original issue reported on code.google.com by camuel on 22 Oct 2010 at 6:52

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.