Package | Description |
---|---|
org.tribuo.data.columnar.extractors |
Provides implementations of
FieldExtractor . |
Modifier and Type | Class and Description |
---|---|
class |
DateExtractor
Extracts the field value and translates it to a
LocalDate based on the specified DateTimeFormatter . |
class |
DoubleExtractor
Extracts the field value and converts it to a double.
|
class |
FloatExtractor
Extracts the field value and converts it to a float.
|
class |
IdentityExtractor
Extracts the field value and emits it as a String.
|
class |
IntExtractor
Extracts the field value and converts it to a int.
|
class |
OffsetDateTimeExtractor
Extracts the field value and translates it to an
OffsetDateTime based on the specified DateTimeFormatter . |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.