Package

com.nitro

absnlp

Permalink

package absnlp

Visibility
  1. Public
  2. All

Value Members

  1. object FlinkData extends Data[DataSet] with Product with Serializable

    Permalink

    Implementation of the Data typeclass with the Flink DataSet type.

    Implementation of the Data typeclass with the Flink DataSet type.

    Since DataSet instances are lazy, this typeclass implementation's methods have lazy (vs. eager) semantics.

  2. object FlinkHelper extends Serializable

    Permalink

    Methods, values, and functions that provide some common functionality necessary for interacting with Flink DataSet objects.

    Methods, values, and functions that provide some common functionality necessary for interacting with Flink DataSet objects. Most importantly is the typeInfo method that generates a TypeInformation instance from ClassTag evidence.

Ungrouped