Retro Eye care Haitian Deep Dark Default

SHOW SHARDING ALGORITHM PLUGINS

Description

The SHOW SHARDING ALGORITHM PLUGINS syntax is used to query all the plugins of the interface org.apache.shardingsphere.sharding.spi.ShardingAlgorithm.

Syntax

showShardingAlgorithmPlugins ::=
  'SHOW' 'SHARDING' 'ALGORITHM' 'PLUGINS'

Return Value Description

Columns Description
type type
type_aliases type aliases
description description

Example

  • Query all the plugins for org.apache.shardingsphere.sharding.spi.ShardingAlgorithm interface
SHOW SHARDING ALGORITHM PLUGINS
SHOW SHARDING ALGORITHM PLUGINS;
+----------------+--------------+-------------+
| type           | type_aliases | description |
+----------------+--------------+-------------+
| MOD            |              |             |
| HASH_MOD       |              |             |
| VOLUME_RANGE   |              |             |
| BOUNDARY_RANGE |              |             |
| AUTO_INTERVAL  |              |             |
| INTERVAL       |              |             |
| CLASS_BASED    |              |             |
| INLINE         |              |             |
| COMPLEX_INLINE |              |             |
| HINT_INLINE    |              |             |
+----------------+--------------+-------------+
10 rows in set (0.27 sec)

Reserved word

SHOW, SHARDING, ALGORITHM, PLUGINS