AirLay backend

CalculateMaxUniqueValueTask extends AirlayTask
in package

airlay-cli calculate_max_unique_value calculate

Table of Contents

$dataSetId  : string|null
$flags  : Flags
calculateAction()  : void
initialize()  : void
mainAction()  : void
abortWorkWithMessage()  : never
getDataSetTitle()  : string
parseFlagsFromParams()  : void
Parse command line arguments from array. Output default values if --help or -h argument specified.
requestConfirm()  : bool
calcMaxUniqueValue()  : int|null
getDataSets()  : array<string|int, mixed>

Properties

Methods

abortWorkWithMessage()

protected abortWorkWithMessage(string $message) : never
Parameters
$message : string
Return values
never

getDataSetTitle()

protected getDataSetTitle(array<string|int, mixed>|DataSetEntity $dataSet) : string
Parameters
$dataSet : array<string|int, mixed>|DataSetEntity
Return values
string

parseFlagsFromParams()

Parse command line arguments from array. Output default values if --help or -h argument specified.

protected parseFlagsFromParams(Flags $flags[, array<string|int, mixed> $params = [] ]) : void
Parameters
$flags : Flags
$params : array<string|int, mixed> = []
Return values
void

requestConfirm()

protected requestConfirm(string $message) : bool
Parameters
$message : string
Return values
bool

getDataSets()

private getDataSets() : array<string|int, mixed>
Tags
throws
AirlayException
Return values
array<string|int, mixed>

Search results