added notes about using tableFind with getRecord and getColumn

pull/500/head
Scott Anderson 2019-09-26 15:11:23 -06:00
parent 26c4d9acd8
commit d126775b91
2 changed files with 14 additions and 0 deletions

View File

@ -21,6 +21,13 @@ _**Function type:** Stream and table_
getColumn(column: "_value")
```
{{% note %}}
#### Use tableFind() to extract a single table
`getColumn()` requires a single table as input.
Use [`tableFind()`](/v2.0/reference/flux/functions/built-in/transformations/stream-table/tablefind/)
to extract a single table from a stream of tables.
{{% /note %}}
## Parameters
### column

View File

@ -21,6 +21,13 @@ _**Function type:** Stream and table_
getRecord(idx: 0)
```
{{% note %}}
#### Use tableFind() to extract a single table
`getRecord()` requires a single table as input.
Use [`tableFind()`](/v2.0/reference/flux/functions/built-in/transformations/stream-table/tablefind/)
to extract a single table from a stream of tables.
{{% /note %}}
## Parameters
### idx