view
View
¶
An Iceberg view.
Source code in pyiceberg/view/__init__.py
properties
property
¶
Return a map of string properties for this view.
versions
property
¶
Get the versions of this view.
__eq__(other)
¶
Return the equality of two instances of the View class.
current_version()
¶
history()
¶
location()
¶
name()
¶
schema()
¶
schemas()
¶
sql_for(dialect)
¶
Return the view representation for the sql dialect, or None if no representation could be resolved.
Source code in pyiceberg/view/__init__.py
uuid()
¶
version(version_id)
¶
Get the version in this view by ID, or None if the ID cannot be found.