秦歌
秦歌
I understand that the code you're referring to pertains to some formatting properties of the table itself rather than individual cells. If we need to extend functionality for specific cell...
Does starrocks java udf have any reference value?
This is a great feature. SQL formatting, removing comments, and highlighting keywords are all very practical capabilities. If necessary, I can also contribute what I can.
I think we only need to provide some built-in visitors like alibaba/druid to meet the needs, which will also help others learn and use sqlparser @alamb
Of course, this is a small case for SQL engine developers. I want to provide some SqlUtils to attract more developers. I will try to do something. If there is...
It seems to be just an optional keyword, like AS, INNER JOIN, which can be abbreviated or omitted in many databases @yoavcloud
> > I am not quite sure what you mean by "partial parse of a sql string" -- maybe you mean the parser would be able to produce an AST...
From a practical perspective, the requirement to "parse only a portion of a SQL statement" isn't yet clear, and I haven't encountered a similar use case in my existing projects....