Class IndeterminateStringType

Object
org.apache.spark.sql.types.IndeterminateStringType

public class IndeterminateStringType extends Object
String type that was the result of coercing two different non-explicit collations.
  • Constructor Details

    • IndeterminateStringType

      public IndeterminateStringType()
  • Method Details

    • json

      public static String json()
    • prettyJson

      public static String prettyJson()
    • simpleString

      public static String simpleString()
    • catalogString

      public static String catalogString()
    • sql

      public static String sql()
    • collationId

      public static int collationId()
    • constraint

      public static StringConstraint constraint()
    • typeName

      public static String typeName()
    • toString

      public static String toString()
    • equals

      public static boolean equals(Object obj)
    • hashCode

      public static int hashCode()
    • defaultSize

      public static int defaultSize()
    • canEqual

      public abstract static boolean canEqual(Object that)
    • productArity

      public abstract static int productArity()
    • productElement

      public abstract static Object productElement(int n)
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • productPrefix

      public static String productPrefix()
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()