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

Use TScan.batchSize (available in newer Thrift versions) #38

Closed
wbolster opened this issue Aug 28, 2013 · 0 comments
Closed

Use TScan.batchSize (available in newer Thrift versions) #38

wbolster opened this issue Aug 28, 2013 · 0 comments

Comments

@wbolster
Copy link
Member

Relevant Thrift API:

/**
 * A Scan object is used to specify scanner parameters when opening a scanner.
 */
struct TScan {
  1:optional Text startRow,
  2:optional Text stopRow,
  3:optional i64 timestamp,
  4:optional list<Text> columns,
  5:optional i32 caching,
  6:optional Text filterString,
  7:optional i32 batchSize,
  8:optional bool sortColumns
}
wbolster added a commit that referenced this issue Nov 3, 2013
@wbolster wbolster closed this as completed Nov 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant