Package org.apache.spark.sql.avro
Class AvroUtils.AvroMatchedField$
Object
scala.runtime.AbstractFunction3<StructField,Object,org.apache.avro.Schema.Field,org.apache.spark.sql.avro.AvroUtils.AvroMatchedField>
org.apache.spark.sql.avro.AvroUtils.AvroMatchedField$
- All Implemented Interfaces:
Serializable
,scala.Function3<StructField,
,Object, org.apache.avro.Schema.Field, org.apache.spark.sql.avro.AvroUtils.AvroMatchedField> scala.Serializable
- Enclosing class:
- AvroUtils
public static class AvroUtils.AvroMatchedField$
extends scala.runtime.AbstractFunction3<StructField,Object,org.apache.avro.Schema.Field,org.apache.spark.sql.avro.AvroUtils.AvroMatchedField>
implements scala.Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AvroUtils.AvroMatchedField$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
AvroMatchedField$
public AvroMatchedField$()
-