A bitmask of flags may be supplied, which may include:
- NEO4J_RENDER_ASCII - use only ASCII characters when rendering.
- NEO4J_RENDER_ANSI_COLOR - use ANSI escape codes for colorization.
If no flags are required, pass 0 or NEO4J_RENDER_DEFAULT.
@attention The output will be written to the stream using UTF-8 encoding.
@param stream The stream to render to.
@param plan The statement plan to render.
@param width The width of the table to render.
@param flags A bitmask of flags to control rendering.
@return 0 on success, or -1 on error (errno will be set).
Render a statement plan as a table.
A bitmask of flags may be supplied, which may include: - NEO4J_RENDER_ASCII - use only ASCII characters when rendering. - NEO4J_RENDER_ANSI_COLOR - use ANSI escape codes for colorization.
If no flags are required, pass 0 or NEO4J_RENDER_DEFAULT.
@attention The output will be written to the stream using UTF-8 encoding.
@param stream The stream to render to. @param plan The statement plan to render. @param width The width of the table to render. @param flags A bitmask of flags to control rendering. @return 0 on success, or -1 on error (errno will be set).