Giter Site home page Giter Site logo

dorisparser's Introduction

dorisparser's People

Contributors

dlupan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

dorisparser's Issues

clickhouse的select解析不了吗?

@test
public void selctTableModifyColumnTest() {
String sql = "SELECT a ,app,b from record.filter_record_all where a>1 ;";
ClickHouseLexer lexer = new ClickHouseLexer(CharStreams.fromString(sql));
CommonTokenStream commonTokenStream = new CommonTokenStream(lexer);
ClickHouseParser parser = new ClickHouseParser(commonTokenStream);
parser.addErrorListener(ClickHouseErrorListener.INSTANCE);
ClickHouseParser.QueryStmtContext queryStmtContext = parser.queryStmt();
QueryStmtVisitor visitor = new QueryStmtVisitor().init();
queryStmtContext.accept(visitor);
System.out.println(visitor.getParserVo());
}

output:
columnDefList=[], tableName=filter_record_all, newTableName=null, tableChinese=null, tableDesc=null, dbName=record

没有select后面的字段,where后面的也没有?
辛苦了~~

cup-maven-plugin 插件问题

        <plugin>
            <groupId>net.sourceforge.czt.dev</groupId>
            <artifactId>cup-maven-plugin</artifactId>
            <version>1.6-cdh</version>

这个插件,我这边下载不下来,找不到

Doris STRING 类型问题

可以新增对Doris STRING 类型的支持吗,我自己魔改了一下,勉强能用,但是改得不够全面,希望能支持一下

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.