Class DeltaLakeTable

    • Constructor Detail

      • DeltaLakeTable

        public DeltaLakeTable()
    • Method Detail

      • getMetadataLocationHistory

        @NotNull
        public abstract @NotNull List<String> getMetadataLocationHistory()
      • getCheckpointLocationHistory

        @NotNull
        public abstract @NotNull List<String> getCheckpointLocationHistory()
      • 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