@quack-protocol/sdk - v0.1.0
GitHub
npm
Preparing search index...
index
timestampValue
Function timestampValue
timestampValue
(
value
:
string
|
number
|
bigint
,
unit
?:
"micros"
|
"nanos"
|
"seconds"
|
"millis"
,
timezone
?:
"utc"
,
)
:
TimestampValue
Create a tagged DuckDB TIMESTAMP value in the specified unit.
Parameters
value
:
string
|
number
|
bigint
unit
:
"micros"
|
"nanos"
|
"seconds"
|
"millis"
= "micros"
Optional
timezone
:
"utc"
Returns
TimestampValue
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
@quack-protocol/sdk - v0.1.0
Loading...
Create a tagged DuckDB TIMESTAMP value in the specified unit.