Uses of Class
com.morpheusdata.core.data.DatasetQuery
Packages that use DatasetQuery
-
Uses of DatasetQuery in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type DatasetQueryModifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Maybe<T>DatasetProvider.find(DatasetQuery query) Finds a single item in the dataset based on the query.io.reactivex.rxjava3.core.Observable<T>DatasetProvider.list(DatasetQuery query) list the values in the datasetio.reactivex.rxjava3.core.Observable<Map>DatasetProvider.listOptions(DatasetQuery query) list the values in the dataset in a common format of a name value pair.