Uses of Class
com.logicalclocks.hsfs.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in com.logicalclocks.hsfs
Fields in com.logicalclocks.hsfs with type parameters of type FeatureMethods in com.logicalclocks.hsfs that return FeatureModifier and TypeMethodDescriptionFeatureGroupBase.getFeature(String name) Retrieve a feature of the feature group by name.Methods in com.logicalclocks.hsfs with parameters of type FeatureModifier and TypeMethodDescriptionMethod parameters in com.logicalclocks.hsfs with type arguments of type FeatureModifier and TypeMethodDescriptionStreamFeatureGroup.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.Constructor parameters in com.logicalclocks.hsfs with type arguments of type FeatureModifierConstructorDescriptionStreamFeatureGroup(Integer id, String description, List<Feature> features) -
Uses of Feature in com.logicalclocks.hsfs.beam
Method parameters in com.logicalclocks.hsfs.beam with type arguments of type FeatureModifier and TypeMethodDescriptioncom.logicalclocks.hsfs.beam.constructor.QueryStreamFeatureGroup.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.com.logicalclocks.hsfs.beam.constructor.QueryStreamFeatureGroup.selectFeatures(List<Feature> features) Select a subset of features of the feature group and return a query object.Constructor parameters in com.logicalclocks.hsfs.beam with type arguments of type FeatureModifierConstructorDescriptionStreamFeatureGroup(Integer id, String description, List<Feature> features) -
Uses of Feature in com.logicalclocks.hsfs.constructor
Fields in com.logicalclocks.hsfs.constructor with type parameters of type FeatureMethods in com.logicalclocks.hsfs.constructor with parameters of type FeatureMethod parameters in com.logicalclocks.hsfs.constructor with type arguments of type FeatureModifier and TypeMethodDescriptionQueryBase.joinFeatures(T subquery, List<Feature> on) QueryBase.joinFeatures(T subquery, List<Feature> on, JoinType joinType) QueryBase.joinFeatures(T subquery, List<Feature> on, String prefix) QueryBase.joinFeatures(T subquery, List<Feature> leftOn, List<Feature> rightOn, JoinType joinType, String prefix) Constructor parameters in com.logicalclocks.hsfs.constructor with type arguments of type FeatureModifierConstructorDescriptionQuery(StreamFeatureGroup leftFeatureGroup, List<Feature> leftFeatures) QueryBase(FeatureGroupBase leftFeatureGroup, List<Feature> leftFeatures) -
Uses of Feature in com.logicalclocks.hsfs.engine
Method parameters in com.logicalclocks.hsfs.engine with type arguments of type FeatureModifier and TypeMethodDescriptionFeatureGroupUtils.getComplexFeatures(List<Feature> features) <T extends FeatureGroupBase>
voidFeatureGroupEngineBase.updateFeatures(FeatureGroupBase featureGroup, List<Feature> features, Class<T> fgClass) -
Uses of Feature in com.logicalclocks.hsfs.flink
Method parameters in com.logicalclocks.hsfs.flink with type arguments of type FeatureModifier and TypeMethodDescriptioncom.logicalclocks.hsfs.flink.constructor.QueryStreamFeatureGroup.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.com.logicalclocks.hsfs.flink.constructor.QueryStreamFeatureGroup.selectFeatures(List<Feature> features) Select a subset of features of the feature group and return a query object.Constructor parameters in com.logicalclocks.hsfs.flink with type arguments of type FeatureModifierConstructorDescriptionStreamFeatureGroup(Integer id, String description, List<Feature> features) -
Uses of Feature in com.logicalclocks.hsfs.spark
Methods in com.logicalclocks.hsfs.spark with parameters of type FeatureModifier and TypeMethodDescriptionvoidExternalFeatureGroup.appendFeatures(Feature features) voidFeatureGroup.appendFeatures(Feature features) Append a single feature to the schema of the feature group.voidStreamFeatureGroup.appendFeatures(Feature features) Append a single feature to the schema of the stream feature group.voidExternalFeatureGroup.updateFeatures(Feature feature) voidFeatureGroup.updateFeatures(Feature feature) Update the metadata of feature.voidStreamFeatureGroup.updateFeatures(Feature feature) Update the metadata of feature.Method parameters in com.logicalclocks.hsfs.spark with type arguments of type FeatureModifier and TypeMethodDescriptionvoidExternalFeatureGroup.appendFeatures(List<Feature> features) voidFeatureGroup.appendFeatures(List<Feature> features) Append features to the schema of the feature group.voidStreamFeatureGroup.appendFeatures(List<Feature> features) Append features to the schema of the stream feature group.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.voidExternalFeatureGroup.updateFeatures(List<Feature> features) voidFeatureGroup.updateFeatures(List<Feature> features) Update the metadata of multiple features.voidStreamFeatureGroup.updateFeatures(List<Feature> features) Update the metadata of multiple features.Constructor parameters in com.logicalclocks.hsfs.spark with type arguments of type FeatureModifierConstructorDescriptionFeatureGroup(Integer id, String description, List<Feature> features) StreamFeatureGroup(Integer id, String description, List<Feature> features) -
Uses of Feature in com.logicalclocks.hsfs.spark.constructor
Constructor parameters in com.logicalclocks.hsfs.spark.constructor with type arguments of type FeatureModifierConstructorDescriptionQuery(FeatureGroupBase leftFeatureGroup, List<Feature> leftFeatures) -
Uses of Feature in com.logicalclocks.hsfs.spark.engine
Methods in com.logicalclocks.hsfs.spark.engine that return types with arguments of type FeatureModifier and TypeMethodDescriptionSparkEngine.parseFeatureGroupSchema(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataset, TimeTravelFormat timeTravelFormat) Method parameters in com.logicalclocks.hsfs.spark.engine with type arguments of type FeatureModifier and TypeMethodDescription<T extends FeatureGroupBase>
voidFeatureGroupEngine.appendFeatures(FeatureGroupBase featureGroup, List<Feature> features, Class<T> fgClass)