We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ac6a3 commit 200d026Copy full SHA for 200d026
internal/engine/dolphin/stdlib.go
@@ -564,9 +564,25 @@ func defaultSchema(name string) *catalog.Schema {
564
ReturnType: &ast.TypeName{Name: "any"},
565
},
566
{
567
- Name: "FROM_UNIXTIME",
568
- Args: []*catalog.Argument{},
569
- ReturnType: &ast.TypeName{Name: "any"},
+ Name: "FROM_UNIXTIME",
+ Args: []*catalog.Argument{
+ {
570
+ Type: &ast.TypeName{Name: "bigint"},
571
+ },
572
573
+ ReturnType: &ast.TypeName{Name: "text"},
574
575
576
577
578
579
580
581
582
+ Type: &ast.TypeName{Name: "text"},
583
584
585
586
587
588
Name: "GEOMCOLLECTION",
0 commit comments