TABLE_COLUMNS
SQL table columns
This is a legacy Apache Ignite documentationThe new documentation is hosted here: https://ignite.apache.org/docs/latest/
This view exposes information about SQL table columns.
NAME | TYPE | DESCRIPTION |
|---|---|---|
COLUMN_NAME | string | Column name |
TABLE_NAME | string | Table name |
SCHEMA_NAME | string | Schema name |
AFFINITY_COLUMN | boolean | True if column affinity key. |
AUTO_INCREMENT | boolean | True if auto incremented |
DEFAULT_VALUE | string | Default column value |
NULLABLE | boolean | True if nullable |
PK | boolean | True if primary key |
PRECISION | int | Column precision |
SCALE | int | Column scale |
TYPE | string | Column type |

