toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.io.tabularfiles
/
RowIfc
Row
Ifc
interface
RowIfc
Inheritors
RowSetterIfc
RowGetterIfc
Row
Members
Properties
bytes
Link copied to clipboard
abstract
val
bytes
:
Int
column
Names
Link copied to clipboard
abstract
val
columnNames
:
List
<
String
>
column
Types
Link copied to clipboard
abstract
val
columnTypes
:
Map
<
String
,
DataType
>
data
Types
Link copied to clipboard
abstract
val
dataTypes
:
List
<
DataType
>
is
All
Numeric
Link copied to clipboard
abstract
val
isAllNumeric
:
Boolean
is
All
Text
Link copied to clipboard
abstract
val
isAllText
:
Boolean
number
Columns
Link copied to clipboard
abstract
val
numberColumns
:
Int
num
Numeric
Columns
Link copied to clipboard
abstract
val
numNumericColumns
:
Int
num
Text
Columns
Link copied to clipboard
abstract
val
numTextColumns
:
Int
Functions
get
Column
Link copied to clipboard
abstract
fun
getColumn
(
name
:
String
)
:
Int
get
Column
Name
Link copied to clipboard
abstract
fun
getColumnName
(
col
:
Int
)
:
String
get
Data
Type
Link copied to clipboard
abstract
fun
getDataType
(
colNum
:
Int
)
:
DataType
get
Type
Link copied to clipboard
abstract
fun
getType
(
col
:
Int
)
:
DataType
is
Numeric
Link copied to clipboard
abstract
fun
isNumeric
(
i
:
Int
)
:
Boolean
is
Text
Link copied to clipboard
abstract
fun
isText
(
i
:
Int
)
:
Boolean