@ThriftStruct(value="UdfPage") public class ThriftUdfPage extends Object
| Constructor and Description |
|---|
ThriftUdfPage(ThriftUdfPageFormat pageFormat,
PrestoThriftPage thriftPage,
ThriftSerializedPage prestoPage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ThriftUdfPageFormat |
getPageFormat() |
ThriftSerializedPage |
getPrestoPage() |
PrestoThriftPage |
getThriftPage() |
int |
hashCode() |
static ThriftUdfPage |
prestoPage(SerializedPage prestoPage) |
static ThriftUdfPage |
thriftPage(PrestoThriftPage thriftPage) |
@ThriftConstructor public ThriftUdfPage(ThriftUdfPageFormat pageFormat, @Nullable PrestoThriftPage thriftPage, @Nullable ThriftSerializedPage prestoPage)
@ThriftField(value=1) public ThriftUdfPageFormat getPageFormat()
@Nullable @ThriftField(value=2, requiredness=OPTIONAL) public PrestoThriftPage getThriftPage()
@Nullable @ThriftField(value=3, requiredness=OPTIONAL) public ThriftSerializedPage getPrestoPage()
public static ThriftUdfPage thriftPage(PrestoThriftPage thriftPage)
public static ThriftUdfPage prestoPage(SerializedPage prestoPage)
Copyright © 2012–2024. All rights reserved.