Devlive 开源社区 本次搜索耗时 0.564 秒,为您找到 150 个相关结果.
  • Auxiliary Optimization Rules

    520 2024-07-05 《Apache Kyuubi 1.9.1》
    Features Usage Additional Configurations Kyuubi provides SQL extension out of box. Due to the version compatibility with Apache Spark, currently we support Apache Spark branch-...
  • Aggregation Functions

    514 2024-06-24 《Apache AGE 0.6.0》
    Data Setup min Using min() with Lists max stDev stDevP percentileCont percentileDisc count Using count(expression) to return the number of values Counting non-null value...
  • 3.3 Render an R script to a report

    503 2024-05-09 《R Markdown Cookbook》
    Even if you are a long-time R Markdown user, you may have missed another possibility. Dean Attali called it “knitr ‘s best hidden gem”. That is, you can render a pure R script to...
  • StarRocks

    Description Key features Options node_urls [list] username [string] password [string] database [string] table [string] scan_filter [string] schema [config] fields [Config] ...
  • String

    489 2024-06-05 《Ramda 0.2.0》
    match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...
  • 4.8 Update the date automatically

    485 2024-05-23 《R Markdown Cookbook》
    If you want the date on which the Rmd document is compiled to be reflected in the output report, you can add an inline R expression to the date field in YAML, and use the Sys.Dat...
  • Object

    484 2024-06-05 《Ramda 0.2.0》
    clone values eqProps keys omit pick pickAll project prop props where keysIn path valuesIn clone {*} → {*} Parameters valueThe object or array to clone Return...
  • String

    480 2024-06-05 《Ramda 0.19.0》
    match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...
  • 4.11 Combine words into a comma-separated phrase

    475 2024-05-10 《R Markdown Cookbook》
    When you want to output a character vector for humans to read (e.g., x <- c("apple", "banana", "cherry") ), you probably do not want something like [1] "apple" "banana" "cherry" ,...
  • The AGE Cypher Query Format

    475 2024-06-24 《Apache AGE 0.6.0》
    Cypher() Cypher in an Expression SELECT Clause Cypher queries are constructed using a function called cypher in ag_catalog which returns a Postgres SETOF records . Cypher() c...