All Products
Search
Document Center

Realtime Compute for Apache Flink:SqlStatementWithContext

Last Updated:Jan 07, 2026
ParameterTypeDescriptionExample
object

The code of the deployment.

statementstring

The code of the deployment.

CREATE TEMPORARY TABLE datagen_source ( name VARCHAR, score BIGINT ) WITH ( 'connector' = 'datagen' ); CREATE TEMPORARY TABLE print_table ( name VARCHAR, score BIGINT ) WITH ( 'connector'='print', 'logger'='true' ); INSERT INTO print_table select * from datagen_source;
flinkConfigurationobject

The Realtime Compute for Apache Flink configuration.

batchModeboolean

Specifies whether the deployment is a batch deployment.

false
versionNamestring

The engine version.

vvr-8.0.6-flink-1.17
additionalDependenciesarray

The additional dependencies.

dependencystring

The URL of the additional dependency file.

"oss://xxx"