pub fn initialize_table_from_text_file_v2<O0: Into<Output>, O1: Into<Output>>(
    table_handle: O0,
    filename: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for InitializeTableFromTextFileV2::new().build(table_handle, filename, scope).