Now is an alias for CurrentTimestamp (common SQL function name)
()
| 50 | |
| 51 | // Now is an alias for CurrentTimestamp (common SQL function name) |
| 52 | func (e *SQLEngine) Now() (*schema_pb.Value, error) { |
| 53 | return e.CurrentTimestamp() |
| 54 | } |
| 55 | |
| 56 | // =============================== |
| 57 | // EXTRACT FUNCTION |