OrcColumnMappingType

class aws_cdk.aws_glue.OrcColumnMappingType(*values)

Bases: Enum

Specifies how to map columns when the table uses ORC data format.

See:

https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_EXTERNAL_TABLE.html#r_CREATE_EXTERNAL_TABLE-parameters - under “TABLE PROPERTIES” > “orc.schema.resolution”

Attributes

NAME

Map columns by name.

POSITION

Map columns by position.