Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-extract-jdbc
/
io.airbyte.cdk.read
/
SelectColumnMaxValue
Select
Column
Max
Value
data
class
SelectColumnMaxValue
(
val
column
:
Field
)
:
SelectNode
Members
Members & Extensions
Constructors
Select
Column
Max
Value
Link copied to clipboard
constructor
(
column
:
Field
)
Properties
column
Link copied to clipboard
val
column
:
Field
columns
Link copied to clipboard
open
override
val
columns
:
List
<
Field
>
Functions
optimize
Link copied to clipboard
fun
SelectNode
.
optimize
(
)
:
SelectNode