Class: Google::Spanner::V1::PartialResultSet

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb

Overview

Partial results from a streaming read or SQL query. Streaming reads and SQL queries better tolerate large result sets, large rows, and large values, but are a little trickier to consume.

Instance Attribute Summary collapse

Instance Attribute Details

#chunked_valuetrue, false



138
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb', line 138

class PartialResultSet; end

#metadataGoogle::Spanner::V1::ResultSetMetadata



138
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb', line 138

class PartialResultSet; end

#resume_tokenString



138
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb', line 138

class PartialResultSet; end

#statsGoogle::Spanner::V1::ResultSetStats



138
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb', line 138

class PartialResultSet; end

#valuesArray<Google::Protobuf::Value>



138
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/result_set.rb', line 138

class PartialResultSet; end