google-cloud-php
google-cloud-php copied to clipboard
[Spanner] Implement option of getting raw results in queries
Context: #5700
Implement the option of getting raw results instead of the result data getting converted by ValueMapper
just like BigQuery's returnRawResults
flag. Code Pointer