Translates a given set of SQL statements to the corresponding XML
representation to be consumed by the Event Stream Processor. Also, verifies the correctness of the SQL statements, checks for datatype consistencies
and performs limited optimization.
Syntax
esp_compiler -i<CCL File> -o<CCX File>
Required Arguments
- -i CCL File – Uses the specified file as the input, which translates to CCX.
Options
- -o CCX File – Writes the CCX output to the named file;
this overwrites the file if it already exists. If not specified, by default, the CCX is written to standard output.
- -v – Prints the esp_compiler utility version.