| Package | Description |
|---|---|
| org.apache.calcite.rel.core |
Defines core relational expressions.
|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Match.PatternVarFinder.visitPatternFieldRef(RexPatternFieldRef fieldRef) |
| Modifier and Type | Method and Description |
|---|---|
RexPatternFieldRef |
RexBuilder.makePatternFieldRef(String alpha,
RelDataType type,
int i)
Creates a reference to a given field of the pattern.
|
static RexPatternFieldRef |
RexPatternFieldRef.of(String alpha,
int index,
RelDataType type) |
static RexPatternFieldRef |
RexPatternFieldRef.of(String alpha,
RexInputRef ref) |
| Modifier and Type | Method and Description |
|---|---|
R |
RexVisitor.visitPatternFieldRef(RexPatternFieldRef fieldRef) |
Boolean |
RexUtil.ConstantFinder.visitPatternFieldRef(RexPatternFieldRef fieldRef) |
R |
RexVisitorImpl.visitPatternFieldRef(RexPatternFieldRef fieldRef) |
RexNode |
RexShuttle.visitPatternFieldRef(RexPatternFieldRef fieldRef) |
R |
RexBiVisitor.visitPatternFieldRef(RexPatternFieldRef ref,
P arg) |
RelOptUtil.Logic |
LogicVisitor.visitPatternFieldRef(RexPatternFieldRef ref,
RelOptUtil.Logic arg) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.