The SHOW SHADOW ALGORITHM PLUGINS syntax is used to query all the implementations of the interface org.apache.shardingsphere.shadow.spi.ShadowAlgorithm.
showShadowAlgorithmPlugins ::=
  'SHOW' 'SHADOW' 'ALGORITHM' 'PLUGINS'
| Columns | Description | 
|---|---|
| type | type | 
| type_aliases | type aliases | 
| description | description | 
org.apache.shardingsphere.shadow.spi.ShadowAlgorithm interfaceSHOW SHADOW ALGORITHM PLUGINS
SHOW SHADOW ALGORITHM PLUGINS;
+-------------+--------------+-------------+
| type        | type_aliases | description |
+-------------+--------------+-------------+
| SQL_HINT    |              |             |
| REGEX_MATCH |              |             |
| VALUE_MATCH |              |             |
+-------------+--------------+-------------+
3 rows in set (0.37 sec)
SHOW, SHADOW, ALGORITHM, PLUGINS
