mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
remove unused code
This commit is contained in:
parent
592a191aee
commit
1379cbbcd6
1 changed files with 0 additions and 3 deletions
|
|
@ -785,9 +785,6 @@ func (e *executor) executeMaxShard(ctx context.Context, index string, c *pql.Cal
|
|||
|
||||
// executeMaxRowShard returns the minimum row ID for a shard.
|
||||
func (e *executor) executeMaxRowShard(ctx context.Context, index string, c *pql.Call, shard uint64) (Pair, error) {
|
||||
span, ctx := tracing.StartSpanFromContext(ctx, "Executor.executeMaxRowShard")
|
||||
defer span.Finish()
|
||||
|
||||
fieldName, _ := c.Args["field"].(string)
|
||||
field := e.Holder.Field(index, fieldName)
|
||||
if field == nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue