Uses of Class
io.weaviate.client.v1.graphql.query.Aggregate
-
Packages that use Aggregate Package Description io.weaviate.client.v1.graphql io.weaviate.client.v1.graphql.query -
-
Uses of Aggregate in io.weaviate.client.v1.graphql
Methods in io.weaviate.client.v1.graphql that return Aggregate Modifier and Type Method Description AggregateGraphQL. aggregate() -
Uses of Aggregate in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query that return Aggregate Modifier and Type Method Description AggregateAggregate. withAsk(AskArgument ask)AggregateAggregate. withClassName(String className)AggregateAggregate. withFields(Field... fields)AggregateAggregate. withGroupBy(String propertyName)AggregateAggregate. withNearObject(NearObjectArgument withNearObjectFilter)AggregateAggregate. withNearText(NearTextArgument withNearTextFilter)AggregateAggregate. withNearVector(NearVectorArgument withNearVectorFilter)AggregateAggregate. withObjectLimit(Integer objectLimit)AggregateAggregate. withWhere(WhereFilter where)
-