Hi, I was playing around with the datastax driver today, and I wanted to
call "DESCRIBE TABLE ....;".  But got a syntax error: line 1:0 no viable
alternative at input 'describe'.  Is that functionality just not
implemented in the 1.0 driver?

If that's true:
Does anyone know if its planned?
Is there another way to get a description of the table?

If it's not true, does anyone know where I could be doing something wrong?
I have a good connection, and I'm simply running session.execute("DESCRIBE
TABLE {keyspaceName}.{tableName};");

Thanks,
Joe

Reply via email to