Uses of Class
io.weaviate.client.v1.graphql.query.Aggregate
Packages that use Aggregate
-
Uses of Aggregate in io.weaviate.client.v1.graphql
Methods in io.weaviate.client.v1.graphql that return Aggregate -
Uses of Aggregate in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query that return AggregateModifier and TypeMethodDescriptionAggregate.withAsk(AskArgument ask) Aggregate.withClassName(String className) Aggregate.withFields(Field... fields) Aggregate.withGroupBy(String propertyName) Aggregate.withNearAudio(NearAudioArgument nearAudio) Aggregate.withNearDepth(NearDepthArgument nearDepth) Aggregate.withNearImage(NearImageArgument nearImage) Aggregate.withNearImu(NearImuArgument nearImu) Aggregate.withNearObject(NearObjectArgument withNearObjectFilter) Aggregate.withNearText(NearTextArgument withNearTextFilter) Aggregate.withNearThermal(NearThermalArgument nearThermal) Aggregate.withNearVector(NearVectorArgument withNearVectorFilter) Aggregate.withNearVideo(NearVideoArgument nearVideo) Aggregate.withObjectLimit(Integer objectLimit) Aggregate.withTenant(String tenant) Aggregate.withWhere(WhereFilter where) Deprecated.Aggregate.withWhere(WhereArgument where)