- java.lang.Object
-
- ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
min
public MinQuery min()
- Specified by:
min in interface ComputeQueryBuilder
- Returns:
- a min query that will find the min value of the given resource types
-
max
public MaxQuery max()
- Specified by:
max in interface ComputeQueryBuilder
- Returns:
- a max query that will find the max value of the given resource types
-
sum
public SumQuery sum()
- Specified by:
sum in interface ComputeQueryBuilder
- Returns:
- a sum query that will compute the sum of values of the given resource types
-
mean
public MeanQuery mean()
- Specified by:
mean in interface ComputeQueryBuilder
- Returns:
- a mean query that will compute the mean of values of the given resource types
-
std
public StdQuery std()
- Specified by:
std in interface ComputeQueryBuilder
- Returns:
- a std query that will compute the standard deviation of values of the given resource types
Copyright © 2016 Grakn Labs Ltd. All rights reserved.