Class GraphElementTypeUtils
Object
org.apache.spark.sql.pipelines.graph.GraphElementTypeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DatasetTypegetDatasetTypeForMaterializedViewOrStreamingTable(scala.collection.immutable.Seq<ResolvedFlow> flowsToTable) Helper function to obtain the DatasetType.
-
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)
-