@Public public class BooleanType extends DataType
TRUE, FALSE, UNKNOWN.| 构造器和说明 |
|---|
BooleanType() |
BooleanType(boolean isNullable) |
| 限定符和类型 | 方法和说明 |
|---|---|
<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 在类中 DataTypepublic <R> R accept(DataTypeVisitor<R> visitor)
Copyright © 2023 The Apache Software Foundation. All rights reserved.