CQLSH_PRESET

Constant CQLSH_PRESET 

Source
const CQLSH_PRESET: &str = "     -+ |          ";
Expand description

A comfy-table preset matching Python cqlsh’s simple pipe-separated output.

Preset char positions (comfy-table v7): 0=LeftBorder, 1=RightBorder, 2=TopBorder, 3=BottomBorder, 4=LeftHeaderIntersection, 5=HeaderLines, 6=MiddleHeaderIntersections, 7=RightHeaderIntersection, 8=VerticalLines, 9=HorizontalLines, 10=MiddleIntersections, 11=LeftBorderIntersections, 12=RightBorderIntersections, 13=TopBorderIntersections, 14=BottomBorderIntersections, 15=TopLeftCorner, 16=TopRightCorner, 17=BottomLeftCorner, 18=BottomRightCorner

Example:

 name | age | city
------+-----+------
 Alice | 30 | NYC
 Bob   | 25 | LA