morrySnow commented on code in PR #1817: URL: https://github.com/apache/doris-website/pull/1817#discussion_r1918880710
########## docs/sql-manual/sql-functions/table-valued-functions/iceberg-meta.md: ########## @@ -23,77 +23,65 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - -## iceberg_meta - -### Name - -iceberg_meta - ### description iceberg_meta table-valued-function(tvf), Use for read iceberg metadata, operation history, snapshots of table, file metadata etc. #### syntax ```sql -iceberg_meta( - "table" = "ctl.db.tbl", - "query_type" = "snapshots" - ... +ICEBERG_META( + "table" = "<table>", + "query_type" = "<snapshots>" ); ``` -**parameter description** +## Required Parameters +Each parameter in the `iceberg_meta` table function (tvf) is a `"key"="value"` pair. -Each parameter in iceberg_meta tvf is a pair of `"key"="value"`. +**1. `<table>`** Review Comment: 参数列表,函数部分我们统一使用表格的形式 ########## docs/sql-manual/sql-functions/table-valued-functions/iceberg-meta.md: ########## @@ -23,77 +23,65 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - -## iceberg_meta - -### Name - -iceberg_meta - ### description iceberg_meta table-valued-function(tvf), Use for read iceberg metadata, operation history, snapshots of table, file metadata etc. #### syntax ```sql -iceberg_meta( - "table" = "ctl.db.tbl", - "query_type" = "snapshots" - ... +ICEBERG_META( + "table" = "<table>", + "query_type" = "<snapshots>" Review Comment: 这里写的<snapshots>下面参数列表里面是<query_type> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
