package sqlclassification
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class KyuubiSqlClassification(session: SparkSession) extends Rule[LogicalPlan] with Product with Serializable
Value Members
-
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.