Package

com.alpine.model.pack

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class CastedDoubleSeq(row: Seq[Any]) extends Seq[Double] with Product with Serializable

    Permalink

    Dresses the row argument in a Seq[Double].

    Dresses the row argument in a Seq[Double]. Elements that can't be casted to java.lang.Number will be represented by Double.NaN.

    row

    Seq[Any] to be dressed as Seq[Double]

Value Members

  1. object SQLModifyUtil

    Permalink
  2. object TransformerUtil

    Permalink

    Utility functions that Transformers may need.

Ungrouped