Class GraphElementTypeUtils

Object
org.apache.spark.sql.pipelines.graph.GraphElementTypeUtils

public class GraphElementTypeUtils extends Object
  • Constructor Details

    • GraphElementTypeUtils

      public GraphElementTypeUtils()
  • Method Details

    • getDatasetTypeForMaterializedViewOrStreamingTable

      public static DatasetType getDatasetTypeForMaterializedViewOrStreamingTable(scala.collection.immutable.Seq<ResolvedFlow> flowsToTable)
      Helper function to obtain the DatasetType. This function should be called with all the flows that are writing into a table and all the flows should be resolved.
      Parameters:
      flowsToTable - (undocumented)
      Returns:
      (undocumented)