Data in Parquet Format | Native Object Store | Teradata R Package - Data in Parquet Format - Teradata Package for R

Teradata® Package for R User Guide

Product
Teradata Package for R
Release Number
17.00
Published
July 2021
Language
English (United States)
Last Update
2023-08-08
dita:mapPath
yih1585763700215.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
B700-4005
Product Category
Teradata Vantage
Foreign table created in Parquet format usually contains the following columns:
  • Location
  • Several other user specified columns in Parquet format specified while creating foreign table

User can create an object of class "tbl_teradata" on a foreign table using "tbl()", similar to creating an object of class "tbl_teradata" on a regular table. With the created tbl_teradata, user can easily access and process the data using various API's offered by tdplyr and other R packages that work with tbl objects.

How to access actual data and path variables

Unlike foreign tables on JSON and CSV format data, tdplyr tbl_teradata on Parquet data provides direct access to the actual data in Parquet files, as described in Accessing Foreign Table Created On Parquet Data.