vortex icon indicating copy to clipboard operation
vortex copied to clipboard

Feature: added properties to VortexScanner

Open sherlockbeard opened this issue 1 month ago • 3 comments

added property to VortexScanner

fixes #5454

import vortex as vx

vx.io.write(vx.array([{"col1": "a string"}]), 'foo.vortex')
x = vx.open('foo.vortex').to_dataset().scanner().projected_schema

sherlockbeard avatar Nov 24 '25 18:11 sherlockbeard

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 84.28%. Comparing base (fdafb28) to head (006887f). :warning: Report is 1 commits behind head on develop.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Nov 24 '25 19:11 codecov[bot]

CodSpeed Performance Report

Merging #5500 will improve performances by 12.72%

Comparing sherlockbeard:scanner_property_addition (006887f) with develop (fdafb28)

Summary

⚡ 1 improvement
✅ 1157 untouched
⏩ 617 skipped[^skipped]

Benchmarks breakdown

Benchmark BASE HEAD Change
encode_specialized 2.7 ms 2.4 ms +12.72%
[^skipped]: 617 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

codspeed-hq[bot] avatar Nov 24 '25 22:11 codspeed-hq[bot]

(dont worry about the lint error, thats a separate problem)

connortsui20 avatar Nov 24 '25 22:11 connortsui20