Package | Description |
---|---|
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractAggregationTestCase.MockVariableFactory
Provides sequential, predictable, and easily read variable names.
|
class |
GroupByRewriter
Utility class simplifies an aggregation operator through a rewrite.
|
Modifier and Type | Method and Description |
---|---|
static IConstraint |
GroupByRewriter.rewrite(IConstraint e,
IVariableFactory f,
LinkedHashMap<IAggregate<?>,IVariable<?>> aggExpr)
Rewrite an
IConstraint . |
static IValueExpression<?> |
GroupByRewriter.rewrite(IValueExpression<?> e,
IVariableFactory f,
LinkedHashMap<IAggregate<?>,IVariable<?>> aggExpr)
Rewrite an
IValueExpression from a SELECT or HAVING clause. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.