by shigemk2

当面は技術的なことしか書かない

usage presto date_diff

usage presto date_diff

使い方がテストコードにのっていた。

select date_diff('second', timestamp1, timestamp2)

L586-L594

https://github.com/prestodb/presto/blob/master/presto-main/src/test/java/com/facebook/presto/operator/scalar/TestDateTimeFunctionsBase.java#L586-L594:tite