Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Count max code point once per batch for slice readers #11836

Merged
merged 1 commit into from Nov 2, 2018

Commits on Nov 1, 2018

  1. Count max code point once per batch for slice readers

    SliceStreamReader::computeTruncatedLength computes truncated length for
    a slice. Type length is calculated per function call, even it is
    redundant for slice reader reading every row given the type is fixed.
    This patch moves the type length calculation outside the batch loop and
    only computes the truncated length within the loop.
    highker committed Nov 1, 2018
    Copy the full SHA
    5701199 View commit details
    Browse the repository at this point in the history