Uses of Class
com.activeviam.database.api.settings.DiscovererSettings
Packages that use DiscovererSettings
Package
Description
-
Uses of DiscovererSettings in com.activeviam.database.api.settings
Methods in com.activeviam.database.api.settings that return DiscovererSettingsModifier and TypeMethodDescriptionDiscovererSettings.DiscovererSettingsBuilder.build()static DiscovererSettingsDiscovererSettings.defaults() -
Uses of DiscovererSettings in com.activeviam.database.sql.internal.jdbc
Constructors in com.activeviam.database.sql.internal.jdbc with parameters of type DiscovererSettingsModifierConstructorDescriptionJdbcDiscoverer(IJdbcConfiguration config, DiscovererSettings discovererSettings) Constructor. -
Uses of DiscovererSettings in com.activeviam.database.sql.internal.schema
Methods in com.activeviam.database.sql.internal.schema with parameters of type DiscovererSettingsModifier and TypeMethodDescriptionstatic voidVectorizer.autoVectorizeFieldsIfEnabled(List<ISqlField> fields, DiscovererSettings discovererSettings) Regroups the fields with the same prefix into a vector field if and only if the feature is enabled. -
Uses of DiscovererSettings in com.activeviam.database.sql.internal.schema.descriptions
Methods in com.activeviam.database.sql.internal.schema.descriptions with parameters of type DiscovererSettingsModifier and TypeMethodDescriptionstatic voidDescriptionVectorizer.autoVectorizeFieldsIfEnabled(List<AInternalFieldDescription> fields, DiscovererSettings discovererSettings) Regroups the fields with the same prefix into a vector field if and only if the feature is enabled. -
Uses of DiscovererSettings in com.activeviam.directquery.api
Methods in com.activeviam.directquery.api with parameters of type DiscovererSettingsModifier and TypeMethodDescriptionDirectQueryConnector.getDiscoverer(DiscovererSettings settings) Returns the table discoverer with the given settings. -
Uses of DiscovererSettings in com.activeviam.directquery.internal
Methods in com.activeviam.directquery.internal with parameters of type DiscovererSettingsModifier and TypeMethodDescriptionIDirectQueryServiceFactory.getDiscoverer(ClientSettingsT clientSettings, DiscovererSettings discoverySettings)