Uses of Interface
app.babylon.table.column.ColumnObject.Builder
Packages that use ColumnObject.Builder
-
Uses of ColumnObject.Builder in app.babylon.table.column
Subinterfaces of ColumnObject.Builder in app.babylon.table.columnModifier and TypeInterfaceDescriptionstatic interfaceBuilder for dictionary-encoded categorical columns.Methods in app.babylon.table.column that return ColumnObject.BuilderModifier and TypeMethodDescriptiondefault ColumnObject.Builder<T> ColumnObject.Builder.add(CharSequence chars, int offset, int length) Appends a value to the column.default ColumnObject.Builder<T> ColumnObject.Builder.addNull()Appends an unset row.static ColumnObject.Builder<String> ColumnObject.builder(ColumnName name) Creates aStringcolumn builder.static <T> ColumnObject.Builder<T> ColumnObject.builder(ColumnName name, Column.Type type) Creates an object column builder using the default storage mode.static <T> ColumnObject.Builder<T> ColumnObject.builder(ColumnName name, Column.Type type, ColumnObject.Mode mode) Creates an object column builder using the requested storage mode.static ColumnObject.Builder<BigDecimal> ColumnObject.builderDecimal(ColumnName name) Creates aBigDecimalcolumn builder.