Class IcebergView

    • Constructor Detail

      • IcebergView

        public IcebergView()
    • Method Detail

      • getMetadataLocation

        @NotNull
        @NotBlank
        public abstract @NotNull @NotBlank String getMetadataLocation()
        Location where Iceberg stored its ViewMetadata file. The location depends on the (implementation of) Iceberg's FileIO configured for the particular Iceberg table.
      • getVersionId

        public abstract int getVersionId()
      • getSchemaId

        public abstract int getSchemaId()
      • getSqlText

        @NotBlank
        @NotNull
        public abstract @NotBlank @NotNull String getSqlText()
      • getDialect

        @NotNull
        @NotBlank
        public abstract @NotNull @NotBlank String getDialect()
      • getType

        public Content.Type getType()
        Description copied from class: Content
        Returns the Content.Type enum constant for this content object.

        The name of the returned enum value should match the JSON type name used for serializing the content object.

        Specified by:
        getType in class Content