AWS SDK for C++
AWS SDK for C++ Version 1.11.743
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-glue
include
aws
glue
model
AggFunction.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/glue/Glue_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Glue {
12
namespace
Model {
13
enum class
AggFunction
{
14
NOT_SET
,
15
avg
,
16
countDistinct
,
17
count
,
18
first
,
19
last
,
20
kurtosis
,
21
max
,
22
min
,
23
skewness
,
24
stddev_samp
,
25
stddev_pop
,
26
sum
,
27
sumDistinct
,
28
var_samp
,
29
var_pop
30
};
31
32
namespace
AggFunctionMapper {
33
AWS_GLUE_API
AggFunction
GetAggFunctionForName
(
const
Aws::String
& name);
34
35
AWS_GLUE_API
Aws::String
GetNameForAggFunction
(
AggFunction
value);
36
}
// namespace AggFunctionMapper
37
}
// namespace Model
38
}
// namespace Glue
39
}
// namespace Aws
Aws::Glue::Model::AggFunctionMapper::GetNameForAggFunction
AWS_GLUE_API Aws::String GetNameForAggFunction(AggFunction value)
Aws::Glue::Model::AggFunctionMapper::GetAggFunctionForName
AWS_GLUE_API AggFunction GetAggFunctionForName(const Aws::String &name)
Aws::Glue::Model::AdditionalOptionKeys::NOT_SET
@ NOT_SET
Aws::Glue::Model::AggFunction
AggFunction
Definition
AggFunction.h:13
Aws::Glue::Model::AggFunction::stddev_samp
@ stddev_samp
Aws::Glue::Model::AggFunction::sum
@ sum
Aws::Glue::Model::AggFunction::max
@ max
Aws::Glue::Model::AggFunction::var_pop
@ var_pop
Aws::Glue::Model::AggFunction::skewness
@ skewness
Aws::Glue::Model::AggFunction::first
@ first
Aws::Glue::Model::AggFunction::last
@ last
Aws::Glue::Model::AggFunction::countDistinct
@ countDistinct
Aws::Glue::Model::AggFunction::stddev_pop
@ stddev_pop
Aws::Glue::Model::AggFunction::var_samp
@ var_samp
Aws::Glue::Model::AggFunction::min
@ min
Aws::Glue::Model::AggFunction::sumDistinct
@ sumDistinct
Aws::Glue::Model::AggFunction::count
@ count
Aws::Glue::Model::AggFunction::avg
@ avg
Aws::Glue::Model::AggFunction::kurtosis
@ kurtosis
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences