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 |
org.apache.calcite.rex.RexLiteral |
literal |
LogicalType |
sourceType |
Constructor and Description |
---|
ConstantLookupKey(LogicalType sourceType,
org.apache.calcite.rex.RexLiteral literal) |
public static final String FIELD_NAME_SOURCE_TYPE
public static final String FIELD_NAME_LITERAL
public final LogicalType sourceType
public final org.apache.calcite.rex.RexLiteral literal
public ConstantLookupKey(LogicalType sourceType, org.apache.calcite.rex.RexLiteral literal)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.