public class RowKindGenerator extends Object
Constructor and Description |
---|
RowKindGenerator(String field,
RowType rowType) |
Modifier and Type | Method and Description |
---|---|
static RowKindGenerator |
create(TableSchema schema,
CoreOptions options) |
RowKind |
generate(InternalRow row) |
static RowKind |
getRowKind(RowKindGenerator rowKindGenerator,
InternalRow row) |
public RowKind generate(InternalRow row)
@Nullable public static RowKindGenerator create(TableSchema schema, CoreOptions options)
public static RowKind getRowKind(@Nullable RowKindGenerator rowKindGenerator, InternalRow row)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.