All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bio.ferlab.datalake.commons.config.ReadOptions.scala Maven / Gradle / Ivy

There is a newer version: 14.8.0
Show newest version
package bio.ferlab.datalake.commons.config

/**
 * List of read options supported. More options are supported.
 */
object ReadOptions {
  final val PARTITION_COLUMN = "partitionColumn"
  final val LOWER_BOUND = "lowerBound"
  final val UPPER_BOUND = "upperBound"
  final val NUM_PARTITIONS = "numPartitions"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy