davidradl commented on code in PR #26121:
URL: https://github.com/apache/flink/pull/26121#discussion_r1952911157
##########
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`
+indicates whether the column is a time attribute and thus might differ from
the original
Review Comment:
nit: I am not sure how to read this sentence, what do we mean by original
here? and what might be expected to be different around time attributes.
--
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]