You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SNAP 5.0, you could call GetIntAttr(col_idx) where col_idx is the index of the column you would like to retrieve from a row iterator.
In SNAP 6.0, this method claims to still allow this in the documentation; however, it always gives a segmentation fault if you pass an integer. This method only works if called in the manner GetIntAttr(col_name) where col_name is a string denoting the column whose value you would like to retrieve from a row iterator.
The text was updated successfully, but these errors were encountered:
In SNAP 5.0, you could call GetIntAttr(col_idx) where col_idx is the index of the column you would like to retrieve from a row iterator.
In SNAP 6.0, this method claims to still allow this in the documentation; however, it always gives a segmentation fault if you pass an integer. This method only works if called in the manner GetIntAttr(col_name) where col_name is a string denoting the column whose value you would like to retrieve from a row iterator.
The text was updated successfully, but these errors were encountered: