Hi,
I add a few helper method on this, to make java developer life easier, because we can’t benefit from the generic feature on getAs[T]. Please let me know if I should not do that. Regards, Shuai From: Michael Armbrust [mailto:mich...@databricks.com] Sent: Friday, April 24, 2015 5:57 PM To: Reynold Xin Cc: Shuai Zheng; dev Subject: Re: [SQL][Feature] Access row by column name instead of index Already done :) https://github.com/apache/spark/commit/2e8c6ca47df14681c1110f0736234ce76a3eca9b On Fri, Apr 24, 2015 at 2:37 PM, Reynold Xin <r...@databricks.com> wrote: Can you elaborate what you mean by that? (what's already available in Python?) On Fri, Apr 24, 2015 at 2:24 PM, Shuai Zheng <szheng.c...@gmail.com> wrote: > Hi All, > > I want to ask whether there is a plan to implement the feature to access > the Row in sql by name? Currently we can only allow to access a row by > index (there is a python version api of access by name, but none for java) > > Regards, > > Shuai > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org > For additional commands, e-mail: dev-h...@spark.apache.org > >