\brief Get base pointer to field builder \param i the field index \return pointer to ArrayBuilder
| 57 | /// \param i the field index |
| 58 | /// \return pointer to ArrayBuilder |
| 59 | ArrayBuilder* GetField(int i) { return raw_field_builders_[i]; } |
| 60 | |
| 61 | /// \brief Return field builder casted to indicated specific builder type |
| 62 | /// \param i the field index |
no outgoing calls