Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParsedQuery<TData, TPayload>

Provides methods to define an operation that can be used to filter a data set.
Read time 1 minuteLast updated 10 days ago

Definition

public class ParsedQuery<TData, TPayload> where TPayload : class

Remarks

\<TData\>: The filtered data type, \<TPayload\>: The payload type.

Properties

Property

Description

errorsA list of QueryErrors.
evaluationGraphQuery evaluation graph used to evaluate the query.
queryGraphQuery graph. This graph can be used to walk all the node of the query if you need to do a special type of evaluation.
textThe text that generated the query.
tokensThe list of tokens found in the query.
validIndicates if the query is valid or not.

Methods

Method

Description

ApplyApplies the filtering on a payload.
GetNodeAtPositionGet the query node located at the specified index position in the query.
OptimizeOptimizes the query by optimizing the underlying filtering graph.