Package | Description |
---|---|
com.logicalclocks.hsfs | |
com.logicalclocks.hsfs.engine |
Modifier and Type | Method and Description |
---|---|
Query |
StreamFeatureGroup.select(List<String> features)
Select a subset of features of the feature group and return a query object.
|
Query |
StreamFeatureGroup.selectAll()
Select all features of the feature group and return a query object.
|
Query |
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.
|
Query |
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.
|
Query |
StreamFeatureGroup.selectFeatures(List<Feature> features)
Select a subset of features of the feature group and return a query object.
|
Modifier and Type | Method and Description |
---|---|
FeatureView |
FeatureStore.getOrCreateFeatureView(String name,
Query query,
Integer version)
Get feature view metadata object or create a new one if it doesn't exist.
|
FeatureView.FeatureViewBuilder |
FeatureView.FeatureViewBuilder.query(Query query)
Query of a feature view.
|
Constructor and Description |
---|
FeatureView(@NonNull String name,
Integer version,
@NonNull Query query,
String description,
@NonNull FeatureStore featureStore,
List<String> labels) |
Modifier and Type | Method and Description |
---|---|
FeatureView |
FeatureViewEngine.getOrCreateFeatureView(FeatureStore featureStore,
String name,
Integer version,
Query query,
String description,
List<String> labels) |
Copyright © 2025. All rights reserved.