AWS SDK for C++
AWS SDK for C++ Version 1.11.440
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/glue/Glue_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Glue
13
{
14
namespace
Model
15
{
16
enum class
AggFunction
17
{
18
NOT_SET
,
19
avg
,
20
countDistinct
,
21
count
,
22
first
,
23
last
,
24
kurtosis
,
25
max
,
26
min
,
27
skewness
,
28
stddev_samp
,
29
stddev_pop
,
30
sum
,
31
sumDistinct
,
32
var_samp
,
33
var_pop
34
};
35
36
namespace
AggFunctionMapper
37
{
38
AWS_GLUE_API
AggFunction
GetAggFunctionForName
(
const
Aws::String
& name);
39
40
AWS_GLUE_API
Aws::String
GetNameForAggFunction
(
AggFunction
value);
41
}
// namespace AggFunctionMapper
42
}
// namespace Model
43
}
// namespace Glue
44
}
// 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:17
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