Package | Description |
---|---|
com.logicalclocks.hsfs.spark | |
com.logicalclocks.hsfs.spark.util |
Modifier and Type | Method and Description |
---|---|
StorageConnector.JdbcConnector |
FeatureStore.getJdbcConnector(String name)
Get a previously created JDBC compliant storage connector from the feature store.
|
StorageConnector.JdbcConnector |
FeatureStore.getOnlineStorageConnector()
Get a previously created JDBC compliant storage connector from the feature store
to connect to the online feature store.
|
Modifier and Type | Method and Description |
---|---|
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
StorageConnectorUtils.read(StorageConnector.JdbcConnector connector,
String query)
Reads query into a spark dataframe using the JdbcConnector.
|
Copyright © 2023. All rights reserved.