Uses of Class
technology.semi.weaviate.client.v1.graphql.query.Aggregate
-
Packages that use Aggregate Package Description technology.semi.weaviate.client.v1.graphql technology.semi.weaviate.client.v1.graphql.query -
-
Uses of Aggregate in technology.semi.weaviate.client.v1.graphql
Methods in technology.semi.weaviate.client.v1.graphql that return Aggregate Modifier and Type Method Description AggregateGraphQL. aggregate() -
Uses of Aggregate in technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.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)
-