Git Product home page Git Product logo

Comments (6)

matthewcbrown avatar matthewcbrown commented on May 6, 2024

C++ API is still unstable for the most part (we don't recommend attempting to use it), except ExtractTableNamesFromScript. I'll add java support for that method, but general support for scripting in java is not on the roadmap.

from zetasql.

Longxiang-Bai avatar Longxiang-Bai commented on May 6, 2024

@matthewcbrown

Thanks for your reply, I am wondering if there is a timeline? And how to differentiate scripting and sql?

from zetasql.

matthewcbrown avatar matthewcbrown commented on May 6, 2024

Timeline is, hopefully, later today, or Monday at the latest.
Anything with a semi colon (;) (outside of comments and strings obviously) is almost certainly a script.
However, any valid SQL is also a valid script, so if you are only using the (soon to be added) extractTableNamesFromScript method, it should work for everything.
If you are doing more complex stuff (like dealing with the ResolvedAST), this only works on SQL. We're talking about how we could add an API to do static analysis of scripts, but it gets a little tricky with DDL, branching and looping. So, no timeline on when we could have that.

from zetasql.

Longxiang-Bai avatar Longxiang-Bai commented on May 6, 2024

Thank you so much for the reply.

Looking forward to the extractTableNamesFromScript.

from zetasql.

matthewcbrown avatar matthewcbrown commented on May 6, 2024

github is updated, but maven release will be delayed likely until 2020-09-01

from zetasql.

matthewcbrown avatar matthewcbrown commented on May 6, 2024

should be available in maven central now, version 2020.09.1

from zetasql.

Related Issues (20)

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.