Uses of Class
org.apache.drill.exec.dotdrill.View.Field
Packages that use View.Field
Package
Description
Meta-data persistence format, used for views and other cluster-wide
persistent state.
-
Uses of View.Field in org.apache.drill.exec.dotdrill
Methods in org.apache.drill.exec.dotdrill that return View.FieldModifier and TypeMethodDescriptionView.Field.getKeyType()
Gets key type for fields whose type isSqlTypeName.MAP
View.Field.getValueType()
Gets value type for fields whose type isSqlTypeName.MAP
Methods in org.apache.drill.exec.dotdrill that return types with arguments of type View.FieldConstructors in org.apache.drill.exec.dotdrill with parameters of type View.FieldModifierConstructorDescriptionField
(String name, org.apache.calcite.sql.type.SqlTypeName type, Integer precision, Integer scale, org.apache.calcite.avatica.util.TimeUnit startUnit, org.apache.calcite.avatica.util.TimeUnit endUnit, Integer fractionalSecondPrecision, Boolean isNullable, View.Field keyType, View.Field valueType) Constructor parameters in org.apache.drill.exec.dotdrill with type arguments of type View.Field