Devlive 开源社区 本次搜索耗时 0.514 秒,为您找到 374 个相关结果.
  • 3. Getting Started With Hive Beeline

    Getting Started With Hive Beeline Getting Beeline Getting Started With Hive Beeline Getting Beeline $ bin / beeline -- help Usage : java org . apache . hive . cli...
  • Object Retrieval

    690 2024-05-25 《Apache JDO 3.2.1》
    Retrieve an object from its identity Retrieve an object based on its Extent Retrieve an object based on a query criteria Any application will require access to persisted object...
  • Function

    689 2024-06-02 《Ramda 0.12.0》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary ap empty of constructN converge curryN __ bin...
  • Stored Procedure

    存储过程节点 任务参数 存储过程节点 根据选择的数据源,执行存储过程。 拖动工具栏中的PROCEDURE 任务节点到画板中,如下图所示: 前提:在该数据库里面创建存储过程,如: CREATE PROCEDURE dolphinscheduler . test ( in in1 INT , out out1 I...
  • JDO Helper

    688 2024-05-25 《Apache JDO 3.2.1》
    PersistenceManagerFactory methods Persistence methods Lifecycle methods JDO provides a standard utility that gives access to useful parts of the JDO persistence process. This i...
  • Glossary

    687 2024-05-25 《Apache JDO 3.2.1》
    JDO utilizes some terminology used elsewhere (e.g. Java EE) but also introduces some terminology that may be new to people. Below is a glossary of some common terms that may be en...
  • PersistenceManager

    687 2024-05-25 《Apache JDO 3.2.1》
    Persist Objects Retrieve Objects Update Objects Delete Objects Making an object transient Any JDO-enabled application will require at least one PersistenceManager (PM). This ...
  • Glossary

    686 2024-06-21 《Apache Accumulo 2.x》
    authorizations a set of strings associated with a user or with a particular scan that will be used to determine which key/value pairs are visible to the user. cell a set ...
  • Table Watermark

    686 2024-06-26 《Apache Amoro 0.6.1》
    Table freshness Table watermark Table freshness Data freshness represents timeliness, and in many discussions, freshness is considered one of the important indicators of data q...
  • 4. Data serialization

    686 2024-06-19 《Redisson》
    Data serialization is extensively used by Redisson to marshall and unmarshall bytes received or sent over network link with Redis server. Many popular codecs are available for usa...