tsfile
tsfile copied to clipboard
Add some constructor for chunk capacity
For ChunkWriter, we add some constructor with rowCount params to specific the capacity of bytestream such that we can reduce the bytestream grow times. Note: these constructors are used just in iotdb currently