Class InlineJoinableFactory

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

public class InlineJoinableFactory extends Object implements JoinableFactory
A JoinableFactory for InlineDataSource. It works by building an IndexedTable. It is not valid to pass any other DataSource type to the "build" method.