Uses of Class
org.apache.druid.frame.channel.ReadableConcatFrameChannel
-
Packages that use ReadableConcatFrameChannel Package Description org.apache.druid.frame.channel -
-
Uses of ReadableConcatFrameChannel in org.apache.druid.frame.channel
Methods in org.apache.druid.frame.channel that return ReadableConcatFrameChannel Modifier and Type Method Description static ReadableConcatFrameChannelReadableConcatFrameChannel. open(Iterator<ReadableFrameChannel> channelIterator)Creates a new concatenated channel.
-