Click or drag to resize

EPCompilerCompileQuery Method (EPStatementObjectModel, CompilerArguments)

Compiles fire-and-forget query object model for execution by the runtime.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
EPCompiled CompileQuery(
	EPStatementObjectModel fireAndForgetEPLQueryModel,
	CompilerArguments arguments
)

Parameters

fireAndForgetEPLQueryModel
Type: com.espertech.esper.common.client.sodaEPStatementObjectModel
fire-and-forget query to compile
arguments
Type: com.espertech.esper.compiler.clientCompilerArguments
compiler arguments

Return Value

Type: EPCompiled
byte code
See Also