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

Select

select * from a table

Parameters

Name
Type
Description
Is Optional

none

none

this transform does not take any arguments

Example

ds = rasgo.get.dataset(id)

ds2 = ds.select()

Source Code

Last updated