#pragma once
#include "function/aggregate_function.h"
namespace lbug {
namespace function {
struct AggregatePercentileDiscFunction {
static constexpr const char* name = "PERCENTILEDISC";
static constexpr const char* prettyName = "percentileDisc";
static function_set getFunctionSet();
};
} }