@lancedb/lancedb • Docs
@lancedb/lancedb / MaterializedViewDefinition
Interface: MaterializedViewDefinition¶
The query that defines a materialized view.
Properties¶
filter?¶
SQL predicate selecting the source rows the view holds.
inputs¶
Source columns the projections and filter read.
limit?¶
Cap on the number of rows the view holds.
projections¶
[output column, SQL expression] pairs, in view schema order.
sourceNamespace¶
Namespace holding the source table; empty is the root namespace.
sourceTable¶
Name of the source table, in the same database as the view.