Uses of Class
com.hw.langchain.utilities.spark.sql.SparkSql
Packages that use SparkSql
Package
Description
-
Uses of SparkSql in com.hw.langchain.agents.toolkits.spark.sql.toolkit
Constructors in com.hw.langchain.agents.toolkits.spark.sql.toolkit with parameters of type SparkSql -
Uses of SparkSql in com.hw.langchain.tools.spark.sql.tool
Fields in com.hw.langchain.tools.spark.sql.tool declared as SparkSqlConstructors in com.hw.langchain.tools.spark.sql.tool with parameters of type SparkSqlModifierConstructorDescriptionprotected
BaseSparkSqlTool
(SparkSql db, String name, String description) QueryCheckerTool
(SparkSql db, BaseLanguageModel llm) -
Uses of SparkSql in com.hw.langchain.utilities.spark.sql
Methods in com.hw.langchain.utilities.spark.sql that return SparkSql