Class FunctionView<T>
java.lang.Object
tools.refinery.store.query.view.SymbolView<T>
tools.refinery.store.query.view.AbstractFunctionView<T>
tools.refinery.store.query.view.FunctionView<T>
- All Implemented Interfaces:
Constraint, AnySymbolView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Term<R> aggregate(Aggregator<R, T> aggregator, List<NodeVariable> arguments) <R> Term<R> aggregate(Aggregator<R, T> aggregator, NodeVariable... arguments) leftJoin(T defaultValue, List<NodeVariable> arguments) leftJoin(T defaultValue, NodeVariable... arguments) Methods inherited from class AbstractFunctionView
canIndexSlot, doFilter, equals, forwardMap, forwardMapValue, get, getAdjacent, getFunctionalDependencies, getImpliedRelationViews, getParameters, hashCode, valueEqualsMethods inherited from class SymbolView
filter, getAll, getSymbol, getViewName, name, toReferenceString, toStringMethods inherited from interface Constraint
aggregateBy, aggregateBy, arity, call, call, call, callTransitive, count, count, equals, getReduction, invalidIndex, leftJoinBy, leftJoinBy
-
Constructor Details
-
FunctionView
-
FunctionView
-
-
Method Details
-
aggregate
-
aggregate
-
leftJoin
-
leftJoin
-