createCodeGeneratedObject(in: IN): OUT
CodeGeneratorWithInterpretedFallback
CodeGeneratorWithInterpretedFallback is the base of codegen object generators that can create objects for codegen and interpreted evaluation paths.
| Method | Description |
|---|---|
|
Used when…FIXME |
|
Used when…FIXME |
|
Note
|
UnsafeProjection is the one and only known implementation of the CodeGeneratorWithInterpretedFallback Contract in Apache Spark. |
|
Note
|
|
createObject Method
createObject(in: IN): OUT
createObject…FIXME
|
Note
|
createObject is used exclusively when UnsafeProjection is requested to create an UnsafeProjection for Catalyst expressions.
|