@ThriftStruct public class ThriftUdfRequest extends Object
| Constructor and Description |
|---|
ThriftUdfRequest(String source,
ThriftFunctionHandle functionHandle,
ThriftUdfPage inputs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ThriftFunctionHandle |
getFunctionHandle() |
ThriftUdfPage |
getInputs() |
String |
getSource() |
int |
hashCode() |
@ThriftConstructor public ThriftUdfRequest(String source, ThriftFunctionHandle functionHandle, ThriftUdfPage inputs)
@ThriftField(value=1) public String getSource()
@ThriftField(value=2) public ThriftFunctionHandle getFunctionHandle()
@ThriftField(value=3) public ThriftUdfPage getInputs()
Copyright © 2012–2023. All rights reserved.