public class RowContextReferenceResolver extends java.lang.Object implements ReferenceResolver<RowCollectExpression<?,?>>
Modifier and Type | Field and Description |
---|---|
static RowContextReferenceResolver |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
RowCollectExpression<?,?> |
getImplementation(ReferenceInfo refInfo) |
static RowCollectExpression<?,?> |
rowCollectExpressionFromFactoryMap(java.util.Map<TableIdent,java.util.Map<ColumnIdent,RowCollectExpressionFactory>> factoryMap,
ReferenceInfo info) |
public static final RowContextReferenceResolver INSTANCE
public RowCollectExpression<?,?> getImplementation(ReferenceInfo refInfo)
getImplementation
in interface ReferenceResolver<RowCollectExpression<?,?>>
public static RowCollectExpression<?,?> rowCollectExpressionFromFactoryMap(java.util.Map<TableIdent,java.util.Map<ColumnIdent,RowCollectExpressionFactory>> factoryMap, ReferenceInfo info)