Enum BigQueryOptions.SampleMethod (3.6.7)

public enum BigQueryOptions.SampleMethod extends Enum<BigQueryOptions.SampleMethod> implements ProtocolMessageEnum

How to sample rows if not all rows are scanned. Meaningful only when used in conjunction with either rows_limit or rows_limit_percent. If not specified, rows are scanned in the order BigQuery reads them.

Protobuf enum google.privacy.dlp.v2.BigQueryOptions.SampleMethod

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RANDOM_START

Randomly pick groups of rows to scan.

RANDOM_START = 2;

RANDOM_START_VALUE

Randomly pick groups of rows to scan.

RANDOM_START = 2;

SAMPLE_METHOD_UNSPECIFIED

SAMPLE_METHOD_UNSPECIFIED = 0;

SAMPLE_METHOD_UNSPECIFIED_VALUE

SAMPLE_METHOD_UNSPECIFIED = 0;

TOP

Scan groups of rows in the order BigQuery provides (default). Multiple groups of rows may be scanned in parallel, so results may not appear in the same order the rows are read.

TOP = 1;

TOP_VALUE

Scan groups of rows in the order BigQuery provides (default). Multiple groups of rows may be scanned in parallel, so results may not appear in the same order the rows are read.

TOP = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()