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 CompiledFilter
getCompiledFilter()
stroom.dashboard.expression.v1.Expression
getExpression()
Field
getField()
int
getGroupDepth()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-