public static final class StructuredType.StructuredAttribute extends Object implements Serializable
StructuredType.| 限定符和类型 | 字段和说明 |
|---|---|
static String |
FIELD_FORMAT_NO_DESCRIPTION |
static String |
FIELD_FORMAT_WITH_DESCRIPTION |
| 构造器和说明 |
|---|
StructuredAttribute(String name,
LogicalType type) |
StructuredAttribute(String name,
LogicalType type,
String description) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
asSummaryString() |
StructuredType.StructuredAttribute |
copy() |
boolean |
equals(Object o) |
Optional<String> |
getDescription() |
String |
getName() |
LogicalType |
getType() |
int |
hashCode() |
public StructuredAttribute(String name, LogicalType type, @Nullable String description)
public StructuredAttribute(String name, LogicalType type)
public String getName()
public LogicalType getType()
public StructuredType.StructuredAttribute copy()
public String asSummaryString()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.