#258: Convert FluxTableColumn and FluxTableMetaData to interface.
This change is unlikely to cause any harm, since the clients are expected to use only FluxTableColumn/FluxTableMetaData
fields or methods that didn't change. See #258 for details
and backward compatibility notes.
Bug Fixes
#237: Fixed line splitter of query results that might have produced wrong results for query responses with quoted data.
#242: Repair escaping of backslash in line protocol string field.
#246: Throw error on attempt to write points using a closed WriteApi instance.