public class FetchReference extends Symbol
Symbol.SymbolFactory<T extends Symbol>
Constructor and Description |
---|
FetchReference(InputColumn fetchId,
Reference ref) |
FetchReference(org.elasticsearch.common.io.stream.StreamInput in) |
Modifier and Type | Method and Description |
---|---|
<C,R> R |
accept(SymbolVisitor<C,R> visitor,
C context) |
InputColumn |
fetchId() |
Reference |
ref() |
SymbolType |
symbolType() |
java.lang.String |
toString() |
DataType |
valueType() |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
public FetchReference(InputColumn fetchId, Reference ref)
public FetchReference(org.elasticsearch.common.io.stream.StreamInput in) throws java.io.IOException
java.io.IOException
public SymbolType symbolType()
symbolType
in class Symbol
public <C,R> R accept(SymbolVisitor<C,R> visitor, C context)
public InputColumn fetchId()
public Reference ref()
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object