Package io.trino.plugin.hive.line
Class RegexPageSourceFactory
java.lang.Object
io.trino.plugin.hive.line.LinePageSourceFactory
io.trino.plugin.hive.line.RegexPageSourceFactory
- All Implemented Interfaces:
HivePageSourceFactory
-
Constructor Summary
ConstructorsConstructorDescriptionRegexPageSourceFactory(TrinoFileSystemFactory trinoFileSystemFactory, HiveConfig config) -
Method Summary
Methods inherited from class io.trino.plugin.hive.line.LinePageSourceFactory
createPageSource
-
Constructor Details
-
RegexPageSourceFactory
@Inject public RegexPageSourceFactory(TrinoFileSystemFactory trinoFileSystemFactory, HiveConfig config)
-