# Functions
ConvertData maps the source DB data in vals into Spanner data, based on the Spanner and source DB schemas.
ProcessDataRow converts a row of data and writes it out to Spanner.
# Structs
DbDumpImpl Postgres specific implementation for DdlDumpImpl.
InfoSchemaImpl postgres specific implementation for InfoSchema.
ToDdlImpl Postgres specific implementation for ToDdl.