Trait tidb_query_expr::impl_math::Ceil [−][src]
Associated Types
type Input: Evaluable + EvaluableRet
[src]
type Output: EvaluableRet
[src]
Required methods
Loading content...Implementors
impl Ceil for CeilDecToDec
[src]
type Input = Decimal
type Output = Decimal
fn ceil(
ctx: &mut EvalContext,
arg: &Self::Input
) -> Result<Option<Self::Output>>
[src]
ctx: &mut EvalContext,
arg: &Self::Input
) -> Result<Option<Self::Output>>
impl Ceil for CeilDecToInt
[src]
type Input = Decimal
type Output = Int
fn ceil(
ctx: &mut EvalContext,
arg: &Self::Input
) -> Result<Option<Self::Output>>
[src]
ctx: &mut EvalContext,
arg: &Self::Input
) -> Result<Option<Self::Output>>
impl Ceil for CeilIntToDec
[src]
type Input = Int
type Output = Decimal
fn ceil(
_ctx: &mut EvalContext,
arg: &Self::Input
) -> Result<Option<Self::Output>>
[src]
_ctx: &mut EvalContext,
arg: &Self::Input
) -> Result<Option<Self::Output>>
impl Ceil for CeilIntToInt
[src]
type Input = Int
type Output = Int
fn ceil(
_ctx: &mut EvalContext,
arg: &Self::Input
) -> Result<Option<Self::Output>>
[src]
_ctx: &mut EvalContext,
arg: &Self::Input
) -> Result<Option<Self::Output>>