Class DataTypeFactory

java.lang.Object
org.apache.drill.common.expression.types.DataTypeFactory

public abstract class DataTypeFactory extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract org.apache.drill.common.expression.types.DataType
    getArrayType(org.apache.drill.common.expression.types.DataType containedType)
     
    abstract org.apache.drill.common.expression.types.DataType
    getMapType(org.apache.drill.common.expression.types.DataType keyType, org.apache.drill.common.expression.types.DataType valueType)
     

    Methods inherited from class java.lang.Object

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

    • DataTypeFactory

      public DataTypeFactory()
  • Method Details

    • getArrayType

      public abstract org.apache.drill.common.expression.types.DataType getArrayType(org.apache.drill.common.expression.types.DataType containedType)
    • getMapType

      public abstract org.apache.drill.common.expression.types.DataType getMapType(org.apache.drill.common.expression.types.DataType keyType, org.apache.drill.common.expression.types.DataType valueType)