Package

ai.deepsense.deeplang

inference

Permalink

package inference

Visibility
  1. Public
  2. All

Type Members

  1. case class InferContext(dataFrameBuilder: DataFrameBuilder, catalogPair: CatalogPair, datasourceClient: DatasourceClient) extends Product with Serializable

    Permalink

    Holds information needed by DOperations and DMethods during knowledge inference.

  2. abstract class InferenceWarning extends AnyRef

    Permalink

    Represents possibility that some exception will be thrown upon execution.

  3. case class InferenceWarnings(warnings: Vector[InferenceWarning]) extends Product with Serializable

    Permalink

    Container for inference warnings.

  4. case class SqlInferenceWarning(sqlExpression: String, warningText: String) extends InferenceWarning with Product with Serializable

    Permalink
  5. class SqlSchemaInferrer extends AnyRef

    Permalink

Value Members

  1. object InferenceWarnings extends Serializable

    Permalink
  2. package exceptions

    Permalink
  3. package warnings

    Permalink

Ungrouped