Improvement: Log file configuration upgraded; set the maximumu number of bytes for a log file whose name isn’t specified.
New function: field(F,x) - which assigns value to a field according to a specified expression when modifying field values of a record/sequence.
New option: call@f() - which registers functions of the specified format in a to-be-called script file.
New option: func fn() uses @o option to define a subroutine block; when calling the subroutine, pass value to the first string parameter through the @o method.
New option: Add @o option for register() function; when calling the function registered with @o, pass value to the first string parameter through the @o method.
20250313 Standard Edition Update record
Help Documentation updated.
20250313 Enterprise Edition Update record
Help Documentation updated.
20250311 External Library Guide Update record
Hive external library new functionality:Retrieve data from an ORC file; corresponding function is orc();
Hive external library new functionality:Retrieve data from a partition-based Parquet file; corresponding function is parallel();
Hive external library new functionality:Retrieve data from a Parquet file; corresponding function is parquet()