Interface WhereFilter.Visitor<T>

Type Parameters:
T - the return type
All Known Implementing Classes:
ExtractBarriers, ExtractFilterWithoutBarriers, ExtractInnerConjunctiveFilters, ExtractReindexingFilters, ExtractRespectedBarriers, ExtractSerialFilters, ExtractShiftedColumnDefinitions, TransformToFinalFormula
Enclosing interface:
WhereFilter

public static interface WhereFilter.Visitor<T>
The visitor. Unlike other visitor patterns whose hierarchy is fully specified, only a subset of specific filter types are present in WhereFilter.Visitor, with all non-specific cases being delegated to visitOther(WhereFilter).