MCPcopy Create free account
hub / github.com/apache/impala / batch_size

Method batch_size

be/src/runtime/runtime-state.h:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 const DescriptorTbl& desc_tbl() const;
101 const TQueryOptions& query_options() const;
102 int batch_size() const { return query_options().batch_size; }
103 bool abort_on_error() const { return query_options().abort_on_error; }
104 bool strict_mode() const { return query_options().strict_mode; }
105 bool utf8_mode() const { return query_options().utf8_mode; }

Callers 15

InitMethod · 0.80
OpenMethod · 0.80
ProcessChildBatchesMethod · 0.80
OpenMethod · 0.80
EvictPartitionsMethod · 0.80
PrepareForOutputMethod · 0.80
RepartitionBuildInputMethod · 0.80
BuildHashTableMethod · 0.80
PrepareMethod · 0.80
GetNextMethod · 0.80
OpenMethod · 0.80
GetNextLeftSemiJoinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected