public class GpuColumnBatch extends Object
| Constructor and Description |
|---|
GpuColumnBatch(ai.rapids.cudf.Table table,
org.apache.spark.sql.types.StructType schema) |
| Modifier and Type | Method and Description |
|---|---|
long |
getColumn(int index) |
ai.rapids.cudf.ColumnVector |
getColumnVector(int index) |
int |
getNumColumns() |
long |
getNumRows() |
org.apache.spark.sql.types.StructType |
getSchema() |
Copyright © 2019. All rights reserved.