Man pages for vectra
Columnar Query Engine for Larger-than-RAM Data

acrossApply a function across multiple columns
append_vtrAppend rows to an existing .vtr file
arrangeSort rows by column values
as_embeddingEncode vectors as an embedding column
bind_rowsBind rows or columns from multiple vectra tables
block_fuzzy_lookupFuzzy-match query keys against a materialized block
block_lookupProbe a materialized block by column value
chunk_feederTurn a query into a resettable chunk generator
collectExecute a lazy query and return a data.frame
collect_chunkedFold a function over a query, one batch at a time
collect_sfMaterialize a spatial query as an sf object
contoursExtract contour iso-lines from a streamed raster
countCount observations by group
create_indexCreate a hash index on a .vtr file column
cross_joinCross join two vectra tables
delete_vtrLogically delete rows from a .vtr file
descMark a column for descending sort order
diff_vtrCompute the logical diff between two .vtr files
distinctKeep distinct/unique rows
embedding_distanceEmbedding distance functions
explainPrint the execution plan for a vectra query
feature_knnNearest neighbours of a streamed layer in predictor space
filterFilter rows of a vectra query
floor_timeFloor a datetime column to a calendar grid
focalMoving-window (focal) statistics over a streamed raster
fuzzy_joinFuzzy join two vectra tables by string distance
geom_expressionsGeometry functions inside mutate(), filter(), and summarise()
glimpseGet a glimpse of a vectra table
gridDefine a uniform grid for a partitioned spatial join
group_byGroup a vectra query by columns
group_mapApply a function to each shard of a partition
has_indexCheck if a hash index exists for a .vtr column
head.vectra_nodeLimit results to first n rows
interval_joinInterval (range overlap) join of two vectra tables
kmerk-mer spectrum of a sequence column
left_joinJoin two vectra tables
linkDefine a link between a fact table and a dimension table
lookupLook up columns from linked dimension tables
maskMask a streamed raster to a polygon layer
materializeMaterialize a vectra node into a reusable in-memory block
mosaicMerge aligned rasters onto a common grid
mutateAdd or transform columns
offloadSpill a query to disk and stream it back (the offload...
polygonizeVectorise a raster into polygons
print.vectra_nodePrint a vectra query node
proximityEuclidean distance to the nearest feature (proximity)
pullExtract a single column as a vector
rast_calcCellwise calculation over aligned rasters (map algebra)
rasterizeRasterize a streamed point layer onto a fixed grid
rast_feature_distancePredictor-space nearest-neighbour distance surface over a...
reframeSummarise with variable-length output per group
relocateRelocate columns
renameRename columns
resampleResample a time series to a calendar grid
rollingTime-based rolling aggregates
selectSelect columns from a vectra query
seq_expressionsBiological-sequence functions inside mutate(), filter(), and...
sliceSelect rows by position
slice_headSelect first or last rows
spatial_centerlineTrace the centerline (medial axis) of streamed polygons
spatial_clipClip or erase a streamed layer against a resident mask
spatial_constructBuild a set-wise geometry construction, optionally per group
spatial_dissolveDissolve geometries by group
spatial_eliminateMerge sliver polygons into a neighbour
spatial_explodeExplode multipart geometries into single-part features
spatial_filterKeep streamed rows by their spatial relation to a resident...
spatial_joinSpatial join a streamed query against a resident sf object
spatial_knnk nearest neighbours of a streamed layer, with distances
spatial_line_mergeMerge contiguous line segments into maximal lines
spatial_locateLocate streamed points along a resident line layer
spatial_mapStream a query through an sf transform
spatial_networkBuild a routable network graph from a line layer
spatial_overlaySelf-overlay a polygon layer into disjoint pieces (QGIS-style...
spatial_polygonizeBuild polygonal faces from a line network
spatial_routeShortest paths and origin-destination costs over a network
spatial_service_areaService areas and isochrones over a network
spatial_simplifySimplify a polygon coverage without tearing shared edges
spatial_smoothSmooth streamed line and polygon geometry
spatial_snapSnap a streamed layer toward a resident reference layer
spatial_snap_gridSnap a streamed layer's coordinates to a fixed grid
spatial_splitSplit a streamed layer by a resident blade, or return its...
spatial_topologyBuild the shared-edge topology of a polygon coverage
st_write.vectra_nodeStream a vectra node's geometry to a vector file
summariseSummarise grouped data
tblCreate a lazy table reference from a .vtr file
tbl_bedCreate a lazy table reference from a BED file
tbl_csvCreate a lazy table reference from a delimited text file
tbl_fastaCreate a lazy table reference from a FASTA file
tbl_fastqCreate a lazy table reference from a FASTQ file
tbl_sqliteCreate a lazy table reference from a SQLite database
tbl_tiffCreate a lazy table reference from a GeoTIFF raster
tbl_xlsxCreate a lazy table reference from an Excel (.xlsx) file
terrainTerrain derivatives from a streamed elevation raster
tiff_band_namesRead per-band names from a GeoTIFF
tiff_crsRead CRS metadata from a GeoTIFF
tiff_extract_pointsExtract raster values at point coordinates
tiff_metadataRead GDAL_METADATA from a GeoTIFF
transmuteKeep only columns from mutate expressions
ungroupRemove grouping from a vectra query
vec_build_overviewsBuild overview pyramids for a .vec raster
vec_close_rasterClose a .vec raster handle
vec_extract_pointsExtract band values at (x, y) points from a .vec raster
vec_open_rasterOpen a .vec raster
vec_raster_layoutTile layout of an open .vec raster
vec_raster_timesDistinct time stamps stored in a .vec time cube
vec_read_pixel_seriesRead the full time series at a single pixel from a .vec time...
vec_read_time_sliceRead a single time slice from a .vec time cube
vec_read_windowRead a window of pixels from a .vec raster
vec_to_tiffExport a .vec raster to GeoTIFF
vectra_memResolve the vectra memory budget
vec_write_rasterWrite a raster matrix or 3D array to a .vec raster file
vec_write_time_cubeWrite a 4D time-cube raster to .vec
vtr_schemaCreate a star schema over linked vectra tables
warpResample or reproject a streamed raster onto a target grid
write_csvWrite query results or a data.frame to a CSV file
write_sqliteWrite query results or a data.frame to a SQLite table
write_tiffWrite query results to a GeoTIFF file
write_vtrWrite data to a .vtr file
zonalSummarise raster values within zones
vectra documentation built on July 10, 2026, 5:08 p.m.