HYBRID_TABLES view

This Information Schema view displays a row for each hybrid table defined in the specified (or current) database.

Columns

Column NameData TypeDescription
CATALOGTEXTDatabase to which the hybrid table belongs.
SCHEMATEXTSchema to which the hybrid table belongs.
NAMETEXTName of the hybrid table.
OWNERTEXTOwner of the hybrid table.
ROW_COUNTNUMBERApproximate row count of the hybrid table.
BYTESNUMBERApproximate size in bytes of the row store of the hybrid table.
RETENTION_TIMENUMBERRetention time for data in the hybrid table.
CREATEDTIMESTAMP_LTZCreation time of the hybrid table.
LAST_ALTEREDTIMESTAMP_LTZThe last time this hybrid table was altered by a DDL statement, a TRUNCATE or INSERT OVERWRITE statement, or a compaction job. Note that regular DML operations are not recorded here.
COMMENTTEXTComment for the hybrid table.

Usage notes

  • The view only displays objects for which the current role for the session has been granted access privileges. The view does not honor the MANAGE GRANTS privilege and consequently may show less information compared to a SHOW command when both are executed with a role that was granted the MANAGE GRANTS privilege.
  • Just as with SHOW TABLES and SHOW HYBRID TABLES, the bytes and row count are approximate.