For the complete documentation index, see llms.txt. This page is also available as Markdown.

Expected results when querying fields

Understand expected results when querying fields with XQL.

The following are returned when querying fields:

  • If specific fields are stated in the fields stage, those exact fields will be returned.

  • The _time system field will not be added to queries that contain the comp stage.

  • All current system fields will be returned, even if they are not stated in the quer

  • Each new column in the result set created by the alter stage will be added as the last column. You can specify a different column order by modifying the field order in the fields stage of the query.

  • Each new column in the result set created by the comp stage will be added as the last column. Other fields that are not in the group by / calculated column will be removed from the result set, including the core fields and _time system field.

  • When no limit is explicitly stated in a datamodel query, a maximum of 1000 results are returned (default). When this limit is applied to results using the limit stage, it will be indicated in the user interface.

Last updated

Was this helpful?