| Package | Description |
|---|---|
| org.apache.drill.exec.dotdrill |
Meta-data persistence format, used for views and other cluster-wide
persistent state.
|
| Modifier and Type | Method and Description |
|---|---|
View.Field |
View.Field.getKeyType()
Gets key type for fields whose type is
SqlTypeName.MAP |
View.Field |
View.Field.getValueType()
Gets value type for fields whose type is
SqlTypeName.MAP |
| Modifier and Type | Method and Description |
|---|---|
List<View.Field> |
View.getFields() |
| Constructor and Description |
|---|
Field(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 and Description |
|---|
View(String name,
String sql,
List<View.Field> fields,
List<String> workspaceSchemaPath) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.