Uses of Interface
ai.dat.core.adapter.SemanticAdapter
Packages that use SemanticAdapter
Package
Description
-
Uses of SemanticAdapter in ai.dat.core.adapter
Fields in ai.dat.core.adapter declared as SemanticAdapterModifier and TypeFieldDescriptionprotected final SemanticAdapterGenericSqlDatabaseAdapter.semanticAdapterMethods in ai.dat.core.adapter that return SemanticAdapterModifier and TypeMethodDescriptionDatabaseAdapter.semanticAdapter()GenericSqlDatabaseAdapter.semanticAdapter()Constructors in ai.dat.core.adapter with parameters of type SemanticAdapterModifierConstructorDescriptionGenericSqlDatabaseAdapter(SemanticAdapter semanticAdapter, DataSource dataSource) -
Uses of SemanticAdapter in ai.dat.core.semantic
Constructors in ai.dat.core.semantic with parameters of type SemanticAdapterModifierConstructorDescriptionSemanticSqlConverter(@NonNull SemanticAdapter semanticAdapter, @NonNull List<SemanticModel> semanticModels) -
Uses of SemanticAdapter in ai.dat.core.semantic.view
Methods in ai.dat.core.semantic.view with parameters of type SemanticAdapterModifier and TypeMethodDescriptionstatic DimensionViewDimensionView.from(@NonNull Dimension dimension, SemanticAdapter semanticAdapter) static EntityViewEntityView.from(@NonNull Entity entity, SemanticAdapter semanticAdapter) static MeasureViewMeasureView.from(@NonNull Measure measure, SemanticAdapter semanticAdapter) static SemanticModelViewSemanticModelView.from(@NonNull SemanticModel semanticModel, SemanticAdapter semanticAdapter) -
Uses of SemanticAdapter in ai.dat.core.utils
Methods in ai.dat.core.utils with parameters of type SemanticAdapterModifier and TypeMethodDescriptionstatic StringSemanticModelUtil.semanticModelSql(@NonNull SemanticAdapter semanticAdapter, @NonNull SemanticModel semanticModel) 获取语义模型的数据集SQLstatic SemanticModelViewSemanticModelUtil.toSemanticModelView(@NonNull SemanticModel semanticModel, SemanticAdapter semanticAdapter) static StringSemanticModelUtil.toSemanticModelViewText(@NonNull SemanticModel semanticModel, SemanticAdapter semanticAdapter)