MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / mapWithQuery

Method mapWithQuery

lib/mapping/index.d.ts:155–155  ·  view source on GitHub ↗
(
      query: string,
      paramsHandler: (doc: any) => any[],
      executionOptions?: string | MappingExecutionOptions
    )

Source from the content-addressed store, hash-verified

153 remove(doc: { [key: string]: any }, docInfo?: RemoveDocInfo, executionOptions?: string | MappingExecutionOptions): Promise<Result<T>>;
154
155 mapWithQuery(
156 query: string,
157 paramsHandler: (doc: any) => any[],
158 executionOptions?: string | MappingExecutionOptions

Implementers 1

ModelMapperlib/mapping/model-mapper.js

Calls

no outgoing calls

Tested by

no test coverage detected