Uses of Class
com.logicalclocks.hsfs.spark.constructor.Query
Packages that use Query
-
Uses of Query in com.logicalclocks.hsfs.spark
Methods in com.logicalclocks.hsfs.spark that return QueryModifier and TypeMethodDescriptionGet Query object to retrieve all features of the group at a point in the past.Get Query object to retrieve all features of the group at a point in the past.Get Query object to retrieve all features of the group at a point in the past.Get Query object to retrieve all features of the group at a point in the past.Select a subset of features of the feature group and return a query object.Select a subset of features of the feature group and return a query object.ExternalFeatureGroup.selectAll()FeatureGroup.selectAll()Select all features of the feature group and return a query object.StreamFeatureGroup.selectAll()Select all features of the feature group and return a query object.ExternalFeatureGroup.selectExcept(List<String> features) FeatureGroup.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.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.ExternalFeatureGroup.selectExceptFeatures(List<Feature> features) FeatureGroup.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.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.ExternalFeatureGroup.selectFeatures(List<Feature> features) FeatureGroup.selectFeatures(List<Feature> features) Select a subset of features of the feature group 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.spark 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.FeatureStore.getOrCreateFeatureView(String name, Query query, Integer version, String description, List<String> labels) 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.spark 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.spark.engine
Methods in com.logicalclocks.hsfs.spark.engine that return QueryModifier and TypeMethodDescriptionFeatureViewEngine.getBatchQuery(FeatureView featureView, Date startTime, Date endTime, Boolean withLabels, Integer trainingDataVersion) Methods in com.logicalclocks.hsfs.spark.engine with parameters of type QueryModifier and TypeMethodDescriptionFeatureViewEngine.getOrCreateFeatureView(FeatureStore featureStore, String name, Integer version, Query query, String description, List<String> labels) TrainingDatasetEngine.save(TrainingDataset trainingDataset, Query query, Map<String, String> userWriteOptions, List<String> labels) Make a REST call to Hopsworks to create the metadata and write the data on the File System.org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>[]SparkEngine.splitDataset(TrainingDataset trainingDataset, Query query, Map<String, String> readOptions) org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>[]SparkEngine.write(TrainingDataset trainingDataset, Query query, Map<String, String> queryReadOptions, Map<String, String> writeOptions, org.apache.spark.sql.SaveMode saveMode) Setup Spark to write the data on the File System.