Object/Class

com.salesforce.op.utils.spark

OpVectorColumnMetadata

Related Docs: class OpVectorColumnMetadata | package spark

Permalink

object OpVectorColumnMetadata extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpVectorColumnMetadata
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DescriptorValueKey: String

    Permalink
  5. val GroupingKey: String

    Permalink
  6. val IndicatorValueKey: String

    Permalink
  7. val IndicesKey: String

    Permalink
  8. val NullString: String

    Permalink
  9. val OtherString: String

    Permalink
  10. val ParentFeatureKey: String

    Permalink
  11. val ParentFeatureTypeKey: String

    Permalink
  12. val TextLenString: String

    Permalink
  13. def apply(parentFeatureName: Seq[String], parentFeatureType: Seq[String], grouping: Seq[String], indicatorValue: Option[String], descriptorValue: Option[String]): OpVectorColumnMetadata

    Permalink

    Alternate constructor for OpVectorColumnMetadata cannot be in class because causes serialization issues

    Alternate constructor for OpVectorColumnMetadata cannot be in class because causes serialization issues

    parentFeatureName

    The name of the parent feature(s) for the column. Usually a column has one parent feature, but can have many (eg. in the case of multiple Text columns being vectorized using a shared hash space)

    parentFeatureType

    The type of the parent feature(s) for the column

    grouping

    The name of the group a column belongs to (usually the parent feature, but in the case of MapVectorizers, this includes keys in maps too). Every other vector column in the same vector that has this same indicator group should be mutually exclusive to this one.

    indicatorValue

    An indicator for a value for a binary column (null indicator or result of a pivot or whatever that value is), otherwise None

    descriptorValue

    A name for a value that is continuous (not a binary indicator) eg for geolocation (lat, lon, accuracy) or for dates that have been converted to a circular representation the time window and x or y coordinate, otherwise None

    returns

    new OpVectorColumnMetadata

  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fromMetadata(meta: Metadata): Array[OpVectorColumnMetadata]

    Permalink

    Build an OpVectorColumnMetadata from Spark metadata representing a column.

    Build an OpVectorColumnMetadata from Spark metadata representing a column.

    meta

    The metadata to build column from

    returns

    The built OpVectorColumnMetadata

  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped