Executes a scan query on the specified table and returns the resulting DataFrame.
Executes a scan query on the specified table and returns the resulting DataFrame.
the object containing select clauses and where conditions
the name of the table from which to scan data
an optional raw string to append to the generated query
a map of column names to default values for filling in absent columns
an optional override for the partition column; if not provided, the default partition column from tableUtils is used
if true, the partition column in the resulting DataFrame will be renamed to the standard column name; otherwise, the original column name is retained
Dataframe containing the result of executing the constructed scan query
Identical to scanQueryDf
except for exposing the query string for testing or logging.