This subsection explains the content of the property file for the in-process connection query group (Inprocess_QueryGroupTest) registered in step 6 under 8.3.1 Procedure for executing the sample program for an in-process connection custom adaptor.
In this query group, the name of the stream being transmitted is defined as data0, and the name of the stream that receives the data by means of the polling method is defined as filter1.
The content of the definition is shown below. Note that the uppercase and lowercase notations are different from the sample.
REGISTER STREAM data0(name VARCHAR(10), num BIGINT); |