@perspective-dev/client
    Preparing search index...

    An implementation of Perspective's Virtual Server for @duckdb/duckdb-wasm.

    Implements

    Index

    Constructors

    Methods

    • Returns {
          aggregates: {
              boolean: string[];
              date: string[];
              datetime: string[];
              float: string[];
              integer: string[];
              string: string[];
          };
          expressions: boolean;
          filter_ops: {
              boolean: string[];
              date: string[];
              datetime: string[];
              float: string[];
              integer: string[];
              string: string[];
          };
          group_by: boolean;
          group_rollup_mode: string[];
          sort: boolean;
          split_by: boolean;
      }