VIEW_COLUMNS

SQL view columns

❗️

This is a legacy Apache Ignite documentation

The new documentation is hosted here: https://ignite.apache.org/docs/latest/

This view exposes information about SQL views columns.

NAME

TYPE

DESCRIPTION

COLUMN_NAME

string

Name of the column

VIEW_NAME

string

Name of the view

SCHEMA_NAME

string

Name of the view

DEFAULT_VALUE

string

Column default value

NULLABLE

boolean

True if column nullable

PRECISION

int

Column precision

SCALE

int

Column scale

TYPE

string

Column type


X