@Internal public final class TypeTransformations extends Object
TypeTransformation
Modifier and Type | Field and Description |
---|---|
static TypeTransformation |
TO_INTERNAL_CLASS
Transformation that uses internal data structures for all conversion classes.
|
Modifier and Type | Method and Description |
---|---|
static TypeTransformation |
legacyRawToTypeInfoRaw()
Returns a type transformation that transforms LEGACY('RAW', ...) type to the RAW(..., ?)
|
static TypeTransformation |
legacyToNonLegacy()
Returns a type transformation that transforms LEGACY(...) type to a non-legacy type.
|
static TypeTransformation |
timeToSqlTypes()
|
static TypeTransformation |
toNullable()
Returns a type transformation that transforms data type to nullable data type but keeps other
information unchanged.
|
public static final TypeTransformation TO_INTERNAL_CLASS
public static TypeTransformation timeToSqlTypes()
public static TypeTransformation legacyRawToTypeInfoRaw()
public static TypeTransformation legacyToNonLegacy()
public static TypeTransformation toNullable()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.