Developing Apama Applications > EPL Reference > Queries > Inputs section
Inputs section
In a query, the required inputs section specifies the events that the query operates on.
At least one input definition is required. Typically, no more than four input definitions are specified.
If there is a parameters section, then the inputs section follows it. The inputs section must be before the find statement.
Example:
inputs {
A() key k retain 20;
B() key k retain 10;
}
For more information, see Defining query input.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.