Type for filtering search results in the MyScale database.

interface MyScaleFilter {
    whereStr: string;
}

Properties

Properties

whereStr: string

Generated using TypeDoc