@Public public class IntType extends DataType
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(DataTypeVisitor<R> visitor) |
String |
asSQLString()
Returns a string that summarizes this type as SQL standard string for printing to a console.
|
DataType |
copy(boolean isNullable)
Returns a deep copy of this type with possibly different nullability.
|
collectFieldIds, copy, equals, equalsIgnoreNullable, getTypeRoot, hashCode, is, is, isAnyOf, isAnyOf, isNullable, notNull, nullable, serializeJson, toString, withNullabilitypublic DataType copy(boolean isNullable)
DataTypepublic String asSQLString()
DataTypeasSQLString in class DataTypepublic <R> R accept(DataTypeVisitor<R> visitor)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.