Learn R Programming

analysisPipelines (version 1.0.2)

StreamingAnalysisPipeline-class: Class for constructing Analysis Pipelines for streaming analyeses

Description

Class for constructing Analysis Pipelines for streaming analyeses

Arguments

Slots

input

The input Spark DataFrame on which analysis is to be performed

originalSchemaDf

Empty Spark DataFrame representing the schema of the input

Details

Inherits the base class BaseAnalysisPipeline class which holds the metadata including the registry of available functions, the data on which the pipeline is to be applied, as well as the pipeline itself

This class currently only supports Apache Spark Structured Streaming, implemented through the SparkR interface