We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Once your data is in Iceberg, you can leverage SparkSQL, Trino, or other compute engines to query and analyze the data. For example: python Copy code
spark.sql("SELECT * FROM near.transactions WHERE block_timestamp > 1630454400000").show()