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.