Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CacheWithTransform[A, B] extends AnyRef

    A cache object that stores both initial and final value.

    A cache object that stores both initial and final value. The initial value is produced by 'init' and the final value is produced by 'transform' using the initial value.

    The cached initial/final values will be updated only if the initial value is modified.

    A

    Type of the initial value.

    B

    Type of the final value.

Value Members

  1. object FileUtils

    File related utility functions.

  2. object HashingUtils

    HashingUtils supplies different hashing functions.

  3. object HyperspaceConf

    Helper class to extract Hyperspace-related configs from SparkSession.

  4. object JsonUtils

    Useful json functions used around the Hyperspace codebase.

  5. object LogicalPlanUtils

    Utility functions for logical plan.

  6. object PathUtils
  7. object ResolverUtils

    ResolverUtils provides utility functions to resolve strings based on spark's resolver.

Ungrouped