Packages

o

ai.tripl.arc.config

ConfigUtils

object ConfigUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkValidKeys(c: Config)(expectedKeys: ⇒ Seq[String]): Either[Errors, String]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getBlob(path: String, uri: URI)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, String]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getConfigString(uri: URI, arcContext: ARCContext)(implicit spark: SparkSession, logger: Logger): Either[List[Error], String]
  13. def getExtractColumns(uriKey: String, authentication: Either[Errors, Option[Authentication]])(uri: URI)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, List[ExtractColumn]]
  14. def getJDBCDriver(path: String)(uri: String)(implicit c: Config): Either[Errors, Driver]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def injectSQLParams(path: String, sqlParams: Map[String, String], allowMissing: Boolean)(sql: String)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, String]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def levenshteinDistance(keys: Seq[String], input: String)(limit: Int): Seq[String]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def parseArgs(input: String): Map[String, String]
  23. def parseDelimiter(path: String)(delim: String)(implicit c: Config): Either[Errors, Delimiter]
  24. def parseEncoding(path: String)(encoding: String)(implicit c: Config): Either[Errors, EncodingType]
  25. def parseFailMode(path: String)(delim: String)(implicit c: Config): Either[Errors, FailModeType]
  26. def parseGlob(path: String)(glob: String)(implicit spark: SparkSession, c: Config): Either[Errors, String]
  27. def parseOutputModeType(path: String)(delim: String)(implicit c: Config): Either[Errors, OutputModeType]
  28. def parseQuote(path: String)(quote: String)(implicit c: Config): Either[Errors, QuoteCharacter]
  29. def parseSaveMode(path: String)(delim: String)(implicit c: Config): Either[Errors, SaveMode]
  30. def parseURI(path: String)(uri: String)(implicit spark: SparkSession, c: Config): Either[Errors, URI]
  31. def readAuthentication(path: String)(implicit c: Config): Either[Errors, Option[Authentication]]
  32. def readIPYNB(uri: String, notebook: String): String
  33. def readMap(path: String, c: Config): Map[String, String]
  34. def readWatermark(path: String)(implicit c: Config): Either[Errors, Option[Watermark]]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def textContentForURI(uriKey: String, authentication: Either[Errors, Option[Authentication]])(uri: URI)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, String]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def validateSQL(path: String)(sql: String)(implicit spark: SparkSession, c: Config): Either[Errors, String]
  39. def verifyInlineSQLPolicy(path: String)(sql: String)(implicit c: Config, arcContext: ARCContext): Either[Errors, String]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped