@Public public final class VarBinaryType extends DataType
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DEFAULT_LENGTH |
static int |
MAX_LENGTH |
static int |
MIN_LENGTH |
| 构造器和说明 |
|---|
VarBinaryType() |
VarBinaryType(boolean isNullable,
int length) |
VarBinaryType(int length) |
| 限定符和类型 | 方法和说明 |
|---|---|
<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.
|
boolean |
equals(Object o) |
int |
getLength() |
int |
hashCode() |
collectFieldIds, copy, equalsIgnoreNullable, getTypeRoot, is, is, isAnyOf, isAnyOf, isNullable, notNull, nullable, serializeJson, toString, withNullabilitypublic static final int MIN_LENGTH
public static final int MAX_LENGTH
public static final int DEFAULT_LENGTH
public VarBinaryType(boolean isNullable,
int length)
public VarBinaryType(int length)
public VarBinaryType()
public int getLength()
public DataType copy(boolean isNullable)
DataTypepublic String asSQLString()
DataTypeasSQLString 在类中 DataTypepublic <R> R accept(DataTypeVisitor<R> visitor)
Copyright © 2023 The Apache Software Foundation. All rights reserved.