InterviewSolution
Saved Bookmarks
| 1. |
Which of the following has methods to deal with metadata?(a) LoadPushDown(b) LoadMetadata(c) LoadCaster(d) All of the mentioned |
|
Answer» The correct option is (b) LoadMetadata The explanation is: Most implementation of loaders don’t need to implement this unless they interact with some metadata system. |
|