troy icon indicating copy to clipboard operation
troy copied to clipboard

Pretty printing for AST classes

Open tabdulradi opened this issue 7 years ago • 0 comments

For the sole purpose of embedding parts of CQL statements in error messages, we need to be able to pretty print some of AST classes

  • Table/Keyspace/Index Name
  • Term

Avoid using toString (in fact troy.cql.ast.ddl.Table.toString needs to be removed)

tabdulradi avatar Oct 13 '16 21:10 tabdulradi