@ThriftStruct public final class PrestoThriftDomain extends Object
| Constructor and Description |
|---|
PrestoThriftDomain(PrestoThriftValueSet valueSet,
boolean nullAllowed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PrestoThriftDomain |
fromDomain(Domain domain) |
PrestoThriftValueSet |
getValueSet() |
int |
hashCode() |
boolean |
isNullAllowed() |
String |
toString() |
@ThriftConstructor public PrestoThriftDomain(PrestoThriftValueSet valueSet, boolean nullAllowed)
@ThriftField(value=1) public PrestoThriftValueSet getValueSet()
@ThriftField(value=2) public boolean isNullAllowed()
public static PrestoThriftDomain fromDomain(Domain domain)
Copyright © 2012–2023. All rights reserved.