Class PipelineTableProperty<T>

Object
org.apache.spark.sql.pipelines.graph.PipelineTableProperty<T>
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class PipelineTableProperty<T> extends Object implements scala.Product, Serializable
See Also:
  • Constructor Details

    • PipelineTableProperty

      public PipelineTableProperty(String key, String default_, scala.Function1<String,T> fromString)
  • Method Details

    • key

      public String key()
    • fromString

      public scala.Function1<String,T> fromString()
    • fromMap

      public T fromMap(scala.collection.immutable.Map<String,String> rawProps)