Navigation Menu

Skip to content

Commit

Permalink
Follow ScanInfoBuilder API change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 7, 2015
1 parent c03c79a commit 0a6d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mrb/scripts/expression_size_estimator.rb
Expand Up @@ -7,7 +7,7 @@ def initialize(expression, table)
end

def estimate
builder = ScanInfoBuilder.new(@expression, Operator::OR, 0)
builder = ScanInfoBuilder.new(@expression, Operator::OR, false)
data_list = builder.build
return @table_size if data_list.nil?

Expand Down

0 comments on commit 0a6d6e4

Please sign in to comment.