impala_unnest | R Documentation |
impala_unnest()
unnests a
column of type ARRAY
, MAP
, or STRUCT
in a tbl_impala
. These column types are referred to
as complex or nested types.
impala_unnest(data, col, ...)
data |
an object with class |
col |
the unquoted name of an |
... |
ignored (included for compatibility) |
impala_unnest()
currently can unnest only
one column, can only be applied once to a tbl_impala
,
and must be applied to a tbl_impala
representing an
Impala table or view before applying any other operations.
an object with class tbl_impala
with the
complex column unnested into two or more separate columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.