Uses of Enum
software.amazon.awscdk.services.glue.NumericOverflowHandlingAction
Packages that use NumericOverflowHandlingAction
-
Uses of NumericOverflowHandlingAction in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return NumericOverflowHandlingActionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static NumericOverflowHandlingAction[]NumericOverflowHandlingAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.glue with parameters of type NumericOverflowHandlingActionModifier and TypeMethodDescriptionstatic StorageParameterStorageParameter.numericOverflowHandling(NumericOverflowHandlingAction value) Specifies the action to perform when ORC data contains an integer (for example, BIGINT or int64) that is larger than the column definition (for example, SMALLINT or int16).