Class FixedReceiver
java.lang.Object
org.apache.drill.exec.physical.impl.scan.v3.FixedReceiver
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.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FixedReceiver.Builder
builderFor
(SchemaNegotiator negotiator) void
save()
scalar
(int index) boolean
start()
-
Method Details
-
builderFor
-
start
public boolean start() -
scalar
-
scalar
-
save
public void save() -
rowWriter
-