NonWindowJoin

package org.apache.flink.table.runtime.join


/**
* Connect data for left stream and right stream. Base class for stream-stream non-window Join.
*
* @param leftType the input type of left stream
* @param rightType the input type of right stream
* @param resultType the output type of join
* @param genJoinFuncName the function code of other non-equi condition
* @param genJoinFuncCode the function name of other non-equi condition
* @param queryConfig the configuration for the query to generate
*/
abstract class NonWindowJoin(

posted on 2018-09-19 19:02  暖风的风  阅读(175)  评论(0编辑  收藏  举报

导航