SHOW PLUGINS
デスクリプション
このステートメントは、インストールされているプラグインを表示するために使用されます
Syntax
SHOW PLUGINS
戻り値
| Column | デスクリプション |
|---|---|
| デスクリプション | 対応するプラグインの説明 |
| Version | プラグインの対応するバージョン番号 |
| JavaVersion | 対応するJavaのバージョン番号 |
| ClassName | プログラムのクラス名 |
| SoName | プログラムの共有オブジェクト名 |
| Sources | プラグインのソース |
| Status | インストール状態 |
| Properties | プラグインのプロパティ |
権限制御
このSQLコマンドを実行するユーザーは、少なくとも以下の権限を持っている必要があります:
| Permissions | Object | 注釈 |
|---|---|---|
| ADMIN_PRIV | クラスター全体 | クラスター全体の管理者権限が必要 |
例
-
インストール済みのプラグインを表示:
SHOW PLUGINS;+-------------------------------+---------+-----------------------------------------------------------+---------+-------------+------------------------------------------------------------+--------+---------+-----------+------------+
| Name | Type | デスクリプション | Version | JavaVersion | ClassName | SoName | Sources | Status | Properties |
+-------------------------------+---------+-----------------------------------------------------------+---------+-------------+------------------------------------------------------------+--------+---------+-----------+------------+
| __builtin_AuditLoader | AUDIT | builtin audit loader, to load audit log to internal table | 2.1.0 | 1.8.31 | org.apache.doris.plugin.audit.AuditLoader | NULL | Builtin | INSTALLED | {} |
| __builtin_AuditLogBuilder | AUDIT | builtin audit logger | 0.12.0 | 1.8.31 | org.apache.doris.plugin.audit.AuditLogBuilder | NULL | Builtin | INSTALLED | {} |
| __builtin_SqlDialectConverter | DIALECT | builtin sql dialect converter | 2.1.0 | 1.8.31 | org.apache.doris.plugin.dialect.HttpDialectConverterPlugin | NULL | Builtin | INSTALLED | {} |
+-------------------------------+---------+-----------------------------------------------------------+---------+-------------+------------------------------------------------------------+--------+---------+-----------+------------+