Class | Description |
---|---|
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
LogicalType s. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.