Packages

p

org.apache.kyuubi.sql

sqlclassification

package sqlclassification

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class KyuubiSqlClassification(session: SparkSession) extends Rule[LogicalPlan] with Product with Serializable

Value Members

  1. object KyuubiGetSqlClassification extends Logging

    This object is used for getting sql_classification by the logicalPlan's simpleName.

    This object is used for getting sql_classification by the logicalPlan's simpleName. When the configuration item: SQL_CLASSIFICATION_ENABLED is on, we will load the rule from sql-classification-default.json.

    Notice: We support the user use the self-defined matching rule: sql-classification.json. If there have no this named jsonFile, the service will upload the default matching rule: sql-classification-default.json.

Ungrouped