Row size(行大小(Row size))¶
Supported in: Batch
Estimates the size of a single row in the JVM.
Transform categories: Other
Declared arguments¶
- Dataset: Dataset to calculate size of an individual row.
Table - optional Row size column alias: Name of the column for the row estimate size value in bytes, defaults to 'size'.
Literal\
Examples¶
Example 1: Base case¶
Argument values:
- Dataset: ri.foundry.main.dataset.a
- Row size column alias: size
Input:
| a |
|---|
| 1 |
Output:
| a | size |
|---|---|
| 1 | 16 |
中文翻译¶
行大小(Row size)¶
支持环境:批处理(Batch)
估算 JVM 中单行数据的大小。
转换类别:其他
声明的参数¶
- 数据集(Dataset): 用于计算单行大小的数据集。
表(Table) - 可选 行大小列别名(Row size column alias): 存储行估算大小(以字节为单位)的列名,默认为 'size'。
字面量\
示例¶
示例 1:基本情况¶
参数值:
- 数据集: ri.foundry.main.dataset.a
- 行大小列别名: size
输入:
| a |
|---|
| 1 |
输出:
| a | size |
|---|---|
| 1 | 16 |