Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class EnrichedDT extends AnyRef

    Wrapper over datetime string with predefined format and time zone.

    Wrapper over datetime string with predefined format and time zone. Used to yield various datetime objects and operate with them.

  2. trait FormulaParser extends JavaTokenParsers

    Recursively creates a tree of operations and executes it.

  3. trait Logging extends AnyRef

    Logging trait that is mixed to the classes that do logging.

    Logging trait that is mixed to the classes that do logging.

    Note

    Since Checkita framework works with multiple versions of Spark (2.4 and newer) then it has to support two major versions of Log4J library for logging. Log4J API has been significantly changed between version 1 and 2. Checkita framework uses Log4J2 for logging and also provide bridge to slf4j implementation from Log4J2 in order to get logs from Spark.

    ,

    Checkita always looks for log4j2.properties file (which is common name convention for Log4j2) in either resources directory or working directory. Other locations of log properties file are not supported: default logging settings will be used.

Value Members

  1. object Common
  2. object EnrichedDT
  3. object ResultUtils
  4. object SparkUtils
  5. object Templating

Ungrouped