@PublicEvolving public static final class StructuredType.StructuredAttribute extends Object implements Serializable
StructuredType
.Modifier and Type | Field and Description |
---|---|
static String |
FIELD_FORMAT_NO_DESCRIPTION |
static String |
FIELD_FORMAT_WITH_DESCRIPTION |
Constructor and Description |
---|
StructuredAttribute(String name,
LogicalType type) |
StructuredAttribute(String name,
LogicalType type,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString() |
StructuredType.StructuredAttribute |
copy() |
boolean |
equals(Object o) |
Optional<String> |
getDescription() |
String |
getName() |
LogicalType |
getType() |
int |
hashCode() |
public static final String FIELD_FORMAT_WITH_DESCRIPTION
public static final String FIELD_FORMAT_NO_DESCRIPTION
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–2024 The Apache Software Foundation. All rights reserved.