Interface EstimatesRowSize
- All Known Implementing Classes:
AggregateExec,CompoundOutputEvalExec,DissectExec,EnrichExec,EsQueryExec,EsStatsQueryExec,EvalExec,ExternalSourceExec,FieldExtractExec,FragmentExec,GrokExec,HashJoinExec,LimitByExec,LimitExec,LookupJoinExec,RegexExtractExec,RegisteredDomainExec,SampledAggregateExec,TimeSeriesAggregateExec,TopNByExec,TopNExec,UriPartsExec,UserAgentExec
public interface EstimatesRowSize
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PhysicalPlanestimateRowSize(int extraRowSize, PhysicalPlan plan) Estimate the number of bytes that'll be loaded per position before the stream of pages is consumed.static intestimateSize(DataType dataType)
-
Method Details
-
estimateRowSize
-
estimateRowSize
Estimate the number of bytes that'll be loaded per position before the stream of pages is consumed. -
estimateSize
-