Interface ViewDefinition


  • public interface ViewDefinition
    • Field Detail

      • EMPTY_SCHEMA

        static final org.apache.iceberg.Schema EMPTY_SCHEMA
    • Method Detail

      • sql

        String sql()
        Returns the view query SQL text.
        Returns:
        the view query SQL text
      • schema

        org.apache.iceberg.Schema schema()
        Returns the view query output schema.
        Returns:
        the view query output schema
      • sessionCatalog

        String sessionCatalog()
        Returns the session catalog when the view is created.
        Returns:
        the session catalog
      • sessionNamespace

        List<String> sessionNamespace()
        Returns the session namespace when the view is created.
        Returns:
        the session namespace