mirror of
https://github.com/OMGeeky/google_bigquery_v2.git
synced 2026-02-23 15:49:50 +01:00
implement update & some fixes
This commit is contained in:
@@ -68,13 +68,6 @@ fn implement_big_query_table_base(
|
||||
#impl_set_field_value
|
||||
#impl_get_field_value
|
||||
#impl_from_query_result_row
|
||||
|
||||
async fn insert(&mut self) -> Result<()>{
|
||||
todo!()
|
||||
}
|
||||
async fn update(&mut self) -> Result<()>{
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user