Author | Message |
---|---|
cysun
Posts: 2935
|
Posted 15:09 Nov 06, 2013 |
It looks like SimpleDB's ProjectScan doesn't really do projection - it actually returns the whole record, but it won't let you to access any field that is not in the fieldlist (getVal() throws an exception). |