Class NStreamQueryPlanBuilder.BestChainResult
java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplanbuild.NStreamQueryPlanBuilder.BestChainResult
- Enclosing class:
- NStreamQueryPlanBuilder
Encapsulates the chain information.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BestChainResult
public BestChainResult(int depth, int[] chain) Ctor.- Parameters:
depth
- - depth this chain resolves into a indexed lookupchain
- - chain for nested lookup
-
-
Method Details