Uses of Interface
tech.tablesaw.api.ColumnType
-
-
Uses of ColumnType in tech.tablesaw.aggregate
Methods in tech.tablesaw.aggregate that return ColumnType Modifier and Type Method Description abstract ColumnTypeAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionColumnTypeAnyIntAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionColumnTypeBooleanAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionColumnTypeBooleanDoubleAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionColumnTypeBooleanIntAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionColumnTypeDateAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionColumnTypeDateTimeAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionColumnTypeInstantAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionColumnTypeNumericAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionColumnTypeStringAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionColumnTypeTimeAggregateFunction. returnType()Returns theColumnTypeto be used for the values returned by this functionMethods in tech.tablesaw.aggregate with parameters of type ColumnType Modifier and Type Method Description abstract booleanAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this functionbooleanAnyIntAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this functionbooleanBooleanAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this functionbooleanBooleanDoubleAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this functionbooleanBooleanIntAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this functionbooleanDateAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this functionbooleanDateTimeAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this functionbooleanInstantAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this functionbooleanNumericAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this functionbooleanStringAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this functionbooleanTimeAggregateFunction. isCompatibleColumn(ColumnType type)Returns true if the givenColumnTypeis compatible with this function -
Uses of ColumnType in tech.tablesaw.api
Fields in tech.tablesaw.api with type parameters of type ColumnType Modifier and Type Field Description static Map<String,ColumnType>ColumnType. valuesMethods in tech.tablesaw.api that return ColumnType Modifier and Type Method Description ColumnTypeRow. getColumnType(int columnIndex)ColumnTypeRow. getColumnType(String columnName)Returns the type of the named columnColumnTypeRow. type(int columnIndex)static ColumnTypeColumnType. valueOf(String name)Returns the columnType named by the argumentstatic ColumnType[]ColumnType. values()Returns an array containing all supported ColumnTypesMethods in tech.tablesaw.api with parameters of type ColumnType Modifier and Type Method Description static voidColumnType. register(ColumnType type)Registers the given ColumnType, identifying it as supportedConstructors in tech.tablesaw.api with parameters of type ColumnType Constructor Description NumberColumn(ColumnType type, String name, AbstractColumnParser<T> parser) -
Uses of ColumnType in tech.tablesaw.columns
Classes in tech.tablesaw.columns that implement ColumnType Modifier and Type Class Description classAbstractColumnTypeDefines the type of data held by aColumnclassSkipColumnTypeA specialColumnTypethat can be used in a ColumnType[] for table imports to instruct the system to skip (i.e.Methods in tech.tablesaw.columns that return ColumnType Modifier and Type Method Description ColumnTypeAbstractColumnParser. columnType()ColumnTypeAbstractColumn. type()Returns this column's ColumnTypeColumnTypeColumn. type()Returns this column's ColumnTypeConstructors in tech.tablesaw.columns with parameters of type ColumnType Constructor Description AbstractColumn(ColumnType type, String name, AbstractColumnParser<T> parser)Constructs a column with the givenColumnType, name, andAbstractColumnParserAbstractColumnParser(ColumnType columnType) -
Uses of ColumnType in tech.tablesaw.columns.booleans
Classes in tech.tablesaw.columns.booleans that implement ColumnType Modifier and Type Class Description classBooleanColumnTypeConstructors in tech.tablesaw.columns.booleans with parameters of type ColumnType Constructor Description BooleanParser(ColumnType columnType) -
Uses of ColumnType in tech.tablesaw.columns.dates
Classes in tech.tablesaw.columns.dates that implement ColumnType Modifier and Type Class Description classDateColumnTypeConstructors in tech.tablesaw.columns.dates with parameters of type ColumnType Constructor Description DateParser(ColumnType type)DateParser(ColumnType type, ReadOptions readOptions) -
Uses of ColumnType in tech.tablesaw.columns.datetimes
Classes in tech.tablesaw.columns.datetimes that implement ColumnType Modifier and Type Class Description classDateTimeColumnTypeConstructors in tech.tablesaw.columns.datetimes with parameters of type ColumnType Constructor Description DateTimeParser(ColumnType columnType) -
Uses of ColumnType in tech.tablesaw.columns.instant
Classes in tech.tablesaw.columns.instant that implement ColumnType Modifier and Type Class Description classInstantColumnTypeConstructors in tech.tablesaw.columns.instant with parameters of type ColumnType Constructor Description InstantParser(ColumnType columnType) -
Uses of ColumnType in tech.tablesaw.columns.numbers
Classes in tech.tablesaw.columns.numbers that implement ColumnType Modifier and Type Class Description classDoubleColumnTypeTheColumnTypeforDoubleColumnclassFloatColumnTypeTheColumnTypeforFloatColumnclassIntColumnTypeTheColumnTypeforIntColumnclassLongColumnTypeTheColumnTypeforLongColumnclassShortColumnTypeMethods in tech.tablesaw.columns.numbers with parameters of type ColumnType Modifier and Type Method Description voidNumberColumnFormatter. setColumnType(ColumnType columnType)Constructors in tech.tablesaw.columns.numbers with parameters of type ColumnType Constructor Description DoubleParser(ColumnType columnType)FloatParser(ColumnType columnType)IntParser(ColumnType columnType)LongParser(ColumnType columnType) -
Uses of ColumnType in tech.tablesaw.columns.strings
Classes in tech.tablesaw.columns.strings that implement ColumnType Modifier and Type Class Description classStringColumnTypeConstructors in tech.tablesaw.columns.strings with parameters of type ColumnType Constructor Description StringParser(ColumnType columnType)StringParser(ColumnType columnType, ReadOptions readOptions) -
Uses of ColumnType in tech.tablesaw.columns.times
Classes in tech.tablesaw.columns.times that implement ColumnType Modifier and Type Class Description classTimeColumnTypeConstructors in tech.tablesaw.columns.times with parameters of type ColumnType Constructor Description TimeParser(ColumnType columnType)TimeParser(ColumnType columnType, ReadOptions readOptions) -
Uses of ColumnType in tech.tablesaw.io
Fields in tech.tablesaw.io declared as ColumnType Modifier and Type Field Description protected ColumnType[]ReadOptions.Builder. columnTypesFields in tech.tablesaw.io with type parameters of type ColumnType Modifier and Type Field Description protected Function<String,Optional<ColumnType>>ReadOptions.Builder. columnTypeFunctionprotected Map<String,ColumnType>ReadOptions.Builder. columnTypeMapprotected List<ColumnType>ReadOptions.Builder. columnTypesToDetectprotected List<ColumnType>ReadOptions. columnTypesToDetectprotected Function<String,ColumnType>ReadOptions.Builder. completeColumnTypeFunctionprotected static List<ColumnType>ReadOptions. EXTENDED_TYPESAn extended list of types that are used if minimizeColumnSizes is true.Methods in tech.tablesaw.io that return ColumnType Modifier and Type Method Description default ColumnType[]ReadOptions.ColumnTypeReadOptions. columnTypes()ColumnType[]ColumnTypeDetector. detectColumnTypes(Iterator<String[]> rows, ReadOptions options)Estimates and returns the type for each column in the input textColumnType[]FileReader. getColumnTypes(Reader reader, ReadOptions options, int linesToSkip, com.univocity.parsers.common.AbstractParser<?> parser, String[] columnNames)Returns an array containing the inferred columnTypes for the file being read, as calculated by the ColumnType inference logic.Methods in tech.tablesaw.io that return types with arguments of type ColumnType Modifier and Type Method Description Optional<ColumnType>ReadOptions.ColumnTypeReadOptions. columnType(int columnNumber, String columnName)List<ColumnType>ReadOptions. columnTypesToDetect()Methods in tech.tablesaw.io with parameters of type ColumnType Modifier and Type Method Description ReadOptions.BuilderReadOptions.Builder. columnTypes(ColumnType[] columnTypes)Provide column types for all columns skipping autodetect column type logic.static ReadOptions.ColumnTypeReadOptionsReadOptions.ColumnTypeReadOptions. of(ColumnType[] allColumnTypes)Method parameters in tech.tablesaw.io with type arguments of type ColumnType Modifier and Type Method Description ReadOptions.BuilderReadOptions.Builder. columnTypes(Function<String,ColumnType> columnTypeFunction)Provide a function that determines ColumnType for all column names.ReadOptions.BuilderReadOptions.Builder. columnTypesPartial(Function<String,Optional<ColumnType>> columnTypeFunction)Provide a function that determines ColumnType for some column names.ReadOptions.BuilderReadOptions.Builder. columnTypesPartial(Map<String,ColumnType> columnTypeByName)Provide a map that determines ColumnType for given column names.ReadOptions.BuilderReadOptions.Builder. columnTypesToDetect(List<ColumnType> columnTypesToDetect)Constructor parameters in tech.tablesaw.io with type arguments of type ColumnType Constructor Description ColumnTypeDetector(List<ColumnType> typeArray) -
Uses of ColumnType in tech.tablesaw.io.csv
Methods in tech.tablesaw.io.csv that return ColumnType Modifier and Type Method Description ColumnType[]CsvReadOptions. columnTypes()protected ColumnType[]CsvReader. detectColumnTypes(Reader reader, CsvReadOptions options)Estimates and returns the type for each column in the delimited text filefileMethods in tech.tablesaw.io.csv with parameters of type ColumnType Modifier and Type Method Description CsvReadOptions.BuilderCsvReadOptions.Builder. columnTypes(ColumnType[] columnTypes)Method parameters in tech.tablesaw.io.csv with type arguments of type ColumnType Modifier and Type Method Description CsvReadOptions.BuilderCsvReadOptions.Builder. columnTypes(Function<String,ColumnType> columnTypeFunction)CsvReadOptions.BuilderCsvReadOptions.Builder. columnTypesPartial(Function<String,Optional<ColumnType>> columnTypeFunction)CsvReadOptions.BuilderCsvReadOptions.Builder. columnTypesPartial(Map<String,ColumnType> columnTypeByName)CsvReadOptions.BuilderCsvReadOptions.Builder. columnTypesToDetect(List<ColumnType> columnTypesToDetect) -
Uses of ColumnType in tech.tablesaw.io.fixed
Methods in tech.tablesaw.io.fixed that return ColumnType Modifier and Type Method Description ColumnType[]FixedWidthReadOptions. columnTypes()ColumnType[]FixedWidthReader. detectColumnTypes(Reader reader, FixedWidthReadOptions options)Estimates and returns the type for each column in the delimited text filefileMethods in tech.tablesaw.io.fixed with parameters of type ColumnType Modifier and Type Method Description FixedWidthReadOptions.BuilderFixedWidthReadOptions.Builder. columnTypes(ColumnType[] columnTypes)Method parameters in tech.tablesaw.io.fixed with type arguments of type ColumnType Modifier and Type Method Description FixedWidthReadOptions.BuilderFixedWidthReadOptions.Builder. columnTypes(Function<String,ColumnType> columnTypeFunction)FixedWidthReadOptions.BuilderFixedWidthReadOptions.Builder. columnTypesPartial(Function<String,Optional<ColumnType>> columnTypeFunction)FixedWidthReadOptions.BuilderFixedWidthReadOptions.Builder. columnTypesPartial(Map<String,ColumnType> columnTypeByName) -
Uses of ColumnType in tech.tablesaw.io.jdbc
Methods in tech.tablesaw.io.jdbc that return ColumnType Modifier and Type Method Description protected static ColumnTypeSqlResultSetReader. getColumnType(int columnType, int scale, int precision)Methods in tech.tablesaw.io.jdbc with parameters of type ColumnType Modifier and Type Method Description static voidSqlResultSetReader. mapJdbcTypeToColumnType(Integer jdbc, ColumnType columnType)Change or add a mapping between the given Jdbc type and column type. -
Uses of ColumnType in tech.tablesaw.joining
Constructors in tech.tablesaw.joining with parameters of type ColumnType Constructor Description ColumnIndexPair(ColumnType type, int left, int right) -
Uses of ColumnType in tech.tablesaw.table
Methods in tech.tablesaw.table that return ColumnType Modifier and Type Method Description ColumnType[]Relation. typeArray()Returns an array of the column types of all columns in the relation, including duplicates as appropriate, and maintaining orderMethods in tech.tablesaw.table that return types with arguments of type ColumnType Modifier and Type Method Description List<ColumnType>Relation. types()Returns a List of the column types of all columns in the relation, including duplicates as appropriate, and maintaining orderMethods in tech.tablesaw.table with parameters of type ColumnType Modifier and Type Method Description List<Column<?>>Relation. columnsOfType(ColumnType type)Returns a list containing all the columns of the given type in this Relation
-