LoadSchema
LoadSchema operation creates a table that contains the schema of the input table. There is still a limitation: LoadSchema will not work with file-based sources (eg Amazon S3). Contact us if you need this functionality.
Parameters:
Source,Space, andTablespecify the input table.Target Source,Target Space, andTarget Tablespecify the target table. The target table contains the schema of the input table.Distinct on columnscontains a list of columns by which duplicates are identified and removed.
Last updated on