Class CountDistinctMetric
java.lang.Object
org.apache.solr.client.solrj.io.stream.metrics.Metric
org.apache.solr.client.solrj.io.stream.metrics.CountDistinctMetric
- All Implemented Interfaces:
Expressible
-
Field Summary
FieldsFields inherited from class org.apache.solr.client.solrj.io.stream.metrics.Metric
outputLong -
Constructor Summary
ConstructorsConstructorDescriptionCountDistinctMetric(String columnName) CountDistinctMetric(String columnName, boolean isApproximate) CountDistinctMetric(StreamExpression expression, StreamFactory factory) -
Method Summary
Methods inherited from class org.apache.solr.client.solrj.io.stream.metrics.Metric
getFunctionName, getIdentifier, getMetricNodeId, setFunctionName, setIdentifier, setIdentifier, toExplanation
-
Field Details
-
COUNT_DISTINCT
- See Also:
-
APPROX_COUNT_DISTINCT
- See Also:
-
-
Constructor Details
-
CountDistinctMetric
-
CountDistinctMetric
-
CountDistinctMetric
- Throws:
IOException
-
-
Method Details
-
update
-
newInstance
- Specified by:
newInstancein classMetric
-
getColumns
- Specified by:
getColumnsin classMetric
-
getValue
-
toExpression
- Throws:
IOException
-