Uses of Class
org.apache.nifi.attribute.expression.language.Query.Range
Packages that use Query.Range
Package
Description
-
Uses of Query.Range in org.apache.nifi.attribute.expression.language
Methods in org.apache.nifi.attribute.expression.language that return types with arguments of type Query.RangeModifier and TypeMethodDescriptionstatic List
<Query.Range> Query.extractEscapedRanges
(String value) static List
<Query.Range> Query.extractExpressionRanges
(String value) private static List
<Query.Range> Query.extractExpressionRanges
(String value, boolean extractEscapeSequences) -
Uses of Query.Range in org.apache.nifi.attribute.expression.language.compile
Method parameters in org.apache.nifi.attribute.expression.language.compile with type arguments of type Query.RangeModifier and TypeMethodDescriptionExpressionCompiler.newStringLiteralEvaluatorForEscapedRanges
(String literalValue, List<Query.Range> escapedRanges)