type ResultSet (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
PublisherQueryLanguageService
The ResultSet
represents a table of data obtained from the execution of a PQL Statement.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eResultSet\u003c/code\u003e objects are tables of data resulting from executing a PQL statement.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eResultSet\u003c/code\u003e includes information about column types and data rows.\u003c/p\u003e\n"],["\u003cp\u003eColumn types are represented by \u003ccode\u003eColumnType\u003c/code\u003e objects, and rows are represented by \u003ccode\u003eRow\u003c/code\u003e objects.\u003c/p\u003e\n"]]],["The `PublisherQueryLanguageService` uses the `select()` function to retrieve data, which is returned as a `ResultSet`. This `ResultSet` is structured as a data table containing a collection of `ColumnType` objects within `columnTypes` and a collection of `Row` objects within `rows`. This service operates within the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"],null,["# type ResultSet (v202408)\n\n**Service** \n**PublisherQueryLanguageService** **Dependencies** \n[select()](/ad-manager/api/reference/v202408/PublisherQueryLanguageService#select) \n▼\n**ResultSet**\n\nThe `ResultSet` represents a table of data obtained from the execution of a PQL [Statement](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.Statement).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `columnTypes` | ` `[ColumnType](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.ColumnType)`[]` A collection of [ColumnType](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.ColumnType) objects. |\n| ### `rows` | ` `[Row](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.Row)`[]` A collection of [Row](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.Row) objects. |"]]