Uses of Class
com.logicalclocks.hsfs.StorageConnector.RedshiftConnector
Packages that use StorageConnector.RedshiftConnector
Package
Description
-
Uses of StorageConnector.RedshiftConnector in com.logicalclocks.hsfs
Methods in com.logicalclocks.hsfs that return StorageConnector.RedshiftConnectorModifier and TypeMethodDescriptionFeatureStoreBase.getRedshiftConnector(String name) Get a previously created Redshift compliant storage connector from the feature store. -
Uses of StorageConnector.RedshiftConnector in com.logicalclocks.hsfs.spark
Methods in com.logicalclocks.hsfs.spark that return StorageConnector.RedshiftConnectorModifier and TypeMethodDescriptionFeatureStore.getRedshiftConnector(String name) Get a previously created Redshift compliant storage connector from the feature store. -
Uses of StorageConnector.RedshiftConnector in com.logicalclocks.hsfs.spark.util
Methods in com.logicalclocks.hsfs.spark.util with parameters of type StorageConnector.RedshiftConnectorModifier and TypeMethodDescriptionorg.apache.spark.sql.Dataset<org.apache.spark.sql.Row>StorageConnectorUtils.read(StorageConnector.RedshiftConnector connector, DataSource dataSource, Map<String, String> options) Reads query into a spark dataframe using the RedshiftConnector.