Class FunctionEsField

java.lang.Object
org.elasticsearch.xpack.esql.core.type.EsField
org.elasticsearch.xpack.esql.core.type.FunctionEsField
All Implemented Interfaces:
Writeable

public class FunctionEsField extends EsField
EsField that represents a function being applied to a field on extraction. It receives a BlockLoaderFunctionConfig that will be passed down to the block loading process to apply the function at data load time.