org-babel-pick-name

org-babel-pick-name is a compiled Lisp function in `ob-core.el'.

(org-babel-pick-name NAMES SELECTOR)

Select one out of an alist of row or column names.
SELECTOR can be either a list of names in which case those names
will be returned directly, or an index into the list NAMES in
which case the indexed names will be return.