davidradl commented on code in PR #26121:
URL: https://github.com/apache/flink/pull/26121#discussion_r1952905299


##########
flink-python/docs/reference/pyflink.table/catalog.rst:
##########
@@ -250,3 +250,84 @@ A CatalogDescriptor is a template for creating a catalog 
instance. It closely re
     :toctree: api/
 
     CatalogDescriptor.of
+
+
+Column
+------
+
+Representation of a column in a :class:`~pyflink.table.ResolvedSchema`.
+
+A table column describes either a 
:class:`pyflink.table.catalog.PhysicalColumn`,
+:class:`pyflink.table.catalog.ComputedColumn`, or 
:class:`pyflink.table.catalog.MetadataColumn`.
+
+Every column is fully resolved. The enclosed 
:class:`~pyflink.table.types.DataType`

Review Comment:
   nit: when we say "Every column is fully resolved.", by which we mean ....



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to