Class FixedReceiver

java.lang.Object
org.apache.drill.exec.physical.impl.scan.v3.FixedReceiver

public class FixedReceiver extends Object
Layer above the ResultSetLoader which handles standard conversions for scalar columns where the schema is known up front (i.e. "early schema".) Columns access is by both name and position, though access by position is faster and is preferred where possible for performance.