experimental.preview() 函数
experimental.preview()
在任何时候都可能更改。
experimental.preview()
限制流中的行数和表数。
包含的组键是不确定的,并且取决于引擎发送它们的顺序。
函数类型签名
(<-tables: stream[A], ?nrows: int, ?ntables: int) => stream[A] where A: Record
有关更多信息,请参阅函数类型签名。
参数
nrows
每个表返回的最大行数。默认为 5
。
ntables
返回的最大表数。默认为 5
。
tables
输入数据。默认为管道前向数据 (<-
)。
示例
预览数据输出
import "experimental"
import "sampledata"
sampledata.int()
|> experimental.preview()
此页是否对您有帮助?
感谢您的反馈!