@ThriftStruct public final class PrestoThriftTupleDomain extends Object
| Constructor and Description |
|---|
PrestoThriftTupleDomain(Map<String,PrestoThriftDomain> domains) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,PrestoThriftDomain> |
getDomains()
Return a map of column names to constraints.
|
int |
hashCode() |
String |
toString() |
@ThriftConstructor public PrestoThriftTupleDomain(@Nullable Map<String,PrestoThriftDomain> domains)
@Nullable @ThriftField(value=1, requiredness=OPTIONAL) public Map<String,PrestoThriftDomain> getDomains()
Copyright © 2012–2024. All rights reserved.