Package stroom.query.common.v2
Class CompiledField
- java.lang.Object
-
- stroom.query.common.v2.CompiledField
-
public class CompiledField extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CompiledField(Field field, int groupDepth, stroom.dashboard.expression.v1.Expression expression, CompiledFilter compiledFilter)
-
Method Summary
Modifier and Type Method Description CompiledFiltergetCompiledFilter()stroom.dashboard.expression.v1.ExpressiongetExpression()FieldgetField()intgetGroupDepth()java.lang.StringtoString()
-
-
-
Constructor Detail
-
CompiledField
public CompiledField(Field field, int groupDepth, stroom.dashboard.expression.v1.Expression expression, CompiledFilter compiledFilter)
-
-
Method Detail
-
getField
public Field getField()
-
getGroupDepth
public int getGroupDepth()
-
getExpression
public stroom.dashboard.expression.v1.Expression getExpression()
-
getCompiledFilter
public CompiledFilter getCompiledFilter()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-