Class ParameterizedQueryExec

All Implemented Interfaces:
NamedWriteable, Writeable

public class ParameterizedQueryExec extends LeafExec
Physical plan node representing a lookup source operation. This represents the source of a lookup query before conversion to operators. The QueryList is created later during operator creation from a factory and will receive the Page to operate on in the runtime when we call queryList.getQuery(position, inputPage).