书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 9975 个相关结果.
  • Data types

    Data types Supported data types Compatibility of comparison and calculation Type conversions Data types In eKuiper, each column or an expression has a related data type. A da...
  • Add

    Manipulate Add Subtract Start of Time End of Time Manipulate Add Add the specified number of days to the given date. // Moment.js moment (). add ( 7 , 'days' ); //...
  • CAST

    CAST 函数说明 语法结构 相关参数 示例 限制 CAST 函数说明 CAST() 函数可以将任何类型的一个值转化为另一个特定类型。 语法结构 > CAST ( value AS datatype ) 相关参数 参数 说明 value 必要参数,待转化的值 datatype 必要参数,目标数据类型 ...
  • 数据类型

    数据类型 整数类型的 Unsigned 版本 Variable-sized 类型的限制 Timestamp 类型别名 Examples Create Table Describe Table 数据类型 GreptimeDB 支持下列数据类型: 类型 描述 别名 大小 tinyint -128 ~ 127 Int8 1 Byte sma...
  • Include Facets in Results

    Include Facets in Results Terms Facet Numeric Range Facet DateTime Range Facet Facet Results Include Facets in Results Facets allow you to include aggregated information ab...
  • TO_DATE

    to_date description Syntax example keywords to_date description Syntax DATE TO_DATE(DATETIME) Return the DATE part of DATETIME value. example mysql > select to_date...
  • 文件存储 API

    文件存储 API Getting the default storage class FileSystemStorage 类 The InMemoryStorage class Storage 类 文件存储 API Getting the default storage class Django provides convenient ...
  • quantileExact

    quantileExact quantileExactLow quantileExactHigh quantileExact 准确计算数字序列的分位数 。 为了准确计算,所有输入的数据被合并为一个数组,并且部分的排序。因此该函数需要 O(n) 的内存,n为输入数据的个数。但是对于少量数据来说,该函数还是非常有效的。 当在一个查询中使用多个不同...
  • 时间日期函数

    ADD_MONTHS CURRENT_DATE CURRENT_TIMESTAMP DBTIMEZONE EXTRACT(datetime) FROM_TZ LAST_DAY LOCALTIMESTAMP MONTHS_BETWEEN NEXT_DAY NUMTODSINTERVAL NUMTOYMINTERVAL ROUND (da...
  • Time

    Time 描述 方法 枚举 方法说明 Time Inherits: Object Time singleton for working with time. 描述 The Time singleton allows converting time between various formats and also getting tim...