public static class AbstractScalarScriptFactory.ScalarArgument
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<io.crate.operation.scalar.elasticsearch.script.AbstractScalarScriptFactory.WrappedArgument> |
args |
Scalar |
function |
DataType |
type |
public final Scalar function
public final DataType type
public final java.util.List<io.crate.operation.scalar.elasticsearch.script.AbstractScalarScriptFactory.WrappedArgument> args
public DataType getType()
public java.lang.Object evaluate(org.elasticsearch.search.lookup.DocLookup doc)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object