PyFlink 1.15 Documentation
TINYINT, data STRING ) WITH ( 'connector' = 'datagen', 'fields.id.kind' = 'sequence', 'fields.id.start' = '1', 'fields.id.end' = '2', 'fields.data.kind' = 'random' ) """) table = table_env.from_path("random_source") TableDescriptor .for_connector('datagen') .option('fields.id.kind', 'sequence') .option('fields.id.start', '1') .option('fields.id.end', '2') .option('fields.data.kind', 'random') .schema(schema) .build())0 码力 | 36 页 | 266.77 KB | 1 年前3PyFlink 1.16 Documentation
TINYINT, data STRING ) WITH ( 'connector' = 'datagen', 'fields.id.kind' = 'sequence', 'fields.id.start' = '1', 'fields.id.end' = '2', 'fields.data.kind' = 'random' ) """) table = table_env.from_path("random_source") TableDescriptor .for_connector('datagen') .option('fields.id.kind', 'sequence') .option('fields.id.start', '1') .option('fields.id.end', '2') .option('fields.data.kind', 'random') .schema(schema) .build())0 码力 | 36 页 | 266.80 KB | 1 年前3Streaming in Apache Flink
A POJO (plain old Java object) is any Java class that • has an empty default constructor • all fields are either ◦public, or ◦have a default getter and setter Tuple2person = 0 码力 | 45 页 | 3.00 MB | 1 年前3Streaming languages and operator semantics - CS 591 K1: Data Stream Processing and Analytics Spring 2020
language A(X>0) & (B(Y=10);[timespan:5] C(Z<5))[within:15] A, B, C are topics X, Y, Z are inner fields The rule fires when an item of type A having an attribute X > 0 enters the system and also an0 码力 | 53 页 | 532.37 KB | 1 年前3
共 4 条
- 1