package json
Type Members
- case class GetJsonObjectEvaluator(cachedPath: UTF8String) extends Product with Serializable
The expression
GetJsonObjectwill utilize it to support codegen. - class JsonExpressionUtils extends AnyRef
- case class JsonToStructsEvaluator(options: Map[String, String], nullableSchema: DataType, nameOfCorruptRecord: String, timeZoneId: Option[String], variantAllowDuplicateKeys: Boolean) extends Product with Serializable
- case class JsonTupleEvaluator(foldableFieldNames: Array[Option[String]]) extends Product with Serializable
The expression
JsonTuplewill utilize it to support codegen. - case class SchemaOfJsonEvaluator(options: Map[String, String]) extends Product with Serializable
- case class StructsToJsonEvaluator(options: Map[String, String], inputSchema: DataType, timeZoneId: Option[String]) extends Product with Serializable