Class AvroWithSparkSchemaVisitor<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.spark.sql.types.DataType arrayElementType​(org.apache.spark.sql.types.DataType arrayType)  
      protected Pair<java.lang.String,​org.apache.spark.sql.types.DataType> fieldNameAndType​(org.apache.spark.sql.types.DataType structType, int pos)  
      protected boolean isMapType​(org.apache.spark.sql.types.DataType dataType)  
      protected boolean isStringType​(org.apache.spark.sql.types.DataType dataType)  
      protected org.apache.spark.sql.types.DataType mapKeyType​(org.apache.spark.sql.types.DataType mapType)  
      protected org.apache.spark.sql.types.DataType mapValueType​(org.apache.spark.sql.types.DataType mapType)  
      protected org.apache.spark.sql.types.DataType nullType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AvroWithSparkSchemaVisitor

        public AvroWithSparkSchemaVisitor()