Skip to content

@lancedb/lancedbDocs


@lancedb/lancedb / MaterializedViewSelect

Type Alias: MaterializedViewSelect

type MaterializedViewSelect: (string | [string, string])[] | Record<string, string>;

The view's columns: column names, [alias, SQL expression] pairs, or a record of the same. A bare name projects itself.