Class FilterQueryTree
- java.lang.Object
-
- org.apache.pinot.common.utils.request.FilterQueryTree
-
public class FilterQueryTree extends Object
-
-
Constructor Summary
Constructors Constructor Description FilterQueryTree(String column, List<String> value, FilterOperator operator, List<FilterQueryTree> children)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FilterQueryTree>getChildren()StringgetColumn()FilterOperatorgetOperator()List<String>getValue()StringtoString()
-
-
-
Constructor Detail
-
FilterQueryTree
public FilterQueryTree(String column, List<String> value, FilterOperator operator, List<FilterQueryTree> children)
-
-
Method Detail
-
getColumn
public String getColumn()
-
getOperator
public FilterOperator getOperator()
-
getChildren
public List<FilterQueryTree> getChildren()
-
-