class MapFeature[TKey, TValue] extends Feature[TKey, TValue, Map[TKey, TValue]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapFeature
- Feature
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MapFeature(model: HasFeatures, name: String)(implicit arg0: ClassTag[TKey], arg1: ClassTag[TValue])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
var
broadcastValue: Option[Broadcast[Map[TKey, TValue]]]
- Attributes
- protected
- Definition Classes
- Feature
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
deserialize(spark: SparkSession, path: String, field: String): Option[_]
- Definition Classes
- Feature
-
def
deserializeDataset(spark: SparkSession, path: String, field: String): Option[Map[TKey, TValue]]
- Definition Classes
- MapFeature → Feature
-
def
deserializeObject(spark: SparkSession, path: String, field: String): Option[Map[TKey, TValue]]
- Definition Classes
- MapFeature → Feature
- implicit val encoder: Encoder[(TKey, TValue)]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
var
fallbackLazyValue: Option[() ⇒ Map[TKey, TValue]]
- Attributes
- protected
- Definition Classes
- Feature
-
final
var
fallbackRawValue: Option[Map[TKey, TValue]]
- Attributes
- protected
- Definition Classes
- Feature
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
get: Option[Map[TKey, TValue]]
- Definition Classes
- Feature
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
getFieldPath(path: String, field: String): Path
- Attributes
- protected
- Definition Classes
- Feature
-
final
def
getOrDefault: Map[TKey, TValue]
- Definition Classes
- Feature
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
var
isProtected: Boolean
- Attributes
- protected
- Definition Classes
- Feature
-
final
def
isSet: Boolean
- Definition Classes
- Feature
-
val
name: String
- Definition Classes
- MapFeature → Feature
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
orDefault: Option[Map[TKey, TValue]]
- Definition Classes
- Feature
-
final
var
rawValue: Option[Map[TKey, TValue]]
- Attributes
- protected
- Definition Classes
- Feature
-
val
serializationMode: String
- Definition Classes
- Feature
-
final
def
serialize(spark: SparkSession, path: String, field: String, value: Map[TKey, TValue]): Unit
- Definition Classes
- Feature
-
def
serializeDataset(spark: SparkSession, path: String, field: String, value: Map[TKey, TValue]): Unit
- Definition Classes
- MapFeature → Feature
-
final
def
serializeInfer(spark: SparkSession, path: String, field: String, value: Any): Unit
- Definition Classes
- Feature
-
def
serializeObject(spark: SparkSession, path: String, field: String, value: Map[TKey, TValue]): Unit
- Definition Classes
- MapFeature → Feature
-
def
setFallback(v: Option[() ⇒ Map[TKey, TValue]]): HasFeatures
- Definition Classes
- Feature
-
final
def
setProtected(): MapFeature.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
-
final
def
setValue(value: Option[Any]): HasFeatures
- Definition Classes
- Feature
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
useBroadcast: Boolean
- Definition Classes
- Feature
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()