aboutsummaryrefslogblamecommitdiff
path: root/sql/core/src/test/resources/sql-tests/results/datetime.sql.out
blob: 51746579b13145b5ff83a8d3cdc26fe069a6de56 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                     
-- Automatically generated by org.apache.spark.sql.SQLQueryTestSuite
-- Number of queries: 1


-- !query 0
select current_date = current_date(), current_timestamp = current_timestamp()
-- !query 0 schema
struct<(current_date() = current_date()):boolean,(current_timestamp() = current_timestamp()):boolean>
-- !query 0 output
true	true