Class TableFeature.WriterFeature

Object
io.delta.kernel.internal.tablefeatures.TableFeature
io.delta.kernel.internal.tablefeatures.TableFeature.WriterFeature
Enclosing class:
TableFeature

public abstract static class TableFeature.WriterFeature extends TableFeature
A base class for all non-legacy table writer features.
  • Constructor Details

    • WriterFeature

      public WriterFeature(String featureName, int minWriterVersion)
  • Method Details

    • hasKernelReadSupport

      public boolean hasKernelReadSupport()
      Description copied from class: TableFeature
      Does Kernel has support to read a table containing this feature? Default implementation returns true. Features should override this method if they have special requirements or not supported by the Kernel yet.
      Overrides:
      hasKernelReadSupport in class TableFeature
      Returns:
      true if Kernel has support to read a table containing this feature.