I am looking to get the column names and the data types for my Apache Ignite tables. Is there a SQL query that can be used to accomplish this? Maybe an equivalent to the DESCRIBE TABLE
command?
If this is not possible using SQL, can it be done using the Python driver for Apache Ignite: pyignite
?