class StructFeature[TValue] extends Feature[TValue, TValue, TValue]

Linear Supertypes
Feature[TValue, TValue, TValue], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructFeature
  2. Feature
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StructFeature(model: HasFeatures, name: String)(implicit arg0: ClassTag[TValue])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final var broadcastValue: Option[Broadcast[TValue]]
    Attributes
    protected
    Definition Classes
    Feature
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. final def deserialize(spark: SparkSession, path: String, field: String): Option[_]
    Definition Classes
    Feature
  8. def deserializeDataset(spark: SparkSession, path: String, field: String): Option[TValue]
    Definition Classes
    StructFeatureFeature
  9. def deserializeLegacyObject[ObjectType](spark: SparkSession, path: String)(implicit arg0: ClassTag[ObjectType]): RDD[ObjectType]

    Loads an object from a SequenceFile containing serialized objects.

    Loads an object from a SequenceFile containing serialized objects. It tries to load the tuple across Scala version, handling serialVersionUID mismatches.

    Adapted from sparkContext.objectFile:

    "Load an RDD saved as a SequenceFile containing serialized objects, with NullWritable keys and BytesWritable values that contain a serialized partition."

    path

    directory to the input data files, the path can be comma separated paths as a list of inputs

    returns

    RDD representing deserialized data from the file(s)

    Attributes
    protected
    Definition Classes
    Feature
  10. def deserializeObject(spark: SparkSession, path: String, field: String): Option[TValue]
    Definition Classes
    StructFeatureFeature
  11. implicit val encoder: Encoder[TValue]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final var fallbackLazyValue: Option[() => TValue]
    Attributes
    protected
    Definition Classes
    Feature
  15. final var fallbackRawValue: Option[TValue]
    Attributes
    protected
    Definition Classes
    Feature
  16. final def get: Option[TValue]
    Definition Classes
    Feature
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. final def getFieldPath(path: String, field: String): Path
    Attributes
    protected
    Definition Classes
    Feature
  19. final def getOrDefault: TValue
    Definition Classes
    Feature
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final var isProtected: Boolean
    Attributes
    protected
    Definition Classes
    Feature
  23. final def isSet: Boolean
    Definition Classes
    Feature
  24. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Feature
  25. val name: String
    Definition Classes
    StructFeatureFeature
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. final def orDefault: Option[TValue]
    Definition Classes
    Feature
  30. final var rawValue: Option[TValue]
    Attributes
    protected
    Definition Classes
    Feature
  31. def resolveCustomLegacyClasses(osc: ObjectStreamClass): ObjectStreamClass

    Method to provide additional legacy class descriptor mappings for custom classes.

    Method to provide additional legacy class descriptor mappings for custom classes. If none are found, should return null.

    osc

    The ObjectStreamClass to resolve

    returns

    The resolved ObjectStreamClass, or null if not found

    Attributes
    protected
    Definition Classes
    Feature
  32. val serializationMode: String
    Definition Classes
    Feature
  33. final def serialize(spark: SparkSession, path: String, field: String, value: TValue): Unit
    Definition Classes
    Feature
  34. def serializeDataset(spark: SparkSession, path: String, field: String, value: TValue): Unit
    Definition Classes
    StructFeatureFeature
  35. final def serializeInfer(spark: SparkSession, path: String, field: String, value: Any): Unit
    Definition Classes
    Feature
  36. def serializeObject(spark: SparkSession, path: String, field: String, value: TValue): Unit
    Definition Classes
    StructFeatureFeature
  37. def setFallback(v: Option[() => TValue]): HasFeatures
    Definition Classes
    Feature
  38. final def setProtected(): StructFeature.this.type

    Sets this feature to be protected and only settable once.

    Sets this feature to be protected and only settable once.

    returns

    This Feature

    Definition Classes
    Feature
  39. final def setValue(value: Option[Any]): HasFeatures
    Definition Classes
    Feature
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. val useBroadcast: Boolean
    Definition Classes
    Feature
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Feature[TValue, TValue, TValue]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped