Package | Description |
---|---|
org.apache.flink.table.runtime.arrow | |
org.apache.flink.table.runtime.runners.python.scalar.arrow |
Modifier and Type | Method and Description |
---|---|
static ArrowWriter<Row> |
ArrowUtils.createRowArrowWriter(org.apache.arrow.vector.VectorSchemaRoot root,
RowType rowType)
Creates an
ArrowWriter for the specified VectorSchemaRoot . |
static ArrowWriter<RowData> |
ArrowUtils.createRowDataArrowWriter(org.apache.arrow.vector.VectorSchemaRoot root,
RowType rowType)
Creates an
ArrowWriter for blink planner for the specified VectorSchemaRoot . |
Modifier and Type | Method and Description |
---|---|
ArrowWriter<RowData> |
RowDataArrowPythonScalarFunctionRunner.createArrowWriter() |
abstract ArrowWriter<IN> |
AbstractArrowPythonScalarFunctionRunner.createArrowWriter()
Creates an
ArrowWriter . |
ArrowWriter<Row> |
ArrowPythonScalarFunctionRunner.createArrowWriter() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.