Skip to content
weijie edited this page Dec 5, 2018 · 7 revisions
  • IBlockInputStream

IBlockInputStream defines the actual data execution .

  • IProfilingBlockInputStream

MergeTreeBlockInputStream

  • MergeTreeBlockInputStream low level stream to read from merge tree table data, which depends on the MergeTreeReader to finish its job

  • MergeTreeReadTask

MergeTreeReader

CompressedReadBufferFromFile

MergeTreeBlockOutputStream

stream to write data to merge tree storage engine table. It depends on the MergeTreeDataWriter to complete its job.

MergeTreeDataWriter

Clone this wiki locally