@attention The output will be written to the stream using UTF-8 encoding.
@param config A neo4j client configuration.
@param stream The stream to render to.
@param results The results stream to render.
@param width The width of the table to render.
@return 0 on success, or -1 on error (errno will be set).
Render a result stream as a table.
@attention The output will be written to the stream using UTF-8 encoding.
@param config A neo4j client configuration. @param stream The stream to render to. @param results The results stream to render. @param width The width of the table to render. @return 0 on success, or -1 on error (errno will be set).