CBLQueryPredictionFunction
@interface CBLQueryPredictionFunction : CBLQueryExpressionENTERPRISE EDITION ONLY
CBLQueryPredictionFunction that allows to create an expression that refers to one of the properties of the prediction result dictionary.
- 
                  
                  Creates a property expression that refers to a property of the prediction result dictionary. DeclarationObjective-C - (nonnull CBLQueryExpression *)property:(nonnull NSString *)keyPath;ParameterskeyPathThe key path to the property. Return ValueThe property expression referring to a property of the prediction dictionary result. 
 CBLQueryPredictionFunction Class Reference
        CBLQueryPredictionFunction Class Reference