I am exploring apache metamodel to my next project to fetch database metadata from db table and found apache metamodel but while testing I see a few columns are not available in apache metamodel like
TABLE_ROWS from INFORMATION_SCHEMA.TABLES CREATE_TIME from INFORMATION_SCHEMA.TABLES
CONSTRAINT_NAME from INFORMATION_SCHEMA.KEY_COLUMN_USAGE
is there any way to fetch this extra information?