- Pig 教程
- Pig 体系结构
- Pig 安装
- Pig 执行
- Pig Grunt Shell
- Pig Latin 基础
- Pig 读取数据
- Pig 存储数据
- Pig Dump 运算符
- Pig Describe 运算符
- Pig Explain 运算符
- Pig illustrate 运算符
- Pig GROUP 运算符
- Pig Cogroup 运算符
- Pig JOIN 运算符
- Pig Cross 运算符
- Pig Union 运算符
- Pig SPLIT 运算符
- Pig FILTER 运算符
- Pig DISTINCT 运算符
- Pig FOREACH 运算符
- Pig ORDER BY 运算符
- Pig LIMIT 运算符
- Pig eval(求值) 函数
- Pig Load & Store 函数
- Pig Bag & Tuple 函数
- Pig 字符串(String)函数
- Pig 日期时间函数
- Pig 数学函数
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
Pig 日期时间函数
日期时间函数
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论