Remove out of date documentation for predicate support on the Storage API

PiperOrigin-RevId: 298883309
This commit is contained in:
Google APIs 2020-03-04 10:31:09 -08:00 committed by Copybara-Service
parent fd5b3b8238
commit c9f5e9c4bf
3 changed files with 3 additions and 6 deletions

View File

@ -65,8 +65,7 @@ message ReadSession {
repeated string selected_fields = 1;
// SQL text filtering statement, similar to a WHERE clause in a query.
// Currently, only a single predicate that is a comparison between a column
// and a constant value is supported. Aggregates are not supported.
// Aggregates are not supported.
//
// Examples: "int_field > 5"
// "date_field = CAST('2014-9-27' as DATE)"

View File

@ -29,8 +29,7 @@ message TableReadOptions {
repeated string selected_fields = 1;
// Optional. SQL text filtering statement, similar to a WHERE clause in
// a query. Currently, only a single predicate that is a comparison between
// a column and a constant value is supported. Aggregates are not supported.
// a query. Aggregates are not supported.
//
// Examples: "int_field > 5"
// "date_field = CAST('2014-9-27' as DATE)"

View File

@ -67,8 +67,7 @@ message ReadSession {
repeated string selected_fields = 1;
// SQL text filtering statement, similar to a WHERE clause in a query.
// Currently, only a single predicate that is a comparison between a column
// and a constant value is supported. Aggregates are not supported.
// Aggregates are not supported.
//
// Examples: "int_field > 5"
// "date_field = CAST('2014-9-27' as DATE)"