Skip to content

/AWS1/CL_DBRSAMPLE

Represents the sample size and sampling type for DataBrew to use for interactive data analysis.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/DBRSAMPLETYPE /AWS1/DBRSAMPLETYPE

The way in which DataBrew obtains rows from a dataset.

Optional arguments:

iv_size TYPE /AWS1/DBRSAMPLESIZE /AWS1/DBRSAMPLESIZE

The number of rows in the sample.


Queryable Attributes

Size

The number of rows in the sample.

Accessible with the following methods

Method Description
GET_SIZE() Getter for SIZE, with configurable default
ASK_SIZE() Getter for SIZE w/ exceptions if field has no value
HAS_SIZE() Determine if SIZE has a value

Type

The way in which DataBrew obtains rows from a dataset.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value