Class Type

java.lang.Object
io.trino.hive.thrift.metastore.Type
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Type>, org.apache.thrift.TBase<Type,Type._Fields>, org.apache.thrift.TSerializable

@Generated("Autogenerated by Thrift Compiler (0.17.0)") public class Type extends Object implements org.apache.thrift.TBase<Type,Type._Fields>, Serializable, Cloneable, Comparable<Type>
See Also:
  • Field Details

    • metaDataMap

      public static final Map<Type._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
  • Constructor Details

    • Type

      public Type()
    • Type

      public Type(String name)
    • Type

      public Type(Type other)
      Performs a deep copy on other.
  • Method Details

    • deepCopy

      public Type deepCopy()
      Specified by:
      deepCopy in interface org.apache.thrift.TBase<Type,Type._Fields>
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.thrift.TBase<Type,Type._Fields>
    • getName

      public String getName()
    • setName

      public Type setName(String name)
    • unsetName

      public void unsetName()
    • isSetName

      public boolean isSetName()
      Returns true if field name is set (has been assigned a value) and false otherwise
    • setNameIsSet

      public void setNameIsSet(boolean value)
    • getType1

      public String getType1()
    • setType1

      public Type setType1(String type1)
    • unsetType1

      public void unsetType1()
    • isSetType1

      public boolean isSetType1()
      Returns true if field type1 is set (has been assigned a value) and false otherwise
    • setType1IsSet

      public void setType1IsSet(boolean value)
    • getType2

      public String getType2()
    • setType2

      public Type setType2(String type2)
    • unsetType2

      public void unsetType2()
    • isSetType2

      public boolean isSetType2()
      Returns true if field type2 is set (has been assigned a value) and false otherwise
    • setType2IsSet

      public void setType2IsSet(boolean value)
    • getFieldsSize

      public int getFieldsSize()
    • getFieldsIterator

      public Iterator<FieldSchema> getFieldsIterator()
    • addToFields

      public void addToFields(FieldSchema elem)
    • getFields

      public List<FieldSchema> getFields()
    • setFields

      public Type setFields(List<FieldSchema> fields)
    • unsetFields

      public void unsetFields()
    • isSetFields

      public boolean isSetFields()
      Returns true if field fields is set (has been assigned a value) and false otherwise
    • setFieldsIsSet

      public void setFieldsIsSet(boolean value)
    • setFieldValue

      public void setFieldValue(Type._Fields field, Object value)
      Specified by:
      setFieldValue in interface org.apache.thrift.TBase<Type,Type._Fields>
    • getFieldValue

      public Object getFieldValue(Type._Fields field)
      Specified by:
      getFieldValue in interface org.apache.thrift.TBase<Type,Type._Fields>
    • isSet

      public boolean isSet(Type._Fields field)
      Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
      Specified by:
      isSet in interface org.apache.thrift.TBase<Type,Type._Fields>
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(Type that)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo(Type other)
      Specified by:
      compareTo in interface Comparable<Type>
    • fieldForId

      public Type._Fields fieldForId(int fieldId)
      Specified by:
      fieldForId in interface org.apache.thrift.TBase<Type,Type._Fields>
    • read

      public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
      Specified by:
      read in interface org.apache.thrift.TSerializable
      Throws:
      org.apache.thrift.TException
    • write

      public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
      Specified by:
      write in interface org.apache.thrift.TSerializable
      Throws:
      org.apache.thrift.TException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validate

      public void validate() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException