Skip to content

Commit a5225e7

Browse files
- Progress.
1 parent 59bec19 commit a5225e7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

internal/stackql/dependencyplanner/dependencyplanner.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -586,18 +586,6 @@ func (dp *standardDependencyPlanner) processAcquire(
586586
return anTab, dp.tcc, nil
587587
}
588588

589-
func (dp *standardDependencyPlanner) getScalarParam(param interface{}) (interface{}, bool) {
590-
paramMeta, isParamMeta := param.(parserutil.ParameterMetadata)
591-
if isParamMeta {
592-
val := paramMeta.GetVal()
593-
_, valIsSQLVal := val.(*sqlparser.SQLVal)
594-
if valIsSQLVal {
595-
return val, true
596-
}
597-
}
598-
return nil, false
599-
}
600-
601589
func (dp *standardDependencyPlanner) isVectorParam(param interface{}) bool {
602590
paramMeta, isParamMeta := param.(parserutil.ParameterMetadata)
603591
if isParamMeta {

0 commit comments

Comments
 (0)