OrcColumnMappingType

class aws_cdk.aws_glue_alpha.OrcColumnMappingType(value)

Bases: Enum

(experimental) 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”

Stability:

experimental

Attributes

NAME

(experimental) Map columns by name.

Stability:

experimental

POSITION

(experimental) Map columns by position.

Stability:

experimental