Add support for array data types in BigQueryResultImpl. Currently, there isn't a way to read repeated fields in BigQuery. `getArray` method is not implemented and throws: 'java.sql.SQLFeatureNotSupportedException' exception.
Add support for array data types in BigQueryResultImpl.
Currently, there isn't a way to read repeated fields in BigQuery.
getArraymethod is not implemented and throws: 'java.sql.SQLFeatureNotSupportedException' exception.