public class NearestDateFunctions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NearestDateFunctions.NearestDateFunction
This function takes two arguments, an input date object, and an interval and returns
the previous date that is the first date in that period.
|
static class |
NearestDateFunctions.NearestDateFunctionWithString
This function takes three arguments, an input date string, an input date format string, and an interval and returns
the previous date that is the first date in that period.
|
| Constructor and Description |
|---|
NearestDateFunctions() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.