case class DataFrameExtensions(df: DataFrame) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataFrameExtensions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val df: DataFrame
- def makeReply(replyCol: String, name: String = "reply"): DataFrame
-
def
parseRequest(apiName: String, schema: DataType, idCol: String = "id", requestCol: String = "request", parsingCheck: String = "none"): DataFrame
- parsingCheck
"none": to accept all requests, "full": to ensure all fields and sub-fields are non-null, "partial": to ensure the root structure was parsed correctly