Function: timestamp()
Function: timestamp()
function timestamp(opts?: {
withTimezone?: boolean;
}): ColumnBuilder;Parameters
| Parameter | Type |
|---|---|
opts? | { withTimezone?: boolean; } |
opts.withTimezone? | boolean |
Returns
ColumnBuilder
Function: timestamp()
function timestamp(opts?: {
withTimezone?: boolean;
}): ColumnBuilder;| Parameter | Type |
|---|---|
opts? | { withTimezone?: boolean; } |
opts.withTimezone? | boolean |
ColumnBuilder
Databricks Developer Hub