public static class LookupJoinUtil.ConstantLookupKey extends LookupJoinUtil.LookupKey
LookupJoinUtil.LookupKey whose value is constant.| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_LITERAL |
static String |
FIELD_NAME_SOURCE_TYPE |
RexLiteral |
literal |
org.apache.flink.table.types.logical.LogicalType |
sourceType |
| Constructor and Description |
|---|
ConstantLookupKey(org.apache.flink.table.types.logical.LogicalType sourceType,
RexLiteral literal) |
public static final String FIELD_NAME_SOURCE_TYPE
public static final String FIELD_NAME_LITERAL
public final org.apache.flink.table.types.logical.LogicalType sourceType
public final RexLiteral literal
public ConstantLookupKey(org.apache.flink.table.types.logical.LogicalType sourceType,
RexLiteral literal)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.