EncryptionType.java

package tech.tablesaw.io.saw;

/**
 * Indicates the type of compression to use
 *
 * <p>This is a placeholder so we can add an encryption transform to the streams later without
 * modifying the SawMetadata class
 */
public enum EncryptionType {
  NONE,
}