Skip to main content

Interface: HashJoinIndexStatic

Defined in: packages/core/src/indices/index.ts:56

Used in hash join in Executor

Constructors

Constructor

new HashJoinIndexStatic(expressions, db): HashJoinIndex

Defined in: packages/core/src/indices/index.ts:64

Parameters

ParameterType
expressionsCalculation[]
dbDortDBAsFriend

Returns

HashJoinIndex

Methods

canIndex()

canIndex(expressions): number[]

Defined in: packages/core/src/indices/index.ts:62

Determines if the index can be used to index the given expressions.

Parameters

ParameterTypeDescription
expressionsIndexMatchInput[]expressions to check

Returns

number[]

  • ordered indices of the expressions that can be indexed, or null if none can be indexed