Interface GroupByPath
-
- All Superinterfaces:
LimitPath,OffsetPath,OrderByPath,Path,SelectResultPath,Statement
- All Known Subinterfaces:
AsPath,FromPath,HintPath,JoinPath,KeysPath,LetPath,NestPath,UnnestPath,WherePath
- All Known Implementing Classes:
DefaultAsPath,DefaultFromPath,DefaultGroupByPath,DefaultHintPath,DefaultJoinPath,DefaultKeysPath,DefaultLetPath,DefaultNestPath,DefaultUnnestPath,DefaultWherePath
@Experimental @Public public interface GroupByPath extends SelectResultPath
.- Author:
- Michael Nitschinger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LettingPathgroupBy(Expression... expressions)LettingPathgroupBy(String... identifiers)-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offset
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.OrderByPath
orderBy
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.SelectResultPath
except, except, exceptAll, exceptAll, intersect, intersect, intersectAll, intersectAll, union, union, unionAll, unionAll
-
-
-
-
Method Detail
-
groupBy
LettingPath groupBy(Expression... expressions)
-
groupBy
LettingPath groupBy(String... identifiers)
-
-