Uses of Interface
org.apache.druid.query.rowsandcols.column.Column
-
-
Uses of Column in org.apache.druid.frame.read.columnar
Methods in org.apache.druid.frame.read.columnar that return Column Modifier and Type Method Description ColumnComplexFrameColumnReader. readRACColumn(Frame frame)ColumnDoubleFrameColumnReader. readRACColumn(Frame frame)ColumnFloatFrameColumnReader. readRACColumn(Frame frame)ColumnFrameColumnReader. readRACColumn(Frame frame)Returns aColumnfrom the frame.ColumnLongFrameColumnReader. readRACColumn(Frame frame)ColumnNumericArrayFrameColumnReader. readRACColumn(Frame frame)ColumnStringFrameColumnReader. readRACColumn(Frame frame)ColumnUnsupportedColumnTypeFrameColumnReader. readRACColumn(Frame frame) -
Uses of Column in org.apache.druid.query.operator.window.ranking
Method parameters in org.apache.druid.query.operator.window.ranking with type arguments of type Column Modifier and Type Method Description RowsAndColumnsWindowRankingProcessorBase. processInternal(RowsAndColumns incomingPartition, Function<int[],Column> fn) -
Uses of Column in org.apache.druid.query.operator.window.value
Method parameters in org.apache.druid.query.operator.window.value with type arguments of type Column Modifier and Type Method Description RowsAndColumnsWindowValueProcessorBase. processInternal(RowsAndColumns input, Function<Column,Column> fn)This implements the common logic between the various value processors.RowsAndColumnsWindowValueProcessorBase. processInternal(RowsAndColumns input, Function<Column,Column> fn)This implements the common logic between the various value processors. -
Uses of Column in org.apache.druid.query.rowsandcols
Fields in org.apache.druid.query.rowsandcols with type parameters of type Column Modifier and Type Field Description LinkedHashMap<String,Column>MapOfColumnsRowsAndColumns.Builder. colsMethods in org.apache.druid.query.rowsandcols that return Column Modifier and Type Method Description ColumnAppendableMapOfColumns. findColumn(String name)ColumnArrayListRowsAndColumns. findColumn(String name)ColumnConcatRowsAndColumns. findColumn(String name)ColumnEmptyRowsAndColumns. findColumn(String name)ColumnLazilyDecoratedRowsAndColumns. findColumn(String name)ColumnLimitedRowsAndColumns. findColumn(String name)ColumnMapOfColumnsRowsAndColumns. findColumn(String name)ColumnRearrangedRowsAndColumns. findColumn(String name)ColumnRowsAndColumns. findColumn(String name)Finds a column by name.ColumnStorageAdapterRowsAndColumns. findColumn(String name)Methods in org.apache.druid.query.rowsandcols with parameters of type Column Modifier and Type Method Description MapOfColumnsRowsAndColumns.BuilderMapOfColumnsRowsAndColumns.Builder. add(String name, Column col)voidAppendableMapOfColumns. addColumn(String name, Column column)voidArrayListRowsAndColumns. addColumn(String name, Column column)static MapOfColumnsRowsAndColumnsMapOfColumnsRowsAndColumns. of(String name, Column col)static MapOfColumnsRowsAndColumnsMapOfColumnsRowsAndColumns. of(String name, Column col, String name2, Column col2)Method parameters in org.apache.druid.query.rowsandcols with type arguments of type Column Modifier and Type Method Description static MapOfColumnsRowsAndColumnsMapOfColumnsRowsAndColumns. fromMap(Map<String,? extends Column> map)Constructor parameters in org.apache.druid.query.rowsandcols with type arguments of type Column Constructor Description MapOfColumnsRowsAndColumns(Map<String,Column> mapOfColumns, int numRows) -
Uses of Column in org.apache.druid.query.rowsandcols.column
Classes in org.apache.druid.query.rowsandcols.column that implement Column Modifier and Type Class Description classColumnAccessorBasedColumnclassConstantObjectColumnclassDoubleArrayColumnclassIntArrayColumnclassLimitedColumnclassNullColumnclassObjectArrayColumnMethods in org.apache.druid.query.rowsandcols.column with parameters of type Column Modifier and Type Method Description static BinarySearchableAccessorBinarySearchableAccessor. fromColumn(Column col)Constructors in org.apache.druid.query.rowsandcols.column with parameters of type Column Constructor Description LimitedColumn(Column column, int start, int end) -
Uses of Column in org.apache.druid.query.rowsandcols.concrete
Classes in org.apache.druid.query.rowsandcols.concrete that implement Column Modifier and Type Class Description classColumnHolderRACColumnImplements a RowsAndColumns column based on a ColumnHolder.Methods in org.apache.druid.query.rowsandcols.concrete that return Column Modifier and Type Method Description ColumnColumnBasedFrameRowsAndColumns. findColumn(String name)ColumnQueryableIndexRowsAndColumns. findColumn(String name)ColumnRowBasedFrameRowsAndColumns. findColumn(String name) -
Uses of Column in org.apache.druid.query.rowsandcols.semantic
Methods in org.apache.druid.query.rowsandcols.semantic with parameters of type Column Modifier and Type Method Description voidAppendableRowsAndColumns. addColumn(String name, Column column)Mutates the RowsAndColumns by appending the requested Column.
-