Interface Source
-
- All Known Implementing Classes:
BaseJoin,BaseSelector,LuceneJoin,LuceneSelector
public interface Source- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JoinTypegetJoinType()SelectorgetSelector(String name)List<Set<String>>getSelectorGroups(FunctionEvaluationContext functionContext)Map<String,Selector>getSelectors()voidsetJoinType(JoinType joinType)
-