Uses of Class
com.logicalclocks.hsfs.constructor.Query
Packages that use Query
-
Uses of Query in com.logicalclocks.hsfs
Methods in com.logicalclocks.hsfs that return QueryModifier and TypeMethodDescriptionSelect a subset of features of the feature group and return a query object.StreamFeatureGroup.selectAll()Select all features of the feature group and return a query object.StreamFeatureGroup.selectExcept(List<String> features) Select all features including primary key and event time feature of the feature group except provided `features` and return a query object.StreamFeatureGroup.selectExceptFeatures(List<Feature> features) Select all features including primary key and event time feature of the feature group except provided `features` and return a query object.StreamFeatureGroup.selectFeatures(List<Feature> features) Select a subset of features of the feature group and return a query object.Methods in com.logicalclocks.hsfs with parameters of type QueryModifier and TypeMethodDescriptionFeatureStore.getOrCreateFeatureView(String name, Query query, Integer version) Get feature view metadata object or create a new one if it doesn't exist.Query of a feature view.Constructors in com.logicalclocks.hsfs with parameters of type QueryModifierConstructorDescriptionFeatureView(@NonNull String name, Integer version, @NonNull Query query, String description, @NonNull FeatureStore featureStore, List<String> labels) -
Uses of Query in com.logicalclocks.hsfs.engine
Methods in com.logicalclocks.hsfs.engine with parameters of type QueryModifier and TypeMethodDescriptionFeatureViewEngine.getOrCreateFeatureView(FeatureStore featureStore, String name, Integer version, Query query, String description, List<String> labels)