Package io.druid.segment

Examples of io.druid.segment.Rowboat


                for (int i = 0; i < metrics.length; i++) {
                  metrics[i] = index.getAggregator(i)
                                    .get(index.getMetricBuffer(), index.getMetricPosition(rowOffset, i));
                }

                return new Rowboat(
                    timeAndDims.getTimestamp(),
                    dims,
                    metrics,
                    count++
                );
View Full Code Here

TOP

Related Classes of io.druid.segment.Rowboat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.