Class FrameBasedInlineJoinableFactory

java.lang.Object
org.apache.druid.segment.join.FrameBasedInlineJoinableFactory
All Implemented Interfaces:
JoinableFactory

public class FrameBasedInlineJoinableFactory extends Object implements JoinableFactory
Creates a joinable from the FrameBasedInlineDataSource. This materializes the datasource to an InlineDataSource, before creating the joinable on it, which carries the overhead of this conversion.