Uses of Class
io.trino.sql.analyzer.ExpressionAnalyzer.LabelPrefixedReference
-
Packages that use ExpressionAnalyzer.LabelPrefixedReference Package Description io.trino.sql.analyzer -
-
Uses of ExpressionAnalyzer.LabelPrefixedReference in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return ExpressionAnalyzer.LabelPrefixedReference Modifier and Type Method Description ExpressionAnalyzer.LabelPrefixedReferenceAnalysis. getLabelDereference(DereferenceExpression expression)Methods in io.trino.sql.analyzer that return types with arguments of type ExpressionAnalyzer.LabelPrefixedReference Modifier and Type Method Description Map<NodeRef<DereferenceExpression>,ExpressionAnalyzer.LabelPrefixedReference>ExpressionAnalyzer. getLabelDereferences()Method parameters in io.trino.sql.analyzer with type arguments of type ExpressionAnalyzer.LabelPrefixedReference Modifier and Type Method Description voidAnalysis. addLabelDereferences(Map<NodeRef<DereferenceExpression>,ExpressionAnalyzer.LabelPrefixedReference> dereferences)
-