public String getFieldName() {
   return (_curr == null || (_hoisted && _top == 0)) ? null : _curr.getFieldName();
 }