Google News
logo
Hadoop - Quiz(MCQ)
A loader implementation should implement __________ if casts (implicit or explicit) from DataByteArray fields to other types need to be supported.
A)
LoadCaster
B)
LoadMetadata
C)
LoadPushDown
D)
All of the above

Correct Answer :   LoadCaster


Explanation : LoadCaster has methods to convert byte arrays to specific types.

Advertisement