返回介绍

Pig 日期时间函数

发布于 2024-06-23 16:54:49 字数 1777 浏览 0 评论 0 收藏 0

日期时间函数

Apache Pig提供以下日期和时间函数:

函数描述
ToDate(milliseconds)此函数根据给定的参数返回日期时间对象。此函数的另一个替代方法是ToDate(iosstring), ToDate(userstring, format), ToDate(userstring, format, timezone)
CurrentTime()返回当前时间的日期时间对象。
GetDay(datetime)从日期时间对象返回一个月中的某天。
GetHour(datetime)从日期时间对象返回一天中的小时。
GetMilliSecond(datetime)返回日期时间对象的毫秒数。
GetMinute(datetime)返回距日期时间对象一小时的分钟数。
GetMonth(datetime)从日期时间对象返回一年中的月份。
GetSecond(datetime)返回日期时间对象的分钟的秒数。
GetWeek(datetime)从日期时间对象返回一年中的星期。
GetWeekYear(datetime)从日期时间对象返回星期年。
GetYear(datetime)从日期时间对象返回年份。
AddDuration(datetime, duration)返回日期时间对象和持续时间对象的结果。
SubtractDuration(datetime, duration)从Date-Time对象中减去Duration对象并返回结果。
DaysBetween(datetime1, datetime2)返回两个日期时间对象之间的天数。
HoursBetween(datetime1, datetime2)返回两个日期时间对象之间的小时数。
MilliSecondsBetween(datetime1, datetime2)返回两个日期时间对象之间的毫秒数。
MinutesBetween(datetime1, datetime2)返回两个日期时间对象之间的分钟数。
MonthsBetween(datetime1, datetime2)返回两个日期时间对象之间的月数。
SecondsBetween(datetime1, datetime2)返回两个日期时间对象之间的秒数。
WeeksBetween(datetime1, datetime2)返回两个日期时间对象之间的星期数。
YearsBetween(datetime1, datetime2)返回两个日期时间对象之间的年数。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文