Package | Description |
---|---|
org.apache.flink.table.runtime.types | |
org.apache.flink.table.types | |
org.apache.flink.table.types.utils |
Modifier and Type | Class and Description |
---|---|
class |
DataTypePrecisionFixer
The data type visitor used to fix the precision for data type with the given logical type
which carries the correct precisions.
|
Modifier and Type | Method and Description |
---|---|
<R> R |
CollectionDataType.accept(DataTypeVisitor<R> visitor) |
abstract <R> R |
DataType.accept(DataTypeVisitor<R> visitor) |
<R> R |
AtomicDataType.accept(DataTypeVisitor<R> visitor) |
<R> R |
FieldsDataType.accept(DataTypeVisitor<R> visitor) |
<R> R |
KeyValueDataType.accept(DataTypeVisitor<R> visitor) |
Modifier and Type | Class and Description |
---|---|
class |
DataTypeDefaultVisitor<R>
Implementation of
DataTypeVisitor that redirects all calls to
DataTypeDefaultVisitor.defaultMethod(DataType) . |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.