Interface QueryResult<T>
- All Known Implementing Classes:
BooleanQueryResult
,DateQueryResult
,DecimalQueryResult
,InstantQueryResult
,NumberQueryResult
,StringQueryResult
,WholeNumberQueryResult
public interface QueryResult<T>
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.nifi.expression.AttributeExpression.ResultType
getValue()
-
Method Details
-
getValue
T getValue() -
getResultType
org.apache.nifi.expression.AttributeExpression.ResultType getResultType()
-