| Package | Description |
|---|---|
| org.hawkular.metrics.api.jaxrs.influx.query.parse.definition | |
| org.hawkular.metrics.api.jaxrs.influx.query.translate |
| Modifier and Type | Class and Description |
|---|---|
class |
AndBooleanExpression |
class |
EqBooleanExpression |
class |
GtBooleanExpression |
class |
LtBooleanExpression |
class |
NeqBooleanExpression |
class |
OrBooleanExpression |
| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
AndBooleanExpression.getLeftExpression() |
BooleanExpression |
OrBooleanExpression.getLeftExpression() |
BooleanExpression |
AndBooleanExpression.getRightExpression() |
BooleanExpression |
OrBooleanExpression.getRightExpression() |
BooleanExpression |
SelectQueryDefinitions.getWhereClause() |
| Modifier and Type | Method and Description |
|---|---|
List<BooleanExpression> |
EqBooleanExpression.getChildren() |
List<BooleanExpression> |
GtBooleanExpression.getChildren() |
List<BooleanExpression> |
NeqBooleanExpression.getChildren() |
List<BooleanExpression> |
BooleanExpression.getChildren() |
List<BooleanExpression> |
AndBooleanExpression.getChildren() |
List<BooleanExpression> |
OrBooleanExpression.getChildren() |
List<BooleanExpression> |
LtBooleanExpression.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
SelectQueryDefinitionsBuilder |
SelectQueryDefinitionsBuilder.setWhereClause(BooleanExpression whereClause) |
| Constructor and Description |
|---|
AndBooleanExpression(BooleanExpression leftExpression,
BooleanExpression rightExpression) |
OrBooleanExpression(BooleanExpression leftExpression,
BooleanExpression rightExpression) |
SelectQueryDefinitions(boolean starColumn,
List<ColumnDefinition> columnDefinitions,
FromClause fromClause,
GroupByClause groupByClause,
BooleanExpression whereClause,
LimitClause limitClause,
boolean orderDesc) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Interval |
ToIntervalTranslator.toInterval(BooleanExpression whereClause)
Return the interval described by the where clause.
|
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.