Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 471 Bytes

File metadata and controls

16 lines (8 loc) · 471 Bytes

UpdateTableRequest

Properties

Name Type Description Notes
name String The table name
namespace List<String> The namespace identifier
predicate String Optional SQL predicate to filter rows for update [optional]
updates List<List<String>> List of column updates as [column_name, expression] pairs