Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We can see current flink many sql statements only support showing with full datas, without 'FROM/IN' or 'LIKE' filter clause.

show create

Support or Not

show create database

No

show create table

Yes

show create view

Yes

show create function

No


describe

Support or Not

note

describe catalog

No

has sqlNode but not support in table api

describe database

No

has sqlNode but not support in table api

describe table

Yes


describe function

No


describe view

No


...

In TableEnvironmentImpl we do filter for returned full results.


Some Operations Some Operations could be added or changed.

...