Closed BohuTANG closed 9 months ago
Now, what we have left are these objects need to do:
I want to try implementing some of them. I will try to track in this comment.
Add:
Seems all is here.
External Function has been supported in #14581.
create share
only create a named share, without any other params, i think there is no need to impl or replace
when create share: https://docs.databend.com/sql/sql-commands/ddl/share/
Spilled out https://github.com/datafuselabs/databend/issues/14661, this tracking is all done.
Summary
CREATE OR REPLACE
means "if the object exists, drop it, then create it", with it we can simple all the object operations:into one: