Remove out of date documentation for predicate support on the Storage API
PiperOrigin-RevId: 298883309
This commit is contained in:
parent
fd5b3b8238
commit
c9f5e9c4bf
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue