| 类 | 说明 |
|---|---|
| LogicalTypeCasts |
Utilities for casting
LogicalType. |
| LogicalTypeChecks |
Utilities for checking
LogicalType and avoiding a lot of type casting and repetitive
work. |
| LogicalTypeDefaultVisitor<R> |
Implementation of
LogicalTypeVisitor that redirects all calls to LogicalTypeDefaultVisitor.defaultMethod(LogicalType). |
| LogicalTypeDuplicator |
Returns a deep copy of a
LogicalType. |
| LogicalTypeMerging |
Utilities for merging multiple
LogicalType. |
| LogicalTypeParser |
Parser for creating instances of
LogicalType from a serialized string created with LogicalType.asSerializableString(). |
| LogicalTypeUtils |
Utilities for handling
LogicalTypes. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.