public class TypeMapping extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TypeMapping.TypeMappingMode
Describe how to map MySQL data type to Paimon data type.
|
Constructor and Description |
---|
TypeMapping(Set<TypeMapping.TypeMappingMode> typeMappingModes) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsMode(TypeMapping.TypeMappingMode mode) |
static TypeMapping |
defaultMapping() |
static TypeMapping |
parse(String[] rawOptions) |
public TypeMapping(Set<TypeMapping.TypeMappingMode> typeMappingModes)
public boolean containsMode(TypeMapping.TypeMappingMode mode)
public static TypeMapping defaultMapping()
public static TypeMapping parse(String[] rawOptions)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.